summaryrefslogtreecommitdiff
path: root/editeng/source/uno
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source/uno')
-rw-r--r--editeng/source/uno/unoedprx.cxx2
-rw-r--r--editeng/source/uno/unofield.cxx2
-rw-r--r--editeng/source/uno/unofored.cxx2
-rw-r--r--editeng/source/uno/unoforou.cxx2
-rw-r--r--editeng/source/uno/unotext.cxx2
5 files changed, 5 insertions, 5 deletions
diff --git a/editeng/source/uno/unoedprx.cxx b/editeng/source/uno/unoedprx.cxx
index ae9c77496cf9..7ca710e6e183 100644
--- a/editeng/source/uno/unoedprx.cxx
+++ b/editeng/source/uno/unoedprx.cxx
@@ -33,7 +33,7 @@
// Project-local header
-#include "editeng/unoedprx.hxx"
+#include <editeng/unoedprx.hxx>
#include <editeng/unotext.hxx>
#include <editeng/unoedhlp.hxx>
#include <editeng/editdata.hxx>
diff --git a/editeng/source/uno/unofield.cxx b/editeng/source/uno/unofield.cxx
index 5c57179ac3c9..55fb74bcc999 100644
--- a/editeng/source/uno/unofield.cxx
+++ b/editeng/source/uno/unofield.cxx
@@ -31,7 +31,7 @@
#include <comphelper/servicehelper.hxx>
#include <cppuhelper/supportsservice.hxx>
-#include "editeng/unonames.hxx"
+#include <editeng/unonames.hxx>
using namespace ::cppu;
using namespace ::com::sun::star;
diff --git a/editeng/source/uno/unofored.cxx b/editeng/source/uno/unofored.cxx
index 652c44847497..ebb27a72267b 100644
--- a/editeng/source/uno/unofored.cxx
+++ b/editeng/source/uno/unofored.cxx
@@ -31,7 +31,7 @@
#include <editeng/editobj.hxx>
#include <editeng/unofored.hxx>
-#include <unofored_internal.hxx>
+#include "unofored_internal.hxx"
using namespace ::com::sun::star;
diff --git a/editeng/source/uno/unoforou.cxx b/editeng/source/uno/unoforou.cxx
index 2c0bde9c2849..665e57675f9c 100644
--- a/editeng/source/uno/unoforou.cxx
+++ b/editeng/source/uno/unoforou.cxx
@@ -34,7 +34,7 @@
#include <editeng/unoforou.hxx>
#include <editeng/unofored.hxx>
#include <editeng/outlobj.hxx>
-#include <unofored_internal.hxx>
+#include "unofored_internal.hxx"
using namespace ::com::sun::star;
diff --git a/editeng/source/uno/unotext.cxx b/editeng/source/uno/unotext.cxx
index b52836cc7b38..d5c0a32d8b06 100644
--- a/editeng/source/uno/unotext.cxx
+++ b/editeng/source/uno/unotext.cxx
@@ -46,7 +46,7 @@
#include <comphelper/serviceinfohelper.hxx>
#include <cppuhelper/supportsservice.hxx>
-#include "editeng/unonames.hxx"
+#include <editeng/unonames.hxx>
#include <memory>