summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/drawingml/graphicproperties.hxx2
-rw-r--r--oox/inc/drawingml/lineproperties.hxx2
-rw-r--r--oox/inc/drawingml/misccontexts.hxx2
-rw-r--r--oox/inc/drawingml/scene3dcontext.hxx2
-rw-r--r--oox/inc/drawingml/table/tablecell.hxx4
-rw-r--r--oox/inc/drawingml/table/tablestylepart.hxx4
-rw-r--r--oox/inc/drawingml/textcharacterproperties.hxx2
7 files changed, 9 insertions, 9 deletions
diff --git a/oox/inc/drawingml/graphicproperties.hxx b/oox/inc/drawingml/graphicproperties.hxx
index 7bd18776a14b..01dd96cf8f2d 100644
--- a/oox/inc/drawingml/graphicproperties.hxx
+++ b/oox/inc/drawingml/graphicproperties.hxx
@@ -26,7 +26,7 @@
#include <oox/helper/helper.hxx>
-#include "drawingml/fillproperties.hxx"
+#include <drawingml/fillproperties.hxx>
namespace oox {
class GraphicHelper;
diff --git a/oox/inc/drawingml/lineproperties.hxx b/oox/inc/drawingml/lineproperties.hxx
index edea5f6f1d1e..1c5320e25841 100644
--- a/oox/inc/drawingml/lineproperties.hxx
+++ b/oox/inc/drawingml/lineproperties.hxx
@@ -29,7 +29,7 @@
#include <oox/helper/helper.hxx>
#include <sal/types.h>
-#include "drawingml/fillproperties.hxx"
+#include <drawingml/fillproperties.hxx>
namespace oox { class GraphicHelper; }
diff --git a/oox/inc/drawingml/misccontexts.hxx b/oox/inc/drawingml/misccontexts.hxx
index 00c3c9a7d0dd..d1d050223111 100644
--- a/oox/inc/drawingml/misccontexts.hxx
+++ b/oox/inc/drawingml/misccontexts.hxx
@@ -22,7 +22,7 @@
#include <drawingml/colorchoicecontext.hxx>
-#include "drawingml/fillproperties.hxx"
+#include <drawingml/fillproperties.hxx>
namespace oox {
namespace drawingml {
diff --git a/oox/inc/drawingml/scene3dcontext.hxx b/oox/inc/drawingml/scene3dcontext.hxx
index 6377062f62eb..13b2a9e3fe70 100644
--- a/oox/inc/drawingml/scene3dcontext.hxx
+++ b/oox/inc/drawingml/scene3dcontext.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_OOX_DRAWINGML_SCENE3DCONTEXT_HXX
#include <oox/core/contexthandler2.hxx>
-#include "drawingml/shape3dproperties.hxx"
+#include <drawingml/shape3dproperties.hxx>
namespace oox { namespace drawingml {
diff --git a/oox/inc/drawingml/table/tablecell.hxx b/oox/inc/drawingml/table/tablecell.hxx
index b44eeba006e0..c803d86707b8 100644
--- a/oox/inc/drawingml/table/tablecell.hxx
+++ b/oox/inc/drawingml/table/tablecell.hxx
@@ -26,8 +26,8 @@
#include <drawingml/textliststyle.hxx>
#include <com/sun/star/table/XCell.hpp>
-#include "drawingml/fillproperties.hxx"
-#include "drawingml/lineproperties.hxx"
+#include <drawingml/fillproperties.hxx>
+#include <drawingml/lineproperties.hxx>
#include <vector>
#include <map>
diff --git a/oox/inc/drawingml/table/tablestylepart.hxx b/oox/inc/drawingml/table/tablestylepart.hxx
index 28e369719bf9..43759ae96672 100644
--- a/oox/inc/drawingml/table/tablestylepart.hxx
+++ b/oox/inc/drawingml/table/tablestylepart.hxx
@@ -26,8 +26,8 @@
#include <drawingml/textfont.hxx>
#include <oox/drawingml/shape.hxx>
-#include "drawingml/fillproperties.hxx"
-#include "drawingml/lineproperties.hxx"
+#include <drawingml/fillproperties.hxx>
+#include <drawingml/lineproperties.hxx>
#include <map>
diff --git a/oox/inc/drawingml/textcharacterproperties.hxx b/oox/inc/drawingml/textcharacterproperties.hxx
index ce41fef1a42f..4dfab74e3c1f 100644
--- a/oox/inc/drawingml/textcharacterproperties.hxx
+++ b/oox/inc/drawingml/textcharacterproperties.hxx
@@ -25,7 +25,7 @@
#include <oox/drawingml/color.hxx>
#include <drawingml/textfont.hxx>
-#include "drawingml/fillproperties.hxx"
+#include <drawingml/fillproperties.hxx>
namespace oox { class PropertySet; }