summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:42:36 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:46:09 +0200
commit957e6c7968b205caf939c53942fe1c5fd64d57ef (patch)
tree42331ea01ed9b78af702f756a3e99c4f4ab97667 /drawinglayer
parent38ef960bf7e76942d4912c5a9c34cd9d6f1e5dcc (diff)
loplugin:includeform: drawinglayer
Change-Id: I52693e59a37e36fa0bb21732efe90af84fe6d6c6
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/inc/emfplushelper.hxx2
-rw-r--r--drawinglayer/source/drawinglayeruno/drawinglayeruno.cxx2
-rw-r--r--drawinglayer/source/drawinglayeruno/xprimitive2drenderer.cxx4
-rw-r--r--drawinglayer/source/dumper/EnhancedShapeDumper.cxx2
-rw-r--r--drawinglayer/source/primitive2d/patternfillprimitive2d.cxx2
-rw-r--r--drawinglayer/source/processor2d/getdigitlanguage.cxx6
-rw-r--r--drawinglayer/source/processor2d/getdigitlanguage.hxx4
-rw-r--r--drawinglayer/source/processor2d/helperwrongspellrenderer.cxx2
-rw-r--r--drawinglayer/source/processor2d/vclhelperbufferdevice.cxx2
-rw-r--r--drawinglayer/source/processor2d/vclpixelprocessor2d.cxx2
-rw-r--r--drawinglayer/source/processor2d/vclprocessor2d.cxx2
-rw-r--r--drawinglayer/source/texture/texture.cxx2
-rw-r--r--drawinglayer/source/tools/converters.cxx2
-rw-r--r--drawinglayer/source/tools/emfpbrush.cxx4
-rw-r--r--drawinglayer/source/tools/emfpbrush.hxx2
-rw-r--r--drawinglayer/source/tools/emfpcustomlinecap.cxx6
-rw-r--r--drawinglayer/source/tools/emfpcustomlinecap.hxx2
-rw-r--r--drawinglayer/source/tools/emfpfont.cxx2
-rw-r--r--drawinglayer/source/tools/emfpfont.hxx2
-rw-r--r--drawinglayer/source/tools/emfphelperdata.cxx16
-rw-r--r--drawinglayer/source/tools/emfpimage.cxx2
-rw-r--r--drawinglayer/source/tools/emfpimage.hxx2
-rw-r--r--drawinglayer/source/tools/emfplushelper.cxx2
-rw-r--r--drawinglayer/source/tools/emfppath.cxx2
-rw-r--r--drawinglayer/source/tools/emfppath.hxx2
-rw-r--r--drawinglayer/source/tools/emfppen.cxx4
-rw-r--r--drawinglayer/source/tools/emfppen.hxx2
-rw-r--r--drawinglayer/source/tools/emfpregion.cxx2
-rw-r--r--drawinglayer/source/tools/emfpregion.hxx2
-rw-r--r--drawinglayer/source/tools/emfpstringformat.cxx2
-rw-r--r--drawinglayer/source/tools/emfpstringformat.hxx2
31 files changed, 46 insertions, 46 deletions
diff --git a/drawinglayer/inc/emfplushelper.hxx b/drawinglayer/inc/emfplushelper.hxx
index 060bd04dc054..c689610c5ea2 100644
--- a/drawinglayer/inc/emfplushelper.hxx
+++ b/drawinglayer/inc/emfplushelper.hxx
@@ -23,7 +23,7 @@
#include <sal/types.h>
#include <sal/config.h>
#include <memory>
-#include <wmfemfhelper.hxx>
+#include "wmfemfhelper.hxx"
namespace emfplushelper { struct EmfPlusHelperData; }
namespace wmfemfhelper { class TargetHolders; }
diff --git a/drawinglayer/source/drawinglayeruno/drawinglayeruno.cxx b/drawinglayer/source/drawinglayeruno/drawinglayeruno.cxx
index 2e7ec2dfd629..d78eac190e1a 100644
--- a/drawinglayer/source/drawinglayeruno/drawinglayeruno.cxx
+++ b/drawinglayer/source/drawinglayeruno/drawinglayeruno.cxx
@@ -26,7 +26,7 @@
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include <cppuhelper/factory.hxx>
-#include <xprimitive2drenderer.hxx>
+#include "xprimitive2drenderer.hxx"
using namespace ::com::sun::star;
diff --git a/drawinglayer/source/drawinglayeruno/xprimitive2drenderer.cxx b/drawinglayer/source/drawinglayeruno/xprimitive2drenderer.cxx
index c8139bb19dfd..6549bb070f2e 100644
--- a/drawinglayer/source/drawinglayeruno/xprimitive2drenderer.cxx
+++ b/drawinglayer/source/drawinglayeruno/xprimitive2drenderer.cxx
@@ -36,9 +36,9 @@
#include <basegfx/matrix/b2dhommatrixtools.hxx>
#include <drawinglayer/primitive2d/transformprimitive2d.hxx>
-#include "converters.hxx"
+#include <converters.hxx>
-#include <xprimitive2drenderer.hxx>
+#include "xprimitive2drenderer.hxx"
using namespace ::com::sun::star;
diff --git a/drawinglayer/source/dumper/EnhancedShapeDumper.cxx b/drawinglayer/source/dumper/EnhancedShapeDumper.cxx
index d033e982d164..ab29517d9370 100644
--- a/drawinglayer/source/dumper/EnhancedShapeDumper.cxx
+++ b/drawinglayer/source/dumper/EnhancedShapeDumper.cxx
@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include <EnhancedShapeDumper.hxx>
+#include "EnhancedShapeDumper.hxx"
#include <rtl/strbuf.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
diff --git a/drawinglayer/source/primitive2d/patternfillprimitive2d.cxx b/drawinglayer/source/primitive2d/patternfillprimitive2d.cxx
index 1cad17802106..102097c791dc 100644
--- a/drawinglayer/source/primitive2d/patternfillprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/patternfillprimitive2d.cxx
@@ -28,7 +28,7 @@
#include <drawinglayer/primitive2d/maskprimitive2d.hxx>
#include <drawinglayer/geometry/viewinformation2d.hxx>
-#include "converters.hxx"
+#include <converters.hxx>
using namespace com::sun::star;
diff --git a/drawinglayer/source/processor2d/getdigitlanguage.cxx b/drawinglayer/source/processor2d/getdigitlanguage.cxx
index 46a39db5ea98..7f5537466ccd 100644
--- a/drawinglayer/source/processor2d/getdigitlanguage.cxx
+++ b/drawinglayer/source/processor2d/getdigitlanguage.cxx
@@ -7,10 +7,10 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include "sal/config.h"
+#include <sal/config.h>
-#include "i18nlangtag/lang.h"
-#include "svl/ctloptions.hxx"
+#include <i18nlangtag/lang.h>
+#include <svl/ctloptions.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
diff --git a/drawinglayer/source/processor2d/getdigitlanguage.hxx b/drawinglayer/source/processor2d/getdigitlanguage.hxx
index 6b8f17822c52..9ee4b5aaa5d4 100644
--- a/drawinglayer/source/processor2d/getdigitlanguage.hxx
+++ b/drawinglayer/source/processor2d/getdigitlanguage.hxx
@@ -10,9 +10,9 @@
#ifndef INCLUDED_DRAWINGLAYER_SOURCE_PROCESSOR2D_GETDIGITLANGUAGE_HXX
#define INCLUDED_DRAWINGLAYER_SOURCE_PROCESSOR2D_GETDIGITLANGUAGE_HXX
-#include "sal/config.h"
+#include <sal/config.h>
-#include "i18nlangtag/lang.h"
+#include <i18nlangtag/lang.h>
namespace drawinglayer { namespace detail {
diff --git a/drawinglayer/source/processor2d/helperwrongspellrenderer.cxx b/drawinglayer/source/processor2d/helperwrongspellrenderer.cxx
index e154ad438773..d690a77b6728 100644
--- a/drawinglayer/source/processor2d/helperwrongspellrenderer.cxx
+++ b/drawinglayer/source/processor2d/helperwrongspellrenderer.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <helperwrongspellrenderer.hxx>
+#include "helperwrongspellrenderer.hxx"
#include <drawinglayer/primitive2d/wrongspellprimitive2d.hxx>
#include <tools/gen.hxx>
#include <vcl/outdev.hxx>
diff --git a/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx b/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
index 64e2086520ae..1b3382243a3d 100644
--- a/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
+++ b/drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
@@ -23,7 +23,7 @@
#include <map>
#include <vector>
-#include <vclhelperbufferdevice.hxx>
+#include "vclhelperbufferdevice.hxx"
#include <basegfx/range/b2drange.hxx>
#include <vcl/bitmapex.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
diff --git a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
index d638fabfccc4..9c21c83ee8f8 100644
--- a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
@@ -38,7 +38,7 @@
#include <com/sun/star/awt/XWindow2.hpp>
#include <drawinglayer/primitive2d/unifiedtransparenceprimitive2d.hxx>
#include <drawinglayer/primitive2d/pagepreviewprimitive2d.hxx>
-#include <helperwrongspellrenderer.hxx>
+#include "helperwrongspellrenderer.hxx"
#include <drawinglayer/primitive2d/fillhatchprimitive2d.hxx>
#include <basegfx/polygon/b2dpolygontools.hxx>
#include <vcl/hatch.hxx>
diff --git a/drawinglayer/source/processor2d/vclprocessor2d.cxx b/drawinglayer/source/processor2d/vclprocessor2d.cxx
index da7e8e1056dd..e1cf42b0f42c 100644
--- a/drawinglayer/source/processor2d/vclprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclprocessor2d.cxx
@@ -33,7 +33,7 @@
#include <drawinglayer/primitive2d/metafileprimitive2d.hxx>
#include <drawinglayer/primitive2d/maskprimitive2d.hxx>
#include <basegfx/polygon/b2dpolypolygontools.hxx>
-#include <vclhelperbufferdevice.hxx>
+#include "vclhelperbufferdevice.hxx"
#include <drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx>
#include <drawinglayer/primitive2d/unifiedtransparenceprimitive2d.hxx>
#include <drawinglayer/primitive2d/transparenceprimitive2d.hxx>
diff --git a/drawinglayer/source/texture/texture.cxx b/drawinglayer/source/texture/texture.cxx
index aef02b5424aa..6a482a73c4cc 100644
--- a/drawinglayer/source/texture/texture.cxx
+++ b/drawinglayer/source/texture/texture.cxx
@@ -22,7 +22,7 @@
#include <basegfx/utils/gradienttools.hxx>
#include <basegfx/matrix/b2dhommatrixtools.hxx>
-#include "converters.hxx"
+#include <converters.hxx>
namespace drawinglayer
{
diff --git a/drawinglayer/source/tools/converters.cxx b/drawinglayer/source/tools/converters.cxx
index 0ffd10a44ffc..ee65e2526a74 100644
--- a/drawinglayer/source/tools/converters.cxx
+++ b/drawinglayer/source/tools/converters.cxx
@@ -24,7 +24,7 @@
#include <drawinglayer/processor2d/processor2dtools.hxx>
#include <vcl/virdev.hxx>
-#include "converters.hxx"
+#include <converters.hxx>
#ifdef DBG_UTIL
#include <tools/stream.hxx>
diff --git a/drawinglayer/source/tools/emfpbrush.cxx b/drawinglayer/source/tools/emfpbrush.cxx
index 28300f767bd3..7b2b4d46d96b 100644
--- a/drawinglayer/source/tools/emfpbrush.cxx
+++ b/drawinglayer/source/tools/emfpbrush.cxx
@@ -35,8 +35,8 @@
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <vcl/canvastools.hxx>
-#include <emfpbrush.hxx>
-#include <emfppath.hxx>
+#include "emfpbrush.hxx"
+#include "emfppath.hxx"
namespace emfplushelper
{
diff --git a/drawinglayer/source/tools/emfpbrush.hxx b/drawinglayer/source/tools/emfpbrush.hxx
index 792b5f018790..631fea642d9f 100644
--- a/drawinglayer/source/tools/emfpbrush.hxx
+++ b/drawinglayer/source/tools/emfpbrush.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_DRAWINGLAYER_SOURCE_TOOLS_EMFPBRUSH_HXX
#define INCLUDED_DRAWINGLAYER_SOURCE_TOOLS_EMFPBRUSH_HXX
-#include <emfphelperdata.hxx>
+#include "emfphelperdata.hxx"
#include <tools/color.hxx>
#include <basegfx/polygon/b2dpolypolygon.hxx>
diff --git a/drawinglayer/source/tools/emfpcustomlinecap.cxx b/drawinglayer/source/tools/emfpcustomlinecap.cxx
index ee366bcb4aa6..4bd8e4ab3319 100644
--- a/drawinglayer/source/tools/emfpcustomlinecap.cxx
+++ b/drawinglayer/source/tools/emfpcustomlinecap.cxx
@@ -35,9 +35,9 @@
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <vcl/canvastools.hxx>
-#include <emfpcustomlinecap.hxx>
-#include <emfppath.hxx>
-#include <emfppen.hxx>
+#include "emfpcustomlinecap.hxx"
+#include "emfppath.hxx"
+#include "emfppen.hxx"
using namespace ::com::sun::star;
using namespace ::basegfx;
diff --git a/drawinglayer/source/tools/emfpcustomlinecap.hxx b/drawinglayer/source/tools/emfpcustomlinecap.hxx
index 67b21c85d81b..f50d0f63bc98 100644
--- a/drawinglayer/source/tools/emfpcustomlinecap.hxx
+++ b/drawinglayer/source/tools/emfpcustomlinecap.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_DRAWINGLAYER_SOURCE_TOOLS_EMFPCUSTOMLINECAP_HXX
#define INCLUDED_DRAWINGLAYER_SOURCE_TOOLS_EMFPCUSTOMLINECAP_HXX
-#include <emfphelperdata.hxx>
+#include "emfphelperdata.hxx"
namespace emfplushelper
{
diff --git a/drawinglayer/source/tools/emfpfont.cxx b/drawinglayer/source/tools/emfpfont.cxx
index 62119d7f7cbe..cdaa5a8585b1 100644
--- a/drawinglayer/source/tools/emfpfont.cxx
+++ b/drawinglayer/source/tools/emfpfont.cxx
@@ -35,7 +35,7 @@
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <vcl/canvastools.hxx>
-#include <emfpfont.hxx>
+#include "emfpfont.hxx"
namespace emfplushelper
{
diff --git a/drawinglayer/source/tools/emfpfont.hxx b/drawinglayer/source/tools/emfpfont.hxx
index 3719b096e3c9..9abeff344728 100644
--- a/drawinglayer/source/tools/emfpfont.hxx
+++ b/drawinglayer/source/tools/emfpfont.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_DRAWINGLAYER_SOURCE_TOOLS_EMFPFONT_HXX
#define INCLUDED_DRAWINGLAYER_SOURCE_TOOLS_EMFPFONT_HXX
-#include <emfphelperdata.hxx>
+#include "emfphelperdata.hxx"
namespace emfplushelper
{
diff --git a/drawinglayer/source/tools/emfphelperdata.cxx b/drawinglayer/source/tools/emfphelperdata.cxx
index 19d24eb77481..519b4d99510c 100644
--- a/drawinglayer/source/tools/emfphelperdata.cxx
+++ b/drawinglayer/source/tools/emfphelperdata.cxx
@@ -17,14 +17,14 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <emfphelperdata.hxx>
-#include <emfpbrush.hxx>
-#include <emfppen.hxx>
-#include <emfppath.hxx>
-#include <emfpregion.hxx>
-#include <emfpimage.hxx>
-#include <emfpfont.hxx>
-#include <emfpstringformat.hxx>
+#include "emfphelperdata.hxx"
+#include "emfpbrush.hxx"
+#include "emfppen.hxx"
+#include "emfppath.hxx"
+#include "emfpregion.hxx"
+#include "emfpimage.hxx"
+#include "emfpfont.hxx"
+#include "emfpstringformat.hxx"
#include <basegfx/curve/b2dcubicbezier.hxx>
#include <wmfemfhelper.hxx>
#include <drawinglayer/primitive2d/polypolygonprimitive2d.hxx>
diff --git a/drawinglayer/source/tools/emfpimage.cxx b/drawinglayer/source/tools/emfpimage.cxx
index 3c8409658cf7..533e54a71678 100644
--- a/drawinglayer/source/tools/emfpimage.cxx
+++ b/drawinglayer/source/tools/emfpimage.cxx
@@ -36,7 +36,7 @@
#include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <vcl/canvastools.hxx>
#include <vcl/graphicfilter.hxx>
-#include <emfpimage.hxx>
+#include "emfpimage.hxx"
namespace emfplushelper
{
diff --git a/drawinglayer/source/tools/emfpimage.hxx b/drawinglayer/source/tools/emfpimage.hxx
index 455a88ea7757..5208708f9d7a 100644
--- a/drawinglayer/source/tools/emfpimage.hxx
+++ b/drawinglayer/source/tools/emfpimage.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_DRAWINGLAYER_SOURCE_TOOLS_EMFPIMAGE_HXX
#define INCLUDED_DRAWINGLAYER_SOURCE_TOOLS_EMFPIMAGE_HXX
-#include <emfphelperdata.hxx>
+#include "emfphelperdata.hxx"
#include <vcl/graph.hxx>
namespace emfplushelper
diff --git a/drawinglayer/source/tools/emfplushelper.cxx b/drawinglayer/source/tools/emfplushelper.cxx
index a587bf09e27d..87276d99880f 100644
--- a/drawinglayer/source/tools/emfplushelper.cxx
+++ b/drawinglayer/source/tools/emfplushelper.cxx
@@ -18,7 +18,7 @@
*/
#include <emfplushelper.hxx>
-#include <emfphelperdata.hxx>
+#include "emfphelperdata.hxx"
namespace emfplushelper
{
diff --git a/drawinglayer/source/tools/emfppath.cxx b/drawinglayer/source/tools/emfppath.cxx
index 72ccd9409873..8f2698330e8b 100644
--- a/drawinglayer/source/tools/emfppath.cxx
+++ b/drawinglayer/source/tools/emfppath.cxx
@@ -35,7 +35,7 @@
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <vcl/canvastools.hxx>
-#include <emfppath.hxx>
+#include "emfppath.hxx"
using namespace ::com::sun::star;
using namespace ::basegfx;
diff --git a/drawinglayer/source/tools/emfppath.hxx b/drawinglayer/source/tools/emfppath.hxx
index 6f2ccd10fe5c..1b10816bb7c8 100644
--- a/drawinglayer/source/tools/emfppath.hxx
+++ b/drawinglayer/source/tools/emfppath.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_DRAWINGLAYER_SOURCE_TOOLS_EMFPPATH_HXX
#define INCLUDED_DRAWINGLAYER_SOURCE_TOOLS_EMFPPATH_HXX
-#include <emfphelperdata.hxx>
+#include "emfphelperdata.hxx"
#include <memory>
namespace emfplushelper
diff --git a/drawinglayer/source/tools/emfppen.cxx b/drawinglayer/source/tools/emfppen.cxx
index 04ab09811156..9356eaa3398a 100644
--- a/drawinglayer/source/tools/emfppen.cxx
+++ b/drawinglayer/source/tools/emfppen.cxx
@@ -35,8 +35,8 @@
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <vcl/canvastools.hxx>
-#include <emfppen.hxx>
-#include <emfpcustomlinecap.hxx>
+#include "emfppen.hxx"
+#include "emfpcustomlinecap.hxx"
using namespace ::com::sun::star;
using namespace ::basegfx;
diff --git a/drawinglayer/source/tools/emfppen.hxx b/drawinglayer/source/tools/emfppen.hxx
index 2a7f4d9320e1..12115ad5b089 100644
--- a/drawinglayer/source/tools/emfppen.hxx
+++ b/drawinglayer/source/tools/emfppen.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_DRAWINGLAYER_SOURCE_TOOLS_EMFPPEN_HXX
#define INCLUDED_DRAWINGLAYER_SOURCE_TOOLS_EMFPPEN_HXX
-#include <emfpbrush.hxx>
+#include "emfpbrush.hxx"
#include <com/sun/star/rendering/StrokeAttributes.hpp>
#include <vector>
diff --git a/drawinglayer/source/tools/emfpregion.cxx b/drawinglayer/source/tools/emfpregion.cxx
index c610e65d2e6f..758c702ddaa9 100644
--- a/drawinglayer/source/tools/emfpregion.cxx
+++ b/drawinglayer/source/tools/emfpregion.cxx
@@ -35,7 +35,7 @@
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <vcl/canvastools.hxx>
-#include <emfpregion.hxx>
+#include "emfpregion.hxx"
using namespace ::com::sun::star;
using namespace ::basegfx;
diff --git a/drawinglayer/source/tools/emfpregion.hxx b/drawinglayer/source/tools/emfpregion.hxx
index b537c28b5214..67689634d9e9 100644
--- a/drawinglayer/source/tools/emfpregion.hxx
+++ b/drawinglayer/source/tools/emfpregion.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_DRAWINGLAYER_SOURCE_TOOLS_EMFPREGION_HXX
#define INCLUDED_DRAWINGLAYER_SOURCE_TOOLS_EMFPREGION_HXX
-#include <emfphelperdata.hxx>
+#include "emfphelperdata.hxx"
namespace emfplushelper
{
diff --git a/drawinglayer/source/tools/emfpstringformat.cxx b/drawinglayer/source/tools/emfpstringformat.cxx
index 0f0958da5e1d..ff3a51b4d32c 100644
--- a/drawinglayer/source/tools/emfpstringformat.cxx
+++ b/drawinglayer/source/tools/emfpstringformat.cxx
@@ -19,7 +19,7 @@
#include <com/sun/star/rendering/XCanvas.hpp>
#include <vcl/canvastools.hxx>
-#include <emfpstringformat.hxx>
+#include "emfpstringformat.hxx"
namespace emfplushelper
{
diff --git a/drawinglayer/source/tools/emfpstringformat.hxx b/drawinglayer/source/tools/emfpstringformat.hxx
index 39bc004dd01f..0797c25ff7af 100644
--- a/drawinglayer/source/tools/emfpstringformat.hxx
+++ b/drawinglayer/source/tools/emfpstringformat.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_DRAWINGLAYER_SOURCE_TOOLS_EMFPSTRINGFORMAT_HXX
#define INCLUDED_DRAWINGLAYER_SOURCE_TOOLS_EMFPSTRINGFORMAT_HXX
-#include <emfphelperdata.hxx>
+#include "emfphelperdata.hxx"
namespace emfplushelper
{