summaryrefslogtreecommitdiff
path: root/include/oox/vml
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 14:10:44 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 18:48:38 -0600
commit940a2944b0791cdf5894b4b2e4e30d8a71d5f304 (patch)
tree5841558a8fd549ea308de95e630cadad60fcc3d8 /include/oox/vml
parent38016f9d2260a424369fadab16f5428e4f3dc86f (diff)
fdo#65108 inter-module includes <>
Change-Id: Ie672de68f6a87713a379e794fa3ad255ad52a71e
Diffstat (limited to 'include/oox/vml')
-rw-r--r--include/oox/vml/vmldrawing.hxx2
-rw-r--r--include/oox/vml/vmldrawingfragment.hxx4
-rw-r--r--include/oox/vml/vmlformatting.hxx4
-rw-r--r--include/oox/vml/vmlshape.hxx6
-rw-r--r--include/oox/vml/vmlshapecontainer.hxx4
-rw-r--r--include/oox/vml/vmlshapecontext.hxx2
-rw-r--r--include/oox/vml/vmltextbox.hxx4
-rw-r--r--include/oox/vml/vmltextboxcontext.hxx4
8 files changed, 15 insertions, 15 deletions
diff --git a/include/oox/vml/vmldrawing.hxx b/include/oox/vml/vmldrawing.hxx
index 9ced842bb221..ae6f79e3375b 100644
--- a/include/oox/vml/vmldrawing.hxx
+++ b/include/oox/vml/vmldrawing.hxx
@@ -26,7 +26,7 @@
#include <oox/ole/axcontrol.hxx>
#include <oox/ole/oleobjecthelper.hxx>
#include <oox/vml/vmlshapecontainer.hxx>
-#include "oox/dllapi.h"
+#include <oox/dllapi.h>
namespace com { namespace sun { namespace star {
namespace awt { struct Rectangle; }
diff --git a/include/oox/vml/vmldrawingfragment.hxx b/include/oox/vml/vmldrawingfragment.hxx
index 36dbb7da6700..d896f1e92621 100644
--- a/include/oox/vml/vmldrawingfragment.hxx
+++ b/include/oox/vml/vmldrawingfragment.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_OOX_VML_VMLDRAWINGFRAGMENT_HXX
#define INCLUDED_OOX_VML_VMLDRAWINGFRAGMENT_HXX
-#include "oox/core/fragmenthandler2.hxx"
-#include "oox/dllapi.h"
+#include <oox/core/fragmenthandler2.hxx>
+#include <oox/dllapi.h>
namespace oox {
namespace vml {
diff --git a/include/oox/vml/vmlformatting.hxx b/include/oox/vml/vmlformatting.hxx
index a2fe15bc58f2..c7d84ffe8ffc 100644
--- a/include/oox/vml/vmlformatting.hxx
+++ b/include/oox/vml/vmlformatting.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_OOX_VML_VMLFORMATTING_HXX
#define INCLUDED_OOX_VML_VMLFORMATTING_HXX
-#include "oox/helper/helper.hxx"
-#include "oox/dllapi.h"
+#include <oox/helper/helper.hxx>
+#include <oox/dllapi.h>
#include <com/sun/star/awt/Point.hpp>
#include <com/sun/star/drawing/PolyPolygonBezierCoords.hpp>
#include <com/sun/star/drawing/XShape.hpp>
diff --git a/include/oox/vml/vmlshape.hxx b/include/oox/vml/vmlshape.hxx
index 90e40377b311..fcfb9671c643 100644
--- a/include/oox/vml/vmlshape.hxx
+++ b/include/oox/vml/vmlshape.hxx
@@ -23,9 +23,9 @@
#include <memory>
#include <vector>
#include <com/sun/star/awt/Point.hpp>
-#include "oox/vml/vmlformatting.hxx"
-#include "oox/vml/vmltextbox.hxx"
-#include "oox/dllapi.h"
+#include <oox/vml/vmlformatting.hxx>
+#include <oox/vml/vmltextbox.hxx>
+#include <oox/dllapi.h>
namespace com { namespace sun { namespace star {
namespace awt { struct Rectangle; }
diff --git a/include/oox/vml/vmlshapecontainer.hxx b/include/oox/vml/vmlshapecontainer.hxx
index 637254e989c9..f927ec83f599 100644
--- a/include/oox/vml/vmlshapecontainer.hxx
+++ b/include/oox/vml/vmlshapecontainer.hxx
@@ -21,8 +21,8 @@
#define INCLUDED_OOX_VML_VMLSHAPECONTAINER_HXX
#include <com/sun/star/awt/Rectangle.hpp>
-#include "oox/helper/refmap.hxx"
-#include "oox/helper/refvector.hxx"
+#include <oox/helper/refmap.hxx>
+#include <oox/helper/refvector.hxx>
#include <stack>
namespace com { namespace sun { namespace star {
diff --git a/include/oox/vml/vmlshapecontext.hxx b/include/oox/vml/vmlshapecontext.hxx
index 769eede4e361..1509fc9b4700 100644
--- a/include/oox/vml/vmlshapecontext.hxx
+++ b/include/oox/vml/vmlshapecontext.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_OOX_VML_VMLSHAPECONTEXT_HXX
#define INCLUDED_OOX_VML_VMLSHAPECONTEXT_HXX
-#include "oox/core/contexthandler2.hxx"
+#include <oox/core/contexthandler2.hxx>
namespace oox {
namespace vml {
diff --git a/include/oox/vml/vmltextbox.hxx b/include/oox/vml/vmltextbox.hxx
index 483aa79142b1..ecc04c097f26 100644
--- a/include/oox/vml/vmltextbox.hxx
+++ b/include/oox/vml/vmltextbox.hxx
@@ -22,8 +22,8 @@
#include <vector>
#include <rtl/ustring.hxx>
-#include "oox/helper/helper.hxx"
-#include "oox/dllapi.h"
+#include <oox/helper/helper.hxx>
+#include <oox/dllapi.h>
#include <com/sun/star/uno/Reference.h>
namespace com { namespace sun { namespace star {
diff --git a/include/oox/vml/vmltextboxcontext.hxx b/include/oox/vml/vmltextboxcontext.hxx
index 0befe8847e78..740b816ecb82 100644
--- a/include/oox/vml/vmltextboxcontext.hxx
+++ b/include/oox/vml/vmltextboxcontext.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_OOX_VML_VMLTEXTBOXCONTEXT_HXX
#define INCLUDED_OOX_VML_VMLTEXTBOXCONTEXT_HXX
-#include "oox/core/contexthandler2.hxx"
-#include "oox/vml/vmltextbox.hxx"
+#include <oox/core/contexthandler2.hxx>
+#include <oox/vml/vmltextbox.hxx>
namespace oox {
class GraphicHelper;