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 /framework/source/uielement | |
parent | cfad891e95442d3b1fcd919928ab9ad8849a8e8c (diff) |
loplugin:includeform: framework
Change-Id: Ib5eaab06ff0cc1b44db9e4057ab349a0990af14d
Diffstat (limited to 'framework/source/uielement')
26 files changed, 35 insertions, 35 deletions
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> |