fix-includes.pl: framework
Change-Id: I405196a2df0be0eb77961540b457933777b90a50
This commit is contained in:
parent
3e81096b1f
commit
2ce779cd0c
@ -20,7 +20,7 @@
|
||||
#ifndef INCLUDED_FRAMEWORK_INC_ACCELERATORCONST_H
|
||||
#define INCLUDED_FRAMEWORK_INC_ACCELERATORCONST_H
|
||||
|
||||
#include <general.h>
|
||||
#include "general.h"
|
||||
|
||||
namespace framework{
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
#ifndef INCLUDED_FRAMEWORK_INC_FWIDLLAPI_H
|
||||
#define INCLUDED_FRAMEWORK_INC_FWIDLLAPI_H
|
||||
|
||||
#include "sal/types.h"
|
||||
#include <sal/types.h>
|
||||
|
||||
#if defined(FWI_DLLIMPLEMENTATION)
|
||||
#define FWI_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
|
||||
|
@ -20,9 +20,9 @@
|
||||
#ifndef 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
|
||||
|
||||
|
@ -14,17 +14,7 @@
|
||||
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 "rtl/bootstrap.hxx"
|
||||
#include "sal/types.h"
|
||||
#include "svtools/miscopt.hxx"
|
||||
#include "vcl/syswin.hxx"
|
||||
#include <algorithm>
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/noncopyable.hpp>
|
||||
@ -70,6 +60,7 @@
|
||||
#include <com/sun/star/beans/PropertyAttribute.hpp>
|
||||
#include <com/sun/star/beans/PropertyValue.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/XMultiHierarchicalPropertySet.hpp>
|
||||
#include <com/sun/star/beans/XProperty.hpp>
|
||||
@ -265,6 +256,7 @@
|
||||
#include <com/sun/star/util/XStringSubstitution.hpp>
|
||||
#include <com/sun/star/util/XStringWidth.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/xml/sax/InputSource.hpp>
|
||||
#include <com/sun/star/xml/sax/Parser.hpp>
|
||||
@ -411,5 +403,4 @@
|
||||
#include <vcl/wrkwin.hxx>
|
||||
#include <vector>
|
||||
#include <wchar.h>
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -21,7 +21,7 @@
|
||||
#define INCLUDED_FRAMEWORK_INC_PROPERTIES_H
|
||||
|
||||
#include <macros/generic.hxx>
|
||||
#include <general.h>
|
||||
#include "general.h"
|
||||
|
||||
namespace framework{
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
#ifndef 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 <rtl/ustring.hxx>
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include <queue>
|
||||
#include <boost/unordered_map.hpp>
|
||||
|
||||
#include <general.h>
|
||||
#include "general.h"
|
||||
|
||||
#include <com/sun/star/awt/KeyEvent.hpp>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include <framework/bmkmenu.hxx>
|
||||
#include <framework/addonmenu.hxx>
|
||||
#include <framework/imageproducer.hxx>
|
||||
#include "framework/addonsoptions.hxx"
|
||||
#include <framework/addonsoptions.hxx>
|
||||
#include <classes/fwkresid.hxx>
|
||||
#include <services.h>
|
||||
#include "classes/resource.hrc"
|
||||
|
@ -30,12 +30,12 @@
|
||||
#include <com/sun/star/lang/DisposedException.hpp>
|
||||
#include <com/sun/star/awt/XTopWindow.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 <vcl/window.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include "vcl/syswin.hxx"
|
||||
#include <vcl/syswin.hxx>
|
||||
#include <osl/mutex.hxx>
|
||||
#include <unotools/moduleoptions.hxx>
|
||||
#include <comphelper/processfactory.hxx>
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <com/sun/star/frame/CommandGroup.hpp>
|
||||
#include <com/sun/star/frame/StartModule.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 <toolkit/helper/vclunohelper.hxx>
|
||||
|
@ -17,8 +17,8 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "framework/addonmenu.hxx"
|
||||
#include "framework/addonsoptions.hxx"
|
||||
#include <framework/addonmenu.hxx>
|
||||
#include <framework/addonsoptions.hxx>
|
||||
#include <general.h>
|
||||
#include <framework/imageproducer.hxx>
|
||||
#include <framework/menuconfiguration.hxx>
|
||||
|
@ -24,8 +24,8 @@
|
||||
#include <tools/stream.hxx>
|
||||
#include <com/sun/star/uno/Any.hxx>
|
||||
#include <com/sun/star/uno/Sequence.hxx>
|
||||
#include "com/sun/star/util/theMacroExpander.hpp"
|
||||
#include "com/sun/star/uno/XComponentContext.hpp"
|
||||
#include <com/sun/star/util/theMacroExpander.hpp>
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
#include <rtl/ustrbuf.hxx>
|
||||
#include <rtl/uri.hxx>
|
||||
#include <comphelper/processfactory.hxx>
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
#include "framework/bmkmenu.hxx"
|
||||
#include <framework/bmkmenu.hxx>
|
||||
#include <general.h>
|
||||
#include <framework/imageproducer.hxx>
|
||||
#include <framework/menuconfiguration.hxx>
|
||||
|
@ -17,7 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "framework/framelistanalyzer.hxx"
|
||||
#include <framework/framelistanalyzer.hxx>
|
||||
|
||||
#include <targets.h>
|
||||
#include <properties.h>
|
||||
|
@ -17,7 +17,7 @@
|
||||
* 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>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
* 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>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
* 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/XInteractionAbort.hpp>
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include <services/layoutmanager.hxx>
|
||||
#include <helpers.hxx>
|
||||
#include "helpers.hxx"
|
||||
|
||||
#include <framework/sfxhelperfunctions.hxx>
|
||||
#include <uielement/menubarwrapper.hxx>
|
||||
@ -29,7 +29,7 @@
|
||||
#include <uielement/progressbarwrapper.hxx>
|
||||
#include <uiconfiguration/globalsettings.hxx>
|
||||
#include <uiconfiguration/windowstateproperties.hxx>
|
||||
#include <toolbarlayoutmanager.hxx>
|
||||
#include "toolbarlayoutmanager.hxx"
|
||||
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/beans/PropertyAttribute.hpp>
|
||||
|
@ -17,10 +17,10 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include <toolbarlayoutmanager.hxx>
|
||||
#include "toolbarlayoutmanager.hxx"
|
||||
#include <uiconfiguration/windowstateproperties.hxx>
|
||||
#include <uielement/addonstoolbarwrapper.hxx>
|
||||
#include <helpers.hxx>
|
||||
#include "helpers.hxx"
|
||||
#include <services.h>
|
||||
#include <services/layoutmanager.hxx>
|
||||
#include <classes/resource.hrc>
|
||||
|
@ -79,7 +79,7 @@
|
||||
#include <unotools/ucbhelper.hxx>
|
||||
#include <comphelper/configurationhelper.hxx>
|
||||
#include <rtl/ustrbuf.hxx>
|
||||
#include "rtl/bootstrap.hxx"
|
||||
#include <rtl/bootstrap.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
|
||||
#include <config_orcus.h>
|
||||
|
@ -20,11 +20,11 @@
|
||||
#include "services/uriabbreviation.hxx"
|
||||
#include "services.h"
|
||||
|
||||
#include "sal/config.h"
|
||||
#include "cppuhelper/factory.hxx"
|
||||
#include "cppuhelper/implementationentry.hxx"
|
||||
#include <sal/config.h>
|
||||
#include <cppuhelper/factory.hxx>
|
||||
#include <cppuhelper/implementationentry.hxx>
|
||||
|
||||
#include "tools/urlobj.hxx"
|
||||
#include <tools/urlobj.hxx>
|
||||
|
||||
// framework namespace
|
||||
namespace framework
|
||||
|
@ -17,7 +17,7 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include <imagemanagerimpl.hxx>
|
||||
#include "imagemanagerimpl.hxx"
|
||||
#include <xml/imagesconfiguration.hxx>
|
||||
#include <uiconfiguration/graphicnameaccess.hxx>
|
||||
#include <services.h>
|
||||
|
@ -25,9 +25,9 @@
|
||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||
#include <com/sun/star/lang/DisposedException.hpp>
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include "com/sun/star/util/XMacroExpander.hpp"
|
||||
#include "com/sun/star/uno/XComponentContext.hpp"
|
||||
#include "com/sun/star/beans/XPropertySet.hpp"
|
||||
#include <com/sun/star/util/XMacroExpander.hpp>
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
|
||||
#include <rtl/uri.hxx>
|
||||
#include <osl/mutex.hxx>
|
||||
|
@ -25,8 +25,8 @@
|
||||
#include <com/sun/star/frame/XDispatchProvider.hpp>
|
||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||
#include <com/sun/star/frame/XControlNotificationListener.hpp>
|
||||
#include "com/sun/star/util/theMacroExpander.hpp"
|
||||
#include "com/sun/star/uno/XComponentContext.hpp"
|
||||
#include <com/sun/star/util/theMacroExpander.hpp>
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
|
||||
#include <rtl/uri.hxx>
|
||||
#include <osl/mutex.hxx>
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include <com/sun/star/awt/PopupMenuDirection.hpp>
|
||||
#include <svtools/langtab.hxx>
|
||||
#include <svtools/statusbarcontroller.hxx>
|
||||
#include "sal/types.h"
|
||||
#include <sal/types.h>
|
||||
#include <com/sun/star/awt/MenuItemStyle.hpp>
|
||||
#include <com/sun/star/document/XDocumentLanguages.hpp>
|
||||
#include <i18nlangtag/mslangid.hxx>
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include <framework/bmkmenu.hxx>
|
||||
#include <framework/addonmenu.hxx>
|
||||
#include <framework/imageproducer.hxx>
|
||||
#include "framework/addonsoptions.hxx"
|
||||
#include <framework/addonsoptions.hxx>
|
||||
#include <classes/fwkresid.hxx>
|
||||
#include <classes/menumanager.hxx>
|
||||
#include <helper/mischelper.hxx>
|
||||
@ -72,7 +72,7 @@
|
||||
#include <osl/file.hxx>
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#include <svtools/acceleratorexecute.hxx>
|
||||
#include "svtools/miscopt.hxx"
|
||||
#include <svtools/miscopt.hxx>
|
||||
#include <uielement/menubarmerger.hxx>
|
||||
|
||||
// Be careful removing this "bad" construct. There are serious problems
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include <com/sun/star/beans/PropertyValue.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/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/lang/XSingleComponentFactory.hpp>
|
||||
|
Loading…
x
Reference in New Issue
Block a user