summaryrefslogtreecommitdiff
path: root/svgio
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:31:26 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:51 +0200
commit426a2527e78e57f14b845eea8ff6a803129786fe (patch)
tree6bd658c3372ea495766ccf2d9eeab368574d982a /svgio
parent65c7343768a9a3e09f4be0047b456159d0870ec0 (diff)
loplugin:includeform: svgio
Change-Id: I5832529b0200295cc54a85dff42bf5692bd59ab5
Diffstat (limited to 'svgio')
-rw-r--r--svgio/inc/svganode.hxx4
-rw-r--r--svgio/inc/svgcharacternode.hxx2
-rw-r--r--svgio/inc/svgcirclenode.hxx4
-rw-r--r--svgio/inc/svgclippathnode.hxx4
-rw-r--r--svgio/inc/svgdocument.hxx2
-rw-r--r--svgio/inc/svgdocumenthandler.hxx2
-rw-r--r--svgio/inc/svgellipsenode.hxx4
-rw-r--r--svgio/inc/svggnode.hxx4
-rw-r--r--svgio/inc/svggradientnode.hxx4
-rw-r--r--svgio/inc/svggradientstopnode.hxx4
-rw-r--r--svgio/inc/svgimagenode.hxx4
-rw-r--r--svgio/inc/svglinenode.hxx4
-rw-r--r--svgio/inc/svgmarkernode.hxx4
-rw-r--r--svgio/inc/svgmasknode.hxx4
-rw-r--r--svgio/inc/svgnode.hxx6
-rw-r--r--svgio/inc/svgpathnode.hxx4
-rw-r--r--svgio/inc/svgpatternnode.hxx4
-rw-r--r--svgio/inc/svgpolynode.hxx4
-rw-r--r--svgio/inc/svgrectnode.hxx4
-rw-r--r--svgio/inc/svgstyleattributes.hxx4
-rw-r--r--svgio/inc/svgstylenode.hxx4
-rw-r--r--svgio/inc/svgsvgnode.hxx2
-rw-r--r--svgio/inc/svgsymbolnode.hxx2
-rw-r--r--svgio/inc/svgtextnode.hxx6
-rw-r--r--svgio/inc/svgtextpathnode.hxx6
-rw-r--r--svgio/inc/svgtitledescnode.hxx2
-rw-r--r--svgio/inc/svgtools.hxx2
-rw-r--r--svgio/inc/svgtrefnode.hxx6
-rw-r--r--svgio/inc/svgtspannode.hxx6
-rw-r--r--svgio/inc/svgusenode.hxx4
30 files changed, 58 insertions, 58 deletions
diff --git a/svgio/inc/svganode.hxx b/svgio/inc/svganode.hxx
index b7660a0e4de5..1af4316c7222 100644
--- a/svgio/inc/svganode.hxx
+++ b/svgio/inc/svganode.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SVGIO_INC_SVGANODE_HXX
#define INCLUDED_SVGIO_INC_SVGANODE_HXX
-#include <svgnode.hxx>
-#include <svgstyleattributes.hxx>
+#include "svgnode.hxx"
+#include "svgstyleattributes.hxx"
#include <memory>
namespace svgio
diff --git a/svgio/inc/svgcharacternode.hxx b/svgio/inc/svgcharacternode.hxx
index 13f44304c62e..042a412d3ebd 100644
--- a/svgio/inc/svgcharacternode.hxx
+++ b/svgio/inc/svgcharacternode.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SVGIO_INC_SVGCHARACTERNODE_HXX
#define INCLUDED_SVGIO_INC_SVGCHARACTERNODE_HXX
-#include <svgnode.hxx>
+#include "svgnode.hxx"
namespace drawinglayer { namespace primitive2d { class TextSimplePortionPrimitive2D; }}
diff --git a/svgio/inc/svgcirclenode.hxx b/svgio/inc/svgcirclenode.hxx
index 68fc3e935e38..87105da64b42 100644
--- a/svgio/inc/svgcirclenode.hxx
+++ b/svgio/inc/svgcirclenode.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SVGIO_INC_SVGCIRCLENODE_HXX
#define INCLUDED_SVGIO_INC_SVGCIRCLENODE_HXX
-#include <svgnode.hxx>
-#include <svgstyleattributes.hxx>
+#include "svgnode.hxx"
+#include "svgstyleattributes.hxx"
#include <memory>
namespace svgio
diff --git a/svgio/inc/svgclippathnode.hxx b/svgio/inc/svgclippathnode.hxx
index 202fc2c6d89a..5f88c4ff8888 100644
--- a/svgio/inc/svgclippathnode.hxx
+++ b/svgio/inc/svgclippathnode.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SVGIO_INC_SVGCLIPPATHNODE_HXX
#define INCLUDED_SVGIO_INC_SVGCLIPPATHNODE_HXX
-#include <svgnode.hxx>
-#include <svgstyleattributes.hxx>
+#include "svgnode.hxx"
+#include "svgstyleattributes.hxx"
#include <memory>
namespace svgio
diff --git a/svgio/inc/svgdocument.hxx b/svgio/inc/svgdocument.hxx
index 979b466c8206..97acd39d8e31 100644
--- a/svgio/inc/svgdocument.hxx
+++ b/svgio/inc/svgdocument.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SVGIO_INC_SVGDOCUMENT_HXX
#define INCLUDED_SVGIO_INC_SVGDOCUMENT_HXX
-#include <svgnode.hxx>
+#include "svgnode.hxx"
#include <unordered_map>
namespace svgio
diff --git a/svgio/inc/svgdocumenthandler.hxx b/svgio/inc/svgdocumenthandler.hxx
index c1041574ec6d..306b95435e1c 100644
--- a/svgio/inc/svgdocumenthandler.hxx
+++ b/svgio/inc/svgdocumenthandler.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_SVGIO_INC_SVGDOCUMENTHANDLER_HXX
#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
-#include <svgdocument.hxx>
+#include "svgdocument.hxx"
#include <cppuhelper/implbase.hxx>
namespace svgio { namespace svgreader { class SvgCharacterNode; }}
diff --git a/svgio/inc/svgellipsenode.hxx b/svgio/inc/svgellipsenode.hxx
index 12a2cf5835ee..4960e4b50d5c 100644
--- a/svgio/inc/svgellipsenode.hxx
+++ b/svgio/inc/svgellipsenode.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SVGIO_INC_SVGELLIPSENODE_HXX
#define INCLUDED_SVGIO_INC_SVGELLIPSENODE_HXX
-#include <svgnode.hxx>
-#include <svgstyleattributes.hxx>
+#include "svgnode.hxx"
+#include "svgstyleattributes.hxx"
#include <memory>
namespace svgio
diff --git a/svgio/inc/svggnode.hxx b/svgio/inc/svggnode.hxx
index 8a5000014953..760887b3df02 100644
--- a/svgio/inc/svggnode.hxx
+++ b/svgio/inc/svggnode.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SVGIO_INC_SVGGNODE_HXX
#define INCLUDED_SVGIO_INC_SVGGNODE_HXX
-#include <svgnode.hxx>
-#include <svgstyleattributes.hxx>
+#include "svgnode.hxx"
+#include "svgstyleattributes.hxx"
#include <memory>
namespace svgio
diff --git a/svgio/inc/svggradientnode.hxx b/svgio/inc/svggradientnode.hxx
index de586f4cb22a..3710519dc392 100644
--- a/svgio/inc/svggradientnode.hxx
+++ b/svgio/inc/svggradientnode.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SVGIO_INC_SVGGRADIENTNODE_HXX
#define INCLUDED_SVGIO_INC_SVGGRADIENTNODE_HXX
-#include <svgnode.hxx>
-#include <svgstyleattributes.hxx>
+#include "svgnode.hxx"
+#include "svgstyleattributes.hxx"
#include <drawinglayer/primitive2d/svggradientprimitive2d.hxx>
#include <memory>
diff --git a/svgio/inc/svggradientstopnode.hxx b/svgio/inc/svggradientstopnode.hxx
index 89f519b59a6e..86292bada66a 100644
--- a/svgio/inc/svggradientstopnode.hxx
+++ b/svgio/inc/svggradientstopnode.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SVGIO_INC_SVGGRADIENTSTOPNODE_HXX
#define INCLUDED_SVGIO_INC_SVGGRADIENTSTOPNODE_HXX
-#include <svgnode.hxx>
-#include <svgstyleattributes.hxx>
+#include "svgnode.hxx"
+#include "svgstyleattributes.hxx"
namespace svgio
{
diff --git a/svgio/inc/svgimagenode.hxx b/svgio/inc/svgimagenode.hxx
index 7162eb9d280a..8295de58734e 100644
--- a/svgio/inc/svgimagenode.hxx
+++ b/svgio/inc/svgimagenode.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SVGIO_INC_SVGIMAGENODE_HXX
#define INCLUDED_SVGIO_INC_SVGIMAGENODE_HXX
-#include <svgnode.hxx>
-#include <svgstyleattributes.hxx>
+#include "svgnode.hxx"
+#include "svgstyleattributes.hxx"
#include <memory>
namespace svgio
diff --git a/svgio/inc/svglinenode.hxx b/svgio/inc/svglinenode.hxx
index 1611e22602cf..54abc7d0e59a 100644
--- a/svgio/inc/svglinenode.hxx
+++ b/svgio/inc/svglinenode.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SVGIO_INC_SVGLINENODE_HXX
#define INCLUDED_SVGIO_INC_SVGLINENODE_HXX
-#include <svgnode.hxx>
-#include <svgstyleattributes.hxx>
+#include "svgnode.hxx"
+#include "svgstyleattributes.hxx"
#include <memory>
namespace svgio
diff --git a/svgio/inc/svgmarkernode.hxx b/svgio/inc/svgmarkernode.hxx
index 0818be37a85a..23d768cc8f7b 100644
--- a/svgio/inc/svgmarkernode.hxx
+++ b/svgio/inc/svgmarkernode.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SVGIO_INC_SVGMARKERNODE_HXX
#define INCLUDED_SVGIO_INC_SVGMARKERNODE_HXX
-#include <svgnode.hxx>
-#include <svgstyleattributes.hxx>
+#include "svgnode.hxx"
+#include "svgstyleattributes.hxx"
#include <memory>
namespace svgio
diff --git a/svgio/inc/svgmasknode.hxx b/svgio/inc/svgmasknode.hxx
index 21b7de915452..0265c01d034a 100644
--- a/svgio/inc/svgmasknode.hxx
+++ b/svgio/inc/svgmasknode.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SVGIO_INC_SVGMASKNODE_HXX
#define INCLUDED_SVGIO_INC_SVGMASKNODE_HXX
-#include <svgnode.hxx>
-#include <svgstyleattributes.hxx>
+#include "svgnode.hxx"
+#include "svgstyleattributes.hxx"
#include <memory>
namespace svgio
diff --git a/svgio/inc/svgnode.hxx b/svgio/inc/svgnode.hxx
index 0633e0aae390..a5da1faee343 100644
--- a/svgio/inc/svgnode.hxx
+++ b/svgio/inc/svgnode.hxx
@@ -20,9 +20,9 @@
#ifndef INCLUDED_SVGIO_INC_SVGNODE_HXX
#define INCLUDED_SVGIO_INC_SVGNODE_HXX
-#include <svgtools.hxx>
-#include <svgtoken.hxx>
-#include <svgpaint.hxx>
+#include "svgtools.hxx"
+#include "svgtoken.hxx"
+#include "svgpaint.hxx"
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <com/sun/star/xml/sax/XAttributeList.hpp>
#include <memory>
diff --git a/svgio/inc/svgpathnode.hxx b/svgio/inc/svgpathnode.hxx
index 39a34272821d..3cd23232a8ee 100644
--- a/svgio/inc/svgpathnode.hxx
+++ b/svgio/inc/svgpathnode.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SVGIO_INC_SVGPATHNODE_HXX
#define INCLUDED_SVGIO_INC_SVGPATHNODE_HXX
-#include <svgnode.hxx>
-#include <svgstyleattributes.hxx>
+#include "svgnode.hxx"
+#include "svgstyleattributes.hxx"
#include <basegfx/polygon/b2dpolypolygontools.hxx>
namespace svgio
diff --git a/svgio/inc/svgpatternnode.hxx b/svgio/inc/svgpatternnode.hxx
index 4a3247542220..d0b2ca02cc93 100644
--- a/svgio/inc/svgpatternnode.hxx
+++ b/svgio/inc/svgpatternnode.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SVGIO_INC_SVGPATTERNNODE_HXX
#define INCLUDED_SVGIO_INC_SVGPATTERNNODE_HXX
-#include <svgnode.hxx>
-#include <svgstyleattributes.hxx>
+#include "svgnode.hxx"
+#include "svgstyleattributes.hxx"
#include <memory>
namespace svgio
diff --git a/svgio/inc/svgpolynode.hxx b/svgio/inc/svgpolynode.hxx
index bf3ae407e459..5a867fdb5e85 100644
--- a/svgio/inc/svgpolynode.hxx
+++ b/svgio/inc/svgpolynode.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SVGIO_INC_SVGPOLYNODE_HXX
#define INCLUDED_SVGIO_INC_SVGPOLYNODE_HXX
-#include <svgnode.hxx>
-#include <svgstyleattributes.hxx>
+#include "svgnode.hxx"
+#include "svgstyleattributes.hxx"
#include <basegfx/polygon/b2dpolygon.hxx>
namespace svgio
diff --git a/svgio/inc/svgrectnode.hxx b/svgio/inc/svgrectnode.hxx
index 7366c5a3af58..bb4837b1abe7 100644
--- a/svgio/inc/svgrectnode.hxx
+++ b/svgio/inc/svgrectnode.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SVGIO_INC_SVGRECTNODE_HXX
#define INCLUDED_SVGIO_INC_SVGRECTNODE_HXX
-#include <svgnode.hxx>
-#include <svgstyleattributes.hxx>
+#include "svgnode.hxx"
+#include "svgstyleattributes.hxx"
#include <memory>
namespace svgio
diff --git a/svgio/inc/svgstyleattributes.hxx b/svgio/inc/svgstyleattributes.hxx
index 06b6474f8678..61bb8397e36c 100644
--- a/svgio/inc/svgstyleattributes.hxx
+++ b/svgio/inc/svgstyleattributes.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SVGIO_INC_SVGSTYLEATTRIBUTES_HXX
#define INCLUDED_SVGIO_INC_SVGSTYLEATTRIBUTES_HXX
-#include <svgpaint.hxx>
-#include <svgnode.hxx>
+#include "svgpaint.hxx"
+#include "svgnode.hxx"
#include <vcl/vclenum.hxx>
#include <basegfx/polygon/b2dpolypolygontools.hxx>
diff --git a/svgio/inc/svgstylenode.hxx b/svgio/inc/svgstylenode.hxx
index f35f9b38119e..dbbc6b1d336b 100644
--- a/svgio/inc/svgstylenode.hxx
+++ b/svgio/inc/svgstylenode.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SVGIO_INC_SVGSTYLENODE_HXX
#define INCLUDED_SVGIO_INC_SVGSTYLENODE_HXX
-#include <svgnode.hxx>
-#include <svgstyleattributes.hxx>
+#include "svgnode.hxx"
+#include "svgstyleattributes.hxx"
namespace svgio
{
diff --git a/svgio/inc/svgsvgnode.hxx b/svgio/inc/svgsvgnode.hxx
index d0b707abb198..defb46f7c894 100644
--- a/svgio/inc/svgsvgnode.hxx
+++ b/svgio/inc/svgsvgnode.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SVGIO_INC_SVGSVGNODE_HXX
#define INCLUDED_SVGIO_INC_SVGSVGNODE_HXX
-#include <svgstyleattributes.hxx>
+#include "svgstyleattributes.hxx"
#include <memory>
namespace svgio
diff --git a/svgio/inc/svgsymbolnode.hxx b/svgio/inc/svgsymbolnode.hxx
index fbf03c22c61c..7cb2ac739555 100644
--- a/svgio/inc/svgsymbolnode.hxx
+++ b/svgio/inc/svgsymbolnode.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SVGIO_INC_SVGSYMBOLNODE_HXX
#define INCLUDED_SVGIO_INC_SVGSYMBOLNODE_HXX
-#include <svgstyleattributes.hxx>
+#include "svgstyleattributes.hxx"
#include <memory>
namespace svgio
diff --git a/svgio/inc/svgtextnode.hxx b/svgio/inc/svgtextnode.hxx
index 589f806ec8a9..715912faadfb 100644
--- a/svgio/inc/svgtextnode.hxx
+++ b/svgio/inc/svgtextnode.hxx
@@ -20,9 +20,9 @@
#ifndef INCLUDED_SVGIO_INC_SVGTEXTNODE_HXX
#define INCLUDED_SVGIO_INC_SVGTEXTNODE_HXX
-#include <svgnode.hxx>
-#include <svgstyleattributes.hxx>
-#include <svgcharacternode.hxx>
+#include "svgnode.hxx"
+#include "svgstyleattributes.hxx"
+#include "svgcharacternode.hxx"
#include <memory>
namespace svgio
diff --git a/svgio/inc/svgtextpathnode.hxx b/svgio/inc/svgtextpathnode.hxx
index a0aa9b05270b..b2d456cec48a 100644
--- a/svgio/inc/svgtextpathnode.hxx
+++ b/svgio/inc/svgtextpathnode.hxx
@@ -20,9 +20,9 @@
#ifndef INCLUDED_SVGIO_INC_SVGTEXTPATHNODE_HXX
#define INCLUDED_SVGIO_INC_SVGTEXTPATHNODE_HXX
-#include <svgnode.hxx>
-#include <svgstyleattributes.hxx>
-#include <svgpathnode.hxx>
+#include "svgnode.hxx"
+#include "svgstyleattributes.hxx"
+#include "svgpathnode.hxx"
namespace svgio
{
diff --git a/svgio/inc/svgtitledescnode.hxx b/svgio/inc/svgtitledescnode.hxx
index 0618c51519e6..2fc417f1e7d1 100644
--- a/svgio/inc/svgtitledescnode.hxx
+++ b/svgio/inc/svgtitledescnode.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_SVGIO_INC_SVGTITLEDESCNODE_HXX
#define INCLUDED_SVGIO_INC_SVGTITLEDESCNODE_HXX
-#include <svgnode.hxx>
+#include "svgnode.hxx"
namespace svgio
diff --git a/svgio/inc/svgtools.hxx b/svgio/inc/svgtools.hxx
index c37dc5d2c274..02c1225cfe68 100644
--- a/svgio/inc/svgtools.hxx
+++ b/svgio/inc/svgtools.hxx
@@ -23,7 +23,7 @@
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
#include <basegfx/color/bcolor.hxx>
#include <basegfx/polygon/b2dpolypolygon.hxx>
-#include <svgpaint.hxx>
+#include "svgpaint.hxx"
#include <vector>
namespace svgio
diff --git a/svgio/inc/svgtrefnode.hxx b/svgio/inc/svgtrefnode.hxx
index a246480d28e2..f003bc1ef2c7 100644
--- a/svgio/inc/svgtrefnode.hxx
+++ b/svgio/inc/svgtrefnode.hxx
@@ -20,9 +20,9 @@
#ifndef INCLUDED_SVGIO_INC_SVGTREFNODE_HXX
#define INCLUDED_SVGIO_INC_SVGTREFNODE_HXX
-#include <svgnode.hxx>
-#include <svgstyleattributes.hxx>
-#include <svgtextnode.hxx>
+#include "svgnode.hxx"
+#include "svgstyleattributes.hxx"
+#include "svgtextnode.hxx"
namespace svgio
{
diff --git a/svgio/inc/svgtspannode.hxx b/svgio/inc/svgtspannode.hxx
index 572ac7bd21fe..a96fbb062b42 100644
--- a/svgio/inc/svgtspannode.hxx
+++ b/svgio/inc/svgtspannode.hxx
@@ -20,9 +20,9 @@
#ifndef INCLUDED_SVGIO_INC_SVGTSPANNODE_HXX
#define INCLUDED_SVGIO_INC_SVGTSPANNODE_HXX
-#include <svgcharacternode.hxx>
-#include <svgstyleattributes.hxx>
-#include <svgtools.hxx>
+#include "svgcharacternode.hxx"
+#include "svgstyleattributes.hxx"
+#include "svgtools.hxx"
namespace svgio
{
diff --git a/svgio/inc/svgusenode.hxx b/svgio/inc/svgusenode.hxx
index 7a438c11e960..fcf4a272c8ea 100644
--- a/svgio/inc/svgusenode.hxx
+++ b/svgio/inc/svgusenode.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SVGIO_INC_SVGUSENODE_HXX
#define INCLUDED_SVGIO_INC_SVGUSENODE_HXX
-#include <svgnode.hxx>
-#include <svgstyleattributes.hxx>
+#include "svgnode.hxx"
+#include "svgstyleattributes.hxx"
#include <memory>
namespace svgio