fix-includes.pl: framework

Change-Id: I405196a2df0be0eb77961540b457933777b90a50
This commit is contained in:
Thomas Arnhold 2014-05-10 18:15:21 +02:00
parent 3e81096b1f
commit 2ce779cd0c
27 changed files with 41 additions and 50 deletions

View File

@ -20,7 +20,7 @@
#ifndef INCLUDED_FRAMEWORK_INC_ACCELERATORCONST_H #ifndef INCLUDED_FRAMEWORK_INC_ACCELERATORCONST_H
#define INCLUDED_FRAMEWORK_INC_ACCELERATORCONST_H #define INCLUDED_FRAMEWORK_INC_ACCELERATORCONST_H
#include <general.h> #include "general.h"
namespace framework{ namespace framework{

View File

@ -20,7 +20,7 @@
#ifndef INCLUDED_FRAMEWORK_INC_FWIDLLAPI_H #ifndef INCLUDED_FRAMEWORK_INC_FWIDLLAPI_H
#define INCLUDED_FRAMEWORK_INC_FWIDLLAPI_H #define INCLUDED_FRAMEWORK_INC_FWIDLLAPI_H
#include "sal/types.h" #include <sal/types.h>
#if defined(FWI_DLLIMPLEMENTATION) #if defined(FWI_DLLIMPLEMENTATION)
#define FWI_DLLPUBLIC SAL_DLLPUBLIC_EXPORT #define FWI_DLLPUBLIC SAL_DLLPUBLIC_EXPORT

View File

@ -20,9 +20,9 @@
#ifndef INCLUDED_FRAMEWORK_INC_FWKDLLAPI_H #ifndef INCLUDED_FRAMEWORK_INC_FWKDLLAPI_H
#define INCLUDED_FRAMEWORK_INC_FWKDLLAPI_H #define INCLUDED_FRAMEWORK_INC_FWKDLLAPI_H
#include "sal/types.h" #include <sal/types.h>
#include <fwidllapi.h> #include "fwidllapi.h"
#endif // INCLUDED_FRAMEWORK_INC_FWKDLLAPI_H #endif // INCLUDED_FRAMEWORK_INC_FWKDLLAPI_H

View File

@ -14,17 +14,7 @@
also fixes all possible problems, so it's usually better to use it). also fixes all possible problems, so it's usually better to use it).
*/ */
#include "com/sun/star/beans/XFastPropertySet.hpp"
#include "com/sun/star/beans/XPropertySet.hpp"
#include "com/sun/star/frame/XModuleManager2.hpp"
#include "com/sun/star/uno/XComponentContext.hpp"
#include "com/sun/star/util/XMacroExpander.hpp"
#include "com/sun/star/util/theMacroExpander.hpp"
#include "officecfg/Office/Common.hxx" #include "officecfg/Office/Common.hxx"
#include "rtl/bootstrap.hxx"
#include "sal/types.h"
#include "svtools/miscopt.hxx"
#include "vcl/syswin.hxx"
#include <algorithm> #include <algorithm>
#include <boost/bind.hpp> #include <boost/bind.hpp>
#include <boost/noncopyable.hpp> #include <boost/noncopyable.hpp>
@ -70,6 +60,7 @@
#include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/beans/UnknownPropertyException.hpp> #include <com/sun/star/beans/UnknownPropertyException.hpp>
#include <com/sun/star/beans/XFastPropertySet.hpp>
#include <com/sun/star/beans/XMaterialHolder.hpp> #include <com/sun/star/beans/XMaterialHolder.hpp>
#include <com/sun/star/beans/XMultiHierarchicalPropertySet.hpp> #include <com/sun/star/beans/XMultiHierarchicalPropertySet.hpp>
#include <com/sun/star/beans/XProperty.hpp> #include <com/sun/star/beans/XProperty.hpp>
@ -265,6 +256,7 @@
#include <com/sun/star/util/XStringSubstitution.hpp> #include <com/sun/star/util/XStringSubstitution.hpp>
#include <com/sun/star/util/XStringWidth.hpp> #include <com/sun/star/util/XStringWidth.hpp>
#include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/util/XURLTransformer.hpp>
#include <com/sun/star/util/theMacroExpander.hpp>
#include <com/sun/star/util/thePathSettings.hpp> #include <com/sun/star/util/thePathSettings.hpp>
#include <com/sun/star/xml/sax/InputSource.hpp> #include <com/sun/star/xml/sax/InputSource.hpp>
#include <com/sun/star/xml/sax/Parser.hpp> #include <com/sun/star/xml/sax/Parser.hpp>
@ -411,5 +403,4 @@
#include <vcl/wrkwin.hxx> #include <vcl/wrkwin.hxx>
#include <vector> #include <vector>
#include <wchar.h> #include <wchar.h>
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -21,7 +21,7 @@
#define INCLUDED_FRAMEWORK_INC_PROPERTIES_H #define INCLUDED_FRAMEWORK_INC_PROPERTIES_H
#include <macros/generic.hxx> #include <macros/generic.hxx>
#include <general.h> #include "general.h"
namespace framework{ namespace framework{

View File

@ -20,7 +20,7 @@
#ifndef INCLUDED_FRAMEWORK_INC_QUERIES_H #ifndef INCLUDED_FRAMEWORK_INC_QUERIES_H
#define INCLUDED_FRAMEWORK_INC_QUERIES_H #define INCLUDED_FRAMEWORK_INC_QUERIES_H
#include <general.h> #include "general.h"
#include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/Sequence.hxx>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>

View File

@ -24,7 +24,7 @@
#include <queue> #include <queue>
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include <general.h> #include "general.h"
#include <com/sun/star/awt/KeyEvent.hpp> #include <com/sun/star/awt/KeyEvent.hpp>

View File

@ -22,7 +22,7 @@
#include <framework/bmkmenu.hxx> #include <framework/bmkmenu.hxx>
#include <framework/addonmenu.hxx> #include <framework/addonmenu.hxx>
#include <framework/imageproducer.hxx> #include <framework/imageproducer.hxx>
#include "framework/addonsoptions.hxx" #include <framework/addonsoptions.hxx>
#include <classes/fwkresid.hxx> #include <classes/fwkresid.hxx>
#include <services.h> #include <services.h>
#include "classes/resource.hrc" #include "classes/resource.hrc"

View File

@ -30,12 +30,12 @@
#include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/awt/XTopWindow.hpp> #include <com/sun/star/awt/XTopWindow.hpp>
#include <com/sun/star/document/XActionLockable.hpp> #include <com/sun/star/document/XActionLockable.hpp>
#include "com/sun/star/beans/XFastPropertySet.hpp" #include <com/sun/star/beans/XFastPropertySet.hpp>
#include <toolkit/helper/vclunohelper.hxx> #include <toolkit/helper/vclunohelper.hxx>
#include <vcl/window.hxx> #include <vcl/window.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include "vcl/syswin.hxx" #include <vcl/syswin.hxx>
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
#include <unotools/moduleoptions.hxx> #include <unotools/moduleoptions.hxx>
#include <comphelper/processfactory.hxx> #include <comphelper/processfactory.hxx>

View File

@ -31,7 +31,7 @@
#include <com/sun/star/frame/CommandGroup.hpp> #include <com/sun/star/frame/CommandGroup.hpp>
#include <com/sun/star/frame/StartModule.hpp> #include <com/sun/star/frame/StartModule.hpp>
#include <com/sun/star/awt/XTopWindow.hpp> #include <com/sun/star/awt/XTopWindow.hpp>
#include "com/sun/star/beans/XFastPropertySet.hpp" #include <com/sun/star/beans/XFastPropertySet.hpp>
#include <com/sun/star/frame/XModuleManager.hpp> #include <com/sun/star/frame/XModuleManager.hpp>
#include <toolkit/helper/vclunohelper.hxx> #include <toolkit/helper/vclunohelper.hxx>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "framework/addonmenu.hxx" #include <framework/addonmenu.hxx>
#include "framework/addonsoptions.hxx" #include <framework/addonsoptions.hxx>
#include <general.h> #include <general.h>
#include <framework/imageproducer.hxx> #include <framework/imageproducer.hxx>
#include <framework/menuconfiguration.hxx> #include <framework/menuconfiguration.hxx>

View File

@ -24,8 +24,8 @@
#include <tools/stream.hxx> #include <tools/stream.hxx>
#include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/Sequence.hxx>
#include "com/sun/star/util/theMacroExpander.hpp" #include <com/sun/star/util/theMacroExpander.hpp>
#include "com/sun/star/uno/XComponentContext.hpp" #include <com/sun/star/uno/XComponentContext.hpp>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include <rtl/uri.hxx> #include <rtl/uri.hxx>
#include <comphelper/processfactory.hxx> #include <comphelper/processfactory.hxx>

View File

@ -19,7 +19,7 @@
#include <limits.h> #include <limits.h>
#include "framework/bmkmenu.hxx" #include <framework/bmkmenu.hxx>
#include <general.h> #include <general.h>
#include <framework/imageproducer.hxx> #include <framework/imageproducer.hxx>
#include <framework/menuconfiguration.hxx> #include <framework/menuconfiguration.hxx>

View File

@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "framework/framelistanalyzer.hxx" #include <framework/framelistanalyzer.hxx>
#include <targets.h> #include <targets.h>
#include <properties.h> #include <properties.h>

View File

@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "framework/documentundoguard.hxx" #include <framework/documentundoguard.hxx>
#include <com/sun/star/document/XUndoManagerSupplier.hpp> #include <com/sun/star/document/XUndoManagerSupplier.hpp>

View File

@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "framework/undomanagerhelper.hxx" #include <framework/undomanagerhelper.hxx>
#include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/lang/XComponent.hpp>

View File

@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "framework/preventduplicateinteraction.hxx" #include <framework/preventduplicateinteraction.hxx>
#include <com/sun/star/task/InteractionHandler.hpp> #include <com/sun/star/task/InteractionHandler.hpp>
#include <com/sun/star/task/XInteractionAbort.hpp> #include <com/sun/star/task/XInteractionAbort.hpp>

View File

@ -18,7 +18,7 @@
*/ */
#include <services/layoutmanager.hxx> #include <services/layoutmanager.hxx>
#include <helpers.hxx> #include "helpers.hxx"
#include <framework/sfxhelperfunctions.hxx> #include <framework/sfxhelperfunctions.hxx>
#include <uielement/menubarwrapper.hxx> #include <uielement/menubarwrapper.hxx>
@ -29,7 +29,7 @@
#include <uielement/progressbarwrapper.hxx> #include <uielement/progressbarwrapper.hxx>
#include <uiconfiguration/globalsettings.hxx> #include <uiconfiguration/globalsettings.hxx>
#include <uiconfiguration/windowstateproperties.hxx> #include <uiconfiguration/windowstateproperties.hxx>
#include <toolbarlayoutmanager.hxx> #include "toolbarlayoutmanager.hxx"
#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp>

View File

@ -17,10 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <toolbarlayoutmanager.hxx> #include "toolbarlayoutmanager.hxx"
#include <uiconfiguration/windowstateproperties.hxx> #include <uiconfiguration/windowstateproperties.hxx>
#include <uielement/addonstoolbarwrapper.hxx> #include <uielement/addonstoolbarwrapper.hxx>
#include <helpers.hxx> #include "helpers.hxx"
#include <services.h> #include <services.h>
#include <services/layoutmanager.hxx> #include <services/layoutmanager.hxx>
#include <classes/resource.hrc> #include <classes/resource.hrc>

View File

@ -79,7 +79,7 @@
#include <unotools/ucbhelper.hxx> #include <unotools/ucbhelper.hxx>
#include <comphelper/configurationhelper.hxx> #include <comphelper/configurationhelper.hxx>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
#include "rtl/bootstrap.hxx" #include <rtl/bootstrap.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <config_orcus.h> #include <config_orcus.h>

View File

@ -20,11 +20,11 @@
#include "services/uriabbreviation.hxx" #include "services/uriabbreviation.hxx"
#include "services.h" #include "services.h"
#include "sal/config.h" #include <sal/config.h>
#include "cppuhelper/factory.hxx" #include <cppuhelper/factory.hxx>
#include "cppuhelper/implementationentry.hxx" #include <cppuhelper/implementationentry.hxx>
#include "tools/urlobj.hxx" #include <tools/urlobj.hxx>
// framework namespace // framework namespace
namespace framework namespace framework

View File

@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <imagemanagerimpl.hxx> #include "imagemanagerimpl.hxx"
#include <xml/imagesconfiguration.hxx> #include <xml/imagesconfiguration.hxx>
#include <uiconfiguration/graphicnameaccess.hxx> #include <uiconfiguration/graphicnameaccess.hxx>
#include <services.h> #include <services.h>

View File

@ -25,9 +25,9 @@
#include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include "com/sun/star/util/XMacroExpander.hpp" #include <com/sun/star/util/XMacroExpander.hpp>
#include "com/sun/star/uno/XComponentContext.hpp" #include <com/sun/star/uno/XComponentContext.hpp>
#include "com/sun/star/beans/XPropertySet.hpp" #include <com/sun/star/beans/XPropertySet.hpp>
#include <rtl/uri.hxx> #include <rtl/uri.hxx>
#include <osl/mutex.hxx> #include <osl/mutex.hxx>

View File

@ -25,8 +25,8 @@
#include <com/sun/star/frame/XDispatchProvider.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp>
#include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/frame/XControlNotificationListener.hpp> #include <com/sun/star/frame/XControlNotificationListener.hpp>
#include "com/sun/star/util/theMacroExpander.hpp" #include <com/sun/star/util/theMacroExpander.hpp>
#include "com/sun/star/uno/XComponentContext.hpp" #include <com/sun/star/uno/XComponentContext.hpp>
#include <rtl/uri.hxx> #include <rtl/uri.hxx>
#include <osl/mutex.hxx> #include <osl/mutex.hxx>

View File

@ -33,7 +33,7 @@
#include <com/sun/star/awt/PopupMenuDirection.hpp> #include <com/sun/star/awt/PopupMenuDirection.hpp>
#include <svtools/langtab.hxx> #include <svtools/langtab.hxx>
#include <svtools/statusbarcontroller.hxx> #include <svtools/statusbarcontroller.hxx>
#include "sal/types.h" #include <sal/types.h>
#include <com/sun/star/awt/MenuItemStyle.hpp> #include <com/sun/star/awt/MenuItemStyle.hpp>
#include <com/sun/star/document/XDocumentLanguages.hpp> #include <com/sun/star/document/XDocumentLanguages.hpp>
#include <i18nlangtag/mslangid.hxx> #include <i18nlangtag/mslangid.hxx>

View File

@ -22,7 +22,7 @@
#include <framework/bmkmenu.hxx> #include <framework/bmkmenu.hxx>
#include <framework/addonmenu.hxx> #include <framework/addonmenu.hxx>
#include <framework/imageproducer.hxx> #include <framework/imageproducer.hxx>
#include "framework/addonsoptions.hxx" #include <framework/addonsoptions.hxx>
#include <classes/fwkresid.hxx> #include <classes/fwkresid.hxx>
#include <classes/menumanager.hxx> #include <classes/menumanager.hxx>
#include <helper/mischelper.hxx> #include <helper/mischelper.hxx>
@ -72,7 +72,7 @@
#include <osl/file.hxx> #include <osl/file.hxx>
#include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase1.hxx>
#include <svtools/acceleratorexecute.hxx> #include <svtools/acceleratorexecute.hxx>
#include "svtools/miscopt.hxx" #include <svtools/miscopt.hxx>
#include <uielement/menubarmerger.hxx> #include <uielement/menubarmerger.hxx>
// Be careful removing this "bad" construct. There are serious problems // Be careful removing this "bad" construct. There are serious problems

View File

@ -24,7 +24,7 @@
#include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/frame/ModuleManager.hpp> #include <com/sun/star/frame/ModuleManager.hpp>
#include "com/sun/star/frame/XModuleManager2.hpp" #include <com/sun/star/frame/XModuleManager2.hpp>
#include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XSingleComponentFactory.hpp> #include <com/sun/star/lang/XSingleComponentFactory.hpp>