diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:41:08 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:07 +0200 |
commit | a457c7c6b0339184466c12f1c43b0b0aa01edf54 (patch) | |
tree | 2882735e5da9e1594c7a9d67581f30fb62dc5a44 | |
parent | cfad891e95442d3b1fcd919928ab9ad8849a8e8c (diff) |
loplugin:includeform: framework
Change-Id: Ib5eaab06ff0cc1b44db9e4057ab349a0990af14d
47 files changed, 62 insertions, 62 deletions
diff --git a/framework/inc/uielement/langselectionmenucontroller.hxx b/framework/inc/uielement/langselectionmenucontroller.hxx index df35610cb8b8..76e73c1ffbc1 100644 --- a/framework/inc/uielement/langselectionmenucontroller.hxx +++ b/framework/inc/uielement/langselectionmenucontroller.hxx @@ -34,7 +34,7 @@ #include <cppuhelper/weak.hxx> #include <rtl/ustring.hxx> -#include "helper/mischelper.hxx" +#include <helper/mischelper.hxx> namespace framework { diff --git a/framework/source/accelerators/moduleacceleratorconfiguration.cxx b/framework/source/accelerators/moduleacceleratorconfiguration.cxx index b236ba1cc6d6..051373c3d92a 100644 --- a/framework/source/accelerators/moduleacceleratorconfiguration.cxx +++ b/framework/source/accelerators/moduleacceleratorconfiguration.cxx @@ -19,7 +19,7 @@ #include <accelerators/acceleratorconfiguration.hxx> #include <accelerators/presethandler.hxx> -#include "helper/mischelper.hxx" +#include <helper/mischelper.hxx> #include <acceleratorconst.h> diff --git a/framework/source/accelerators/presethandler.cxx b/framework/source/accelerators/presethandler.cxx index 7203a92d20d6..3afbd6c18ad7 100644 --- a/framework/source/accelerators/presethandler.cxx +++ b/framework/source/accelerators/presethandler.cxx @@ -21,7 +21,7 @@ #include <classes/fwkresid.hxx> -#include "strings.hrc" +#include <strings.hrc> #include <services.h> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/framework/source/dispatch/dispatchdisabler.cxx b/framework/source/dispatch/dispatchdisabler.cxx index c93c5927ef58..9fa3f99b3d30 100644 --- a/framework/source/dispatch/dispatchdisabler.cxx +++ b/framework/source/dispatch/dispatchdisabler.cxx @@ -9,8 +9,8 @@ #include <sal/config.h> -#include "services.h" -#include "dispatch/dispatchdisabler.hxx" +#include <services.h> +#include <dispatch/dispatchdisabler.hxx> #include <com/sun/star/frame/DispatchDescriptor.hpp> diff --git a/framework/source/dispatch/dispatchprovider.cxx b/framework/source/dispatch/dispatchprovider.cxx index bfd698b69060..fcde3010edee 100644 --- a/framework/source/dispatch/dispatchprovider.cxx +++ b/framework/source/dispatch/dispatchprovider.cxx @@ -30,7 +30,7 @@ #include <services.h> #include <targets.h> #include <general.h> -#include <isstartmoduledispatch.hxx> +#include "isstartmoduledispatch.hxx" #include <com/sun/star/frame/XDesktop.hpp> #include <com/sun/star/frame/FrameSearchFlag.hpp> diff --git a/framework/source/dispatch/startmoduledispatcher.cxx b/framework/source/dispatch/startmoduledispatcher.cxx index b2c87cbbe0b4..bdb36271f50e 100644 --- a/framework/source/dispatch/startmoduledispatcher.cxx +++ b/framework/source/dispatch/startmoduledispatcher.cxx @@ -24,7 +24,7 @@ #include <targets.h> #include <services.h> #include <general.h> -#include <isstartmoduledispatch.hxx> +#include "isstartmoduledispatch.hxx" #include <com/sun/star/frame/Desktop.hpp> #include <com/sun/star/frame/XController.hpp> diff --git a/framework/source/fwe/classes/fwkresid.cxx b/framework/source/fwe/classes/fwkresid.cxx index 203e8020edee..c020b32290aa 100644 --- a/framework/source/fwe/classes/fwkresid.cxx +++ b/framework/source/fwe/classes/fwkresid.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "classes/fwkresid.hxx" +#include <classes/fwkresid.hxx> #include <unotools/resmgr.hxx> OUString FwkResId(const char* pId) diff --git a/framework/source/interaction/quietinteraction.cxx b/framework/source/interaction/quietinteraction.cxx index 10d96cd4d708..490041a258ba 100644 --- a/framework/source/interaction/quietinteraction.cxx +++ b/framework/source/interaction/quietinteraction.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "interaction/quietinteraction.hxx" +#include <interaction/quietinteraction.hxx> #include <com/sun/star/task/XInteractionAbort.hpp> #include <com/sun/star/task/XInteractionApprove.hpp> diff --git a/framework/source/jobs/jobexecutor.cxx b/framework/source/jobs/jobexecutor.cxx index 30feb2813b5c..e5efb3b45368 100644 --- a/framework/source/jobs/jobexecutor.cxx +++ b/framework/source/jobs/jobexecutor.cxx @@ -24,7 +24,7 @@ #include <general.h> #include <stdtypes.h> -#include "helper/mischelper.hxx" +#include <helper/mischelper.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XNameAccess.hpp> diff --git a/framework/source/loadenv/loadenv.cxx b/framework/source/loadenv/loadenv.cxx index 99b357e30243..3d6da4e3e003 100644 --- a/framework/source/loadenv/loadenv.cxx +++ b/framework/source/loadenv/loadenv.cxx @@ -31,7 +31,7 @@ #include <framework/interaction.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/configuration.hxx> -#include "officecfg/Office/Common.hxx" +#include <officecfg/Office/Common.hxx> #include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/awt/XWindow2.hpp> diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx index d1b106592d4e..7cc7bbde8c2d 100644 --- a/framework/source/services/autorecovery.cxx +++ b/framework/source/services/autorecovery.cxx @@ -29,7 +29,7 @@ #include <protocols.h> #include <properties.h> -#include "helper/mischelper.hxx" +#include <helper/mischelper.hxx> #include <com/sun/star/ucb/NameClash.hpp> #include <com/sun/star/container/XNameAccess.hpp> diff --git a/framework/source/services/uriabbreviation.cxx b/framework/source/services/uriabbreviation.cxx index b6707cff57b3..f2355a2c3360 100644 --- a/framework/source/services/uriabbreviation.cxx +++ b/framework/source/services/uriabbreviation.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "services/uriabbreviation.hxx" -#include "services.h" +#include <services/uriabbreviation.hxx> +#include <services.h> #include <sal/config.h> #include <cppuhelper/factory.hxx> diff --git a/framework/source/uiconfiguration/ImageArrayData.cxx b/framework/source/uiconfiguration/ImageArrayData.cxx index 60316464f2b4..508f79105d98 100644 --- a/framework/source/uiconfiguration/ImageArrayData.cxx +++ b/framework/source/uiconfiguration/ImageArrayData.cxx @@ -28,7 +28,7 @@ #include <vcl/svapp.hxx> #include <vcl/ImageTree.hxx> -#include <image.h> +#include "image.h" #include <memory> #if OSL_DEBUG_LEVEL > 0 diff --git a/framework/source/uiconfiguration/ImageList.cxx b/framework/source/uiconfiguration/ImageList.cxx index f515e2997d24..dbdb9459440f 100644 --- a/framework/source/uiconfiguration/ImageList.cxx +++ b/framework/source/uiconfiguration/ImageList.cxx @@ -28,7 +28,7 @@ #include <vcl/image.hxx> #include <vcl/imagerepository.hxx> #include <vcl/ImageTree.hxx> -#include <image.h> +#include "image.h" #include "ImageList.hxx" ImageList::ImageList() diff --git a/framework/source/uiconfiguration/ImplImageList.cxx b/framework/source/uiconfiguration/ImplImageList.cxx index f1a0d94973c8..19bb1e8a1266 100644 --- a/framework/source/uiconfiguration/ImplImageList.cxx +++ b/framework/source/uiconfiguration/ImplImageList.cxx @@ -26,7 +26,7 @@ #include <vcl/image.hxx> #include <vcl/settings.hxx> -#include <image.h> +#include "image.h" #include <memory> ImplImageList::ImplImageList() diff --git a/framework/source/uiconfiguration/globalsettings.cxx b/framework/source/uiconfiguration/globalsettings.cxx index 948b432a3de4..0663339f3dac 100644 --- a/framework/source/uiconfiguration/globalsettings.cxx +++ b/framework/source/uiconfiguration/globalsettings.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "uiconfiguration/globalsettings.hxx" -#include "services.h" +#include <uiconfiguration/globalsettings.hxx> +#include <services.h> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/framework/source/uiconfiguration/imagemanager.cxx b/framework/source/uiconfiguration/imagemanager.cxx index 32c325c533c3..225b51231d05 100644 --- a/framework/source/uiconfiguration/imagemanager.cxx +++ b/framework/source/uiconfiguration/imagemanager.cxx @@ -22,7 +22,7 @@ #include <uiconfiguration/graphicnameaccess.hxx> #include "imagemanagerimpl.hxx" -#include "properties.h" +#include <properties.h> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/framework/source/uiconfiguration/imagemanagerimpl.cxx b/framework/source/uiconfiguration/imagemanagerimpl.cxx index 030377316e31..ded9db11ee2e 100644 --- a/framework/source/uiconfiguration/imagemanagerimpl.cxx +++ b/framework/source/uiconfiguration/imagemanagerimpl.cxx @@ -22,7 +22,7 @@ #include <uiconfiguration/graphicnameaccess.hxx> #include <services.h> -#include "properties.h" +#include <properties.h> #include <com/sun/star/frame/theUICommandDescription.hpp> #include <com/sun/star/ui/UIElementType.hpp> diff --git a/framework/source/uiconfiguration/moduleimagemanager.cxx b/framework/source/uiconfiguration/moduleimagemanager.cxx index 11a31b22e397..4ba77f267823 100644 --- a/framework/source/uiconfiguration/moduleimagemanager.cxx +++ b/framework/source/uiconfiguration/moduleimagemanager.cxx @@ -23,7 +23,7 @@ #include <services.h> #include "imagemanagerimpl.hxx" -#include "properties.h" +#include <properties.h> #include <com/sun/star/ui/UIElementType.hpp> #include <com/sun/star/ui/ConfigurationEvent.hpp> diff --git a/framework/source/uiconfiguration/uicategorydescription.cxx b/framework/source/uiconfiguration/uicategorydescription.cxx index d6712cbcf9be..d91a7588ddc4 100644 --- a/framework/source/uiconfiguration/uicategorydescription.cxx +++ b/framework/source/uiconfiguration/uicategorydescription.cxx @@ -19,9 +19,9 @@ #include <uielement/uicommanddescription.hxx> -#include "properties.h" +#include <properties.h> -#include "helper/mischelper.hxx" +#include <helper/mischelper.hxx> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/framework/source/uielement/addonstoolbarmanager.cxx b/framework/source/uielement/addonstoolbarmanager.cxx index 7761fb20c4b8..4e4104f1e003 100644 --- a/framework/source/uielement/addonstoolbarmanager.cxx +++ b/framework/source/uielement/addonstoolbarmanager.cxx @@ -21,7 +21,7 @@ #include <uielement/toolbarmerger.hxx> #include <uielement/generictoolbarcontroller.hxx> -#include "services.h" +#include <services.h> #include <framework/sfxhelperfunctions.hxx> #include <classes/fwkresid.hxx> #include <classes/resource.hxx> diff --git a/framework/source/uielement/buttontoolbarcontroller.cxx b/framework/source/uielement/buttontoolbarcontroller.cxx index c02b31732eed..9283da1ccca1 100644 --- a/framework/source/uielement/buttontoolbarcontroller.cxx +++ b/framework/source/uielement/buttontoolbarcontroller.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "uielement/buttontoolbarcontroller.hxx" +#include <uielement/buttontoolbarcontroller.hxx> #include <com/sun/star/util/URLTransformer.hpp> #include <com/sun/star/util/XURLTransformer.hpp> diff --git a/framework/source/uielement/comboboxtoolbarcontroller.cxx b/framework/source/uielement/comboboxtoolbarcontroller.cxx index aeb35a07d6ae..3222512cf262 100644 --- a/framework/source/uielement/comboboxtoolbarcontroller.cxx +++ b/framework/source/uielement/comboboxtoolbarcontroller.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "uielement/comboboxtoolbarcontroller.hxx" +#include <uielement/comboboxtoolbarcontroller.hxx> #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/framework/source/uielement/complextoolbarcontroller.cxx b/framework/source/uielement/complextoolbarcontroller.cxx index b173c94f541e..b90eda04a9a0 100644 --- a/framework/source/uielement/complextoolbarcontroller.cxx +++ b/framework/source/uielement/complextoolbarcontroller.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "uielement/complextoolbarcontroller.hxx" +#include <uielement/complextoolbarcontroller.hxx> #include <com/sun/star/util/URLTransformer.hpp> #include <com/sun/star/util/XURLTransformer.hpp> diff --git a/framework/source/uielement/controlmenucontroller.cxx b/framework/source/uielement/controlmenucontroller.cxx index 83282c2b0025..38c99e7caf2a 100644 --- a/framework/source/uielement/controlmenucontroller.cxx +++ b/framework/source/uielement/controlmenucontroller.cxx @@ -43,9 +43,9 @@ #include <osl/mutex.hxx> #include <memory> -#include "svx/svxids.hrc" +#include <svx/svxids.hrc> -#include "bitmaps.hlst" +#include <bitmaps.hlst> // See svx/source/form/fmshimp.cxx for other use of this .ui diff --git a/framework/source/uielement/dropdownboxtoolbarcontroller.cxx b/framework/source/uielement/dropdownboxtoolbarcontroller.cxx index bff0fd85aaac..c6d1d16cc6dc 100644 --- a/framework/source/uielement/dropdownboxtoolbarcontroller.cxx +++ b/framework/source/uielement/dropdownboxtoolbarcontroller.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "uielement/dropdownboxtoolbarcontroller.hxx" +#include <uielement/dropdownboxtoolbarcontroller.hxx> #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/framework/source/uielement/edittoolbarcontroller.cxx b/framework/source/uielement/edittoolbarcontroller.cxx index e1e610bb4b75..7f1aab8906b8 100644 --- a/framework/source/uielement/edittoolbarcontroller.cxx +++ b/framework/source/uielement/edittoolbarcontroller.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "uielement/edittoolbarcontroller.hxx" +#include <uielement/edittoolbarcontroller.hxx> #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/framework/source/uielement/fontmenucontroller.cxx b/framework/source/uielement/fontmenucontroller.cxx index 4997d6d26464..2245cc35696e 100644 --- a/framework/source/uielement/fontmenucontroller.cxx +++ b/framework/source/uielement/fontmenucontroller.cxx @@ -19,7 +19,7 @@ #include <uielement/fontmenucontroller.hxx> -#include "services.h" +#include <services.h> #include <com/sun/star/awt/XDevice.hpp> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/framework/source/uielement/fontsizemenucontroller.cxx b/framework/source/uielement/fontsizemenucontroller.cxx index 24ac65d25d86..6dd31f3ea1ac 100644 --- a/framework/source/uielement/fontsizemenucontroller.cxx +++ b/framework/source/uielement/fontsizemenucontroller.cxx @@ -19,7 +19,7 @@ #include <uielement/fontsizemenucontroller.hxx> -#include "services.h" +#include <services.h> #include <com/sun/star/awt/XDevice.hpp> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/framework/source/uielement/footermenucontroller.cxx b/framework/source/uielement/footermenucontroller.cxx index 0d8ffad400b7..545287b2b17d 100644 --- a/framework/source/uielement/footermenucontroller.cxx +++ b/framework/source/uielement/footermenucontroller.cxx @@ -19,7 +19,7 @@ #include <uielement/footermenucontroller.hxx> -#include "services.h" +#include <services.h> #include <strings.hrc> #include <classes/fwkresid.hxx> diff --git a/framework/source/uielement/generictoolbarcontroller.cxx b/framework/source/uielement/generictoolbarcontroller.cxx index 6a8dedac82fb..18c2ebc33895 100644 --- a/framework/source/uielement/generictoolbarcontroller.cxx +++ b/framework/source/uielement/generictoolbarcontroller.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "uielement/generictoolbarcontroller.hxx" +#include <uielement/generictoolbarcontroller.hxx> #include <com/sun/star/util/URLTransformer.hpp> #include <com/sun/star/util/XURLTransformer.hpp> diff --git a/framework/source/uielement/headermenucontroller.cxx b/framework/source/uielement/headermenucontroller.cxx index 3f086d15c337..e5d70fffa188 100644 --- a/framework/source/uielement/headermenucontroller.cxx +++ b/framework/source/uielement/headermenucontroller.cxx @@ -19,7 +19,7 @@ #include <uielement/headermenucontroller.hxx> -#include "services.h" +#include <services.h> #include <strings.hrc> #include <classes/fwkresid.hxx> diff --git a/framework/source/uielement/imagebuttontoolbarcontroller.cxx b/framework/source/uielement/imagebuttontoolbarcontroller.cxx index 9e73b0b58536..44e0b75424e4 100644 --- a/framework/source/uielement/imagebuttontoolbarcontroller.cxx +++ b/framework/source/uielement/imagebuttontoolbarcontroller.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "uielement/imagebuttontoolbarcontroller.hxx" +#include <uielement/imagebuttontoolbarcontroller.hxx> #include <framework/addonsoptions.hxx> diff --git a/framework/source/uielement/langselectionmenucontroller.cxx b/framework/source/uielement/langselectionmenucontroller.cxx index 0938658b5aa1..5140d4fc708c 100644 --- a/framework/source/uielement/langselectionmenucontroller.cxx +++ b/framework/source/uielement/langselectionmenucontroller.cxx @@ -19,7 +19,7 @@ #include <uielement/langselectionmenucontroller.hxx> -#include "services.h" +#include <services.h> #include <com/sun/star/awt/XDevice.hpp> #include <com/sun/star/beans/PropertyValue.hpp> @@ -42,7 +42,7 @@ #include <strings.hrc> -#include "helper/mischelper.hxx" +#include <helper/mischelper.hxx> #include <osl/mutex.hxx> #include <map> diff --git a/framework/source/uielement/langselectionstatusbarcontroller.cxx b/framework/source/uielement/langselectionstatusbarcontroller.cxx index e59c32eca8ae..d898d10db9c5 100644 --- a/framework/source/uielement/langselectionstatusbarcontroller.cxx +++ b/framework/source/uielement/langselectionstatusbarcontroller.cxx @@ -44,7 +44,7 @@ #include <com/sun/star/awt/Command.hpp> #include <svl/languageoptions.hxx> -#include "helper/mischelper.hxx" +#include <helper/mischelper.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/ref.hxx> diff --git a/framework/source/uielement/macrosmenucontroller.cxx b/framework/source/uielement/macrosmenucontroller.cxx index 0f3d972eb776..99b031b3016f 100644 --- a/framework/source/uielement/macrosmenucontroller.cxx +++ b/framework/source/uielement/macrosmenucontroller.cxx @@ -19,7 +19,7 @@ #include <uielement/macrosmenucontroller.hxx> #include <uielement/menubarmanager.hxx> -#include "services.h" +#include <services.h> #include <strings.hrc> #include <classes/fwkresid.hxx> #include <com/sun/star/awt/MenuItemStyle.hpp> @@ -32,7 +32,7 @@ #include <vcl/i18nhelp.hxx> #include <vcl/commandinfoprovider.hxx> #include <rtl/ustrbuf.hxx> -#include "helper/mischelper.hxx" +#include <helper/mischelper.hxx> #include <osl/mutex.hxx> using namespace com::sun::star::uno; diff --git a/framework/source/uielement/newmenucontroller.cxx b/framework/source/uielement/newmenucontroller.cxx index d774fecc0ecf..ec5d85dc4fde 100644 --- a/framework/source/uielement/newmenucontroller.cxx +++ b/framework/source/uielement/newmenucontroller.cxx @@ -19,7 +19,7 @@ #include <uielement/newmenucontroller.hxx> -#include "services.h" +#include <services.h> #include <strings.hrc> #include <classes/fwkresid.hxx> diff --git a/framework/source/uielement/notebookbarmenucontroller.cxx b/framework/source/uielement/notebookbarmenucontroller.cxx index 292fd3b7beb4..05b87d3e1c4e 100644 --- a/framework/source/uielement/notebookbarmenucontroller.cxx +++ b/framework/source/uielement/notebookbarmenucontroller.cxx @@ -19,7 +19,7 @@ #include <uielement/notebookbarmenucontroller.hxx> -#include "services.h" +#include <services.h> #include <framework/sfxhelperfunctions.hxx> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/framework/source/uielement/popuptoolbarcontroller.cxx b/framework/source/uielement/popuptoolbarcontroller.cxx index 4d0ea6821b81..675fe07f9ec2 100644 --- a/framework/source/uielement/popuptoolbarcontroller.cxx +++ b/framework/source/uielement/popuptoolbarcontroller.cxx @@ -18,7 +18,7 @@ */ #include <strings.hrc> -#include "bitmaps.hlst" +#include <bitmaps.hlst> #include <classes/fwkresid.hxx> #include <cppuhelper/implbase.hxx> diff --git a/framework/source/uielement/spinfieldtoolbarcontroller.cxx b/framework/source/uielement/spinfieldtoolbarcontroller.cxx index 941dc21107f1..7bf9568cecf9 100644 --- a/framework/source/uielement/spinfieldtoolbarcontroller.cxx +++ b/framework/source/uielement/spinfieldtoolbarcontroller.cxx @@ -22,7 +22,7 @@ #include <stdio.h> #include <wchar.h> -#include "uielement/spinfieldtoolbarcontroller.hxx" +#include <uielement/spinfieldtoolbarcontroller.hxx> #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/framework/source/uielement/statusbarmanager.cxx b/framework/source/uielement/statusbarmanager.cxx index 9caa46cc539d..9f12efb3d8fa 100644 --- a/framework/source/uielement/statusbarmanager.cxx +++ b/framework/source/uielement/statusbarmanager.cxx @@ -25,9 +25,9 @@ #include <uielement/statusbarmerger.hxx> #include <uielement/statusbaritem.hxx> #include <stdtypes.h> -#include "services.h" -#include "general.h" -#include "properties.h" +#include <services.h> +#include <general.h> +#include <properties.h> #include <helper/mischelper.hxx> #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/theStatusbarControllerFactory.hpp> diff --git a/framework/source/uielement/togglebuttontoolbarcontroller.cxx b/framework/source/uielement/togglebuttontoolbarcontroller.cxx index 07588648bc11..d4b1ff50e184 100644 --- a/framework/source/uielement/togglebuttontoolbarcontroller.cxx +++ b/framework/source/uielement/togglebuttontoolbarcontroller.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "uielement/togglebuttontoolbarcontroller.hxx" +#include <uielement/togglebuttontoolbarcontroller.hxx> #include <framework/addonsoptions.hxx> diff --git a/framework/source/uielement/toolbarmanager.cxx b/framework/source/uielement/toolbarmanager.cxx index 59cc6c1873c8..842e1f06d067 100644 --- a/framework/source/uielement/toolbarmanager.cxx +++ b/framework/source/uielement/toolbarmanager.cxx @@ -24,9 +24,9 @@ #include <uielement/generictoolbarcontroller.hxx> #include <uielement/styletoolbarcontroller.hxx> -#include "services.h" -#include "general.h" -#include "properties.h" +#include <services.h> +#include <general.h> +#include <properties.h> #include <framework/sfxhelperfunctions.hxx> #include <classes/fwkresid.hxx> #include <classes/resource.hxx> diff --git a/framework/source/uielement/toolbarmodemenucontroller.cxx b/framework/source/uielement/toolbarmodemenucontroller.cxx index 54d74439261b..cc5659a84067 100644 --- a/framework/source/uielement/toolbarmodemenucontroller.cxx +++ b/framework/source/uielement/toolbarmodemenucontroller.cxx @@ -19,7 +19,7 @@ #include <uielement/toolbarmodemenucontroller.hxx> -#include "services.h" +#include <services.h> #include <framework/sfxhelperfunctions.hxx> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/framework/source/uielement/toolbarsmenucontroller.cxx b/framework/source/uielement/toolbarsmenucontroller.cxx index dca1f9f52d6b..7dab218d25c6 100644 --- a/framework/source/uielement/toolbarsmenucontroller.cxx +++ b/framework/source/uielement/toolbarsmenucontroller.cxx @@ -21,7 +21,7 @@ #include <algorithm> -#include "services.h" +#include <services.h> #include <strings.hrc> #include <classes/fwkresid.hxx> #include <framework/sfxhelperfunctions.hxx> diff --git a/framework/source/uielement/uicommanddescription.cxx b/framework/source/uielement/uicommanddescription.cxx index 8659c18dd3b4..7f32f70541ba 100644 --- a/framework/source/uielement/uicommanddescription.cxx +++ b/framework/source/uielement/uicommanddescription.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "uielement/uicommanddescription.hxx" +#include <uielement/uicommanddescription.hxx> -#include "properties.h" +#include <properties.h> -#include "helper/mischelper.hxx" +#include <helper/mischelper.hxx> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/framework/source/uifactory/factoryconfiguration.cxx b/framework/source/uifactory/factoryconfiguration.cxx index 49da26648fd1..778195be2942 100644 --- a/framework/source/uifactory/factoryconfiguration.cxx +++ b/framework/source/uifactory/factoryconfiguration.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "uifactory/factoryconfiguration.hxx" -#include "services.h" +#include <uifactory/factoryconfiguration.hxx> +#include <services.h> -#include "helper/mischelper.hxx" +#include <helper/mischelper.hxx> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> |