summaryrefslogtreecommitdiff
path: root/cppcanvas/source/wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'cppcanvas/source/wrapper')
-rw-r--r--cppcanvas/source/wrapper/implbitmapcanvas.hxx2
-rw-r--r--cppcanvas/source/wrapper/implcustomsprite.hxx4
-rw-r--r--cppcanvas/source/wrapper/implfont.cxx2
-rw-r--r--cppcanvas/source/wrapper/implpolypolygon.cxx2
-rw-r--r--cppcanvas/source/wrapper/implsprite.hxx2
-rw-r--r--cppcanvas/source/wrapper/implspritecanvas.cxx4
-rw-r--r--cppcanvas/source/wrapper/implspritecanvas.hxx2
-rw-r--r--cppcanvas/source/wrapper/vclfactory.cxx10
8 files changed, 14 insertions, 14 deletions
diff --git a/cppcanvas/source/wrapper/implbitmapcanvas.hxx b/cppcanvas/source/wrapper/implbitmapcanvas.hxx
index 3b6a72d1d8e4..6f09794caf99 100644
--- a/cppcanvas/source/wrapper/implbitmapcanvas.hxx
+++ b/cppcanvas/source/wrapper/implbitmapcanvas.hxx
@@ -25,7 +25,7 @@
#include <basegfx/vector/b2dsize.hxx>
#include <cppcanvas/bitmapcanvas.hxx>
-#include <implcanvas.hxx>
+#include "implcanvas.hxx"
namespace cppcanvas
diff --git a/cppcanvas/source/wrapper/implcustomsprite.hxx b/cppcanvas/source/wrapper/implcustomsprite.hxx
index 0c4a64e1922e..f8964a3f4763 100644
--- a/cppcanvas/source/wrapper/implcustomsprite.hxx
+++ b/cppcanvas/source/wrapper/implcustomsprite.hxx
@@ -23,8 +23,8 @@
#include <sal/types.h>
#include <cppcanvas/canvas.hxx>
#include <cppcanvas/customsprite.hxx>
-#include <implsprite.hxx>
-#include <implspritecanvas.hxx>
+#include "implsprite.hxx"
+#include "implspritecanvas.hxx"
namespace cppcanvas
{
diff --git a/cppcanvas/source/wrapper/implfont.cxx b/cppcanvas/source/wrapper/implfont.cxx
index 3fe7aaee4623..9cb52095129a 100644
--- a/cppcanvas/source/wrapper/implfont.cxx
+++ b/cppcanvas/source/wrapper/implfont.cxx
@@ -18,7 +18,7 @@
*/
-#include <implfont.hxx>
+#include "implfont.hxx"
#include <canvas/canvastools.hxx>
diff --git a/cppcanvas/source/wrapper/implpolypolygon.cxx b/cppcanvas/source/wrapper/implpolypolygon.cxx
index d59d5eb3448e..755d87022529 100644
--- a/cppcanvas/source/wrapper/implpolypolygon.cxx
+++ b/cppcanvas/source/wrapper/implpolypolygon.cxx
@@ -29,7 +29,7 @@
#include <basegfx/utils/canvastools.hxx>
#include "implpolypolygon.hxx"
-#include "tools.hxx"
+#include <tools.hxx>
using namespace ::com::sun::star;
diff --git a/cppcanvas/source/wrapper/implsprite.hxx b/cppcanvas/source/wrapper/implsprite.hxx
index d9aa0699c4d1..aad786d4ccc8 100644
--- a/cppcanvas/source/wrapper/implsprite.hxx
+++ b/cppcanvas/source/wrapper/implsprite.hxx
@@ -24,7 +24,7 @@
#include <com/sun/star/rendering/XSpriteCanvas.hpp>
#include <com/sun/star/rendering/XSprite.hpp>
#include <cppcanvas/sprite.hxx>
-#include <implspritecanvas.hxx>
+#include "implspritecanvas.hxx"
namespace cppcanvas
{
diff --git a/cppcanvas/source/wrapper/implspritecanvas.cxx b/cppcanvas/source/wrapper/implspritecanvas.cxx
index 8aa875b2a491..fe13c2286f20 100644
--- a/cppcanvas/source/wrapper/implspritecanvas.cxx
+++ b/cppcanvas/source/wrapper/implspritecanvas.cxx
@@ -22,8 +22,8 @@
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <com/sun/star/rendering/InterpolationMode.hpp>
-#include <implspritecanvas.hxx>
-#include <implcustomsprite.hxx>
+#include "implspritecanvas.hxx"
+#include "implcustomsprite.hxx"
using namespace ::com::sun::star;
diff --git a/cppcanvas/source/wrapper/implspritecanvas.hxx b/cppcanvas/source/wrapper/implspritecanvas.hxx
index 49fcc9891265..036022f48135 100644
--- a/cppcanvas/source/wrapper/implspritecanvas.hxx
+++ b/cppcanvas/source/wrapper/implspritecanvas.hxx
@@ -24,7 +24,7 @@
#include <basegfx/vector/b2dsize.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <cppcanvas/spritecanvas.hxx>
-#include <implcanvas.hxx>
+#include "implcanvas.hxx"
namespace cppcanvas
{
diff --git a/cppcanvas/source/wrapper/vclfactory.cxx b/cppcanvas/source/wrapper/vclfactory.cxx
index de3b1f6176c9..f013aef5b92c 100644
--- a/cppcanvas/source/wrapper/vclfactory.cxx
+++ b/cppcanvas/source/wrapper/vclfactory.cxx
@@ -28,12 +28,12 @@
#include <cppcanvas/vclfactory.hxx>
-#include <implbitmapcanvas.hxx>
-#include <implspritecanvas.hxx>
-#include <implpolypolygon.hxx>
-#include <implbitmap.hxx>
+#include "implbitmapcanvas.hxx"
+#include "implspritecanvas.hxx"
+#include "implpolypolygon.hxx"
+#include "implbitmap.hxx"
#include <implrenderer.hxx>
-#include <implsprite.hxx>
+#include "implsprite.hxx"
using namespace ::com::sun::star;