summaryrefslogtreecommitdiff
path: root/framework/source/uiconfiguration
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:41:08 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:46:07 +0200
commita457c7c6b0339184466c12f1c43b0b0aa01edf54 (patch)
tree2882735e5da9e1594c7a9d67581f30fb62dc5a44 /framework/source/uiconfiguration
parentcfad891e95442d3b1fcd919928ab9ad8849a8e8c (diff)
loplugin:includeform: framework
Change-Id: Ib5eaab06ff0cc1b44db9e4057ab349a0990af14d
Diffstat (limited to 'framework/source/uiconfiguration')
-rw-r--r--framework/source/uiconfiguration/ImageArrayData.cxx2
-rw-r--r--framework/source/uiconfiguration/ImageList.cxx2
-rw-r--r--framework/source/uiconfiguration/ImplImageList.cxx2
-rw-r--r--framework/source/uiconfiguration/globalsettings.cxx4
-rw-r--r--framework/source/uiconfiguration/imagemanager.cxx2
-rw-r--r--framework/source/uiconfiguration/imagemanagerimpl.cxx2
-rw-r--r--framework/source/uiconfiguration/moduleimagemanager.cxx2
-rw-r--r--framework/source/uiconfiguration/uicategorydescription.cxx4
8 files changed, 10 insertions, 10 deletions
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>