summaryrefslogtreecommitdiff
path: root/framework/source/services
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/services
parentcfad891e95442d3b1fcd919928ab9ad8849a8e8c (diff)
loplugin:includeform: framework
Change-Id: Ib5eaab06ff0cc1b44db9e4057ab349a0990af14d
Diffstat (limited to 'framework/source/services')
-rw-r--r--framework/source/services/autorecovery.cxx2
-rw-r--r--framework/source/services/uriabbreviation.cxx4
2 files changed, 3 insertions, 3 deletions
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>