summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-01-15 10:31:09 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-01-15 15:11:49 +0100
commit0a2d80f754cecc5075b2808e292360a8b13835fc (patch)
tree19bd9a0d939df5dcbd6ee57d605a636526ae1b2c /include
parent6e216adedd1a131808b874784c36141607264eac (diff)
remove sfx2/appuno.hxx
Change-Id: Ibfcd2954b20def05d2a7db36f5ccc0b570305441
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/appuno.hxx51
1 files changed, 0 insertions, 51 deletions
diff --git a/include/sfx2/appuno.hxx b/include/sfx2/appuno.hxx
deleted file mode 100644
index b14ee6ae8931..000000000000
--- a/include/sfx2/appuno.hxx
+++ /dev/null
@@ -1,51 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-#ifndef INCLUDED_SFX2_APPUNO_HXX
-#define INCLUDED_SFX2_APPUNO_HXX
-
-#include <com/sun/star/frame/XFrame.hpp>
-#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-#include <com/sun/star/lang/XServiceInfo.hpp>
-#include <com/sun/star/lang/XInitialization.hpp>
-#include <com/sun/star/lang/XTypeProvider.hpp>
-#include <com/sun/star/registry/XSimpleRegistry.hpp>
-#include <com/sun/star/beans/PropertyValue.hpp>
-#include <com/sun/star/util/URL.hpp>
-#include <com/sun/star/uno/Exception.hpp>
-#include <com/sun/star/frame/XAppDispatchProvider.hpp>
-#include <com/sun/star/frame/XDispatch.hpp>
-#include <com/sun/star/frame/XSynchronousDispatch.hpp>
-#include <com/sun/star/frame/XNotifyingDispatch.hpp>
-#include <com/sun/star/frame/XDispatchResultListener.hpp>
-#include <com/sun/star/frame/DispatchDescriptor.hpp>
-#include <com/sun/star/frame/XDispatchInformationProvider.hpp>
-
-#include <com/sun/star/uno/Any.h>
-#include <com/sun/star/uno/Reference.h>
-#include <com/sun/star/uno/Sequence.hxx>
-#include <cppuhelper/implbase3.hxx>
-#include <cppuhelper/implbase4.hxx>
-#include <cppuhelper/implbase5.hxx>
-
-#include <tools/errcode.hxx>
-#include <sfx2/sfxuno.hxx>
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */