summaryrefslogtreecommitdiff
path: root/cppcanvas
diff options
context:
space:
mode:
Diffstat (limited to 'cppcanvas')
-rw-r--r--cppcanvas/source/inc/canvasgraphichelper.hxx5
-rw-r--r--cppcanvas/source/mtfrenderer/cachedprimitivebase.hxx2
-rw-r--r--cppcanvas/source/wrapper/implcanvas.hxx6
-rw-r--r--cppcanvas/source/wrapper/implpolypolygon.hxx5
4 files changed, 0 insertions, 18 deletions
diff --git a/cppcanvas/source/inc/canvasgraphichelper.hxx b/cppcanvas/source/inc/canvasgraphichelper.hxx
index 03f6b91b6f46..33480d71613a 100644
--- a/cppcanvas/source/inc/canvasgraphichelper.hxx
+++ b/cppcanvas/source/inc/canvasgraphichelper.hxx
@@ -27,11 +27,6 @@
#include <optional>
-namespace com::sun::star::rendering
-{
- class XGraphicDevice;
-}
-
/* Definition of CanvasGraphicHelper class */
diff --git a/cppcanvas/source/mtfrenderer/cachedprimitivebase.hxx b/cppcanvas/source/mtfrenderer/cachedprimitivebase.hxx
index 48a31db5d294..578036863206 100644
--- a/cppcanvas/source/mtfrenderer/cachedprimitivebase.hxx
+++ b/cppcanvas/source/mtfrenderer/cachedprimitivebase.hxx
@@ -27,8 +27,6 @@
#include <action.hxx>
-namespace basegfx { class B2DHomMatrix; }
-
/* Definition of internal::CachedPrimitiveBase class */
diff --git a/cppcanvas/source/wrapper/implcanvas.hxx b/cppcanvas/source/wrapper/implcanvas.hxx
index cc49c819eeef..2dfa9ced95ba 100644
--- a/cppcanvas/source/wrapper/implcanvas.hxx
+++ b/cppcanvas/source/wrapper/implcanvas.hxx
@@ -27,12 +27,6 @@
#include <basegfx/polygon/b2dpolypolygon.hxx>
-namespace basegfx
-{
- class B2DHomMatrix;
- class B2DPolyPolygon;
-}
-
namespace com::sun::star::rendering
{
class XCanvas;
diff --git a/cppcanvas/source/wrapper/implpolypolygon.hxx b/cppcanvas/source/wrapper/implpolypolygon.hxx
index a756b4400795..b69a54e3db83 100644
--- a/cppcanvas/source/wrapper/implpolypolygon.hxx
+++ b/cppcanvas/source/wrapper/implpolypolygon.hxx
@@ -26,11 +26,6 @@
#include <cppcanvas/polypolygon.hxx>
#include <canvasgraphichelper.hxx>
-namespace com::sun::star::rendering
-{
- struct RealPoint2D;
-}
-
namespace cppcanvas::internal
{