diff options
Diffstat (limited to 'cppcanvas/source/wrapper')
-rw-r--r-- | cppcanvas/source/wrapper/implcanvas.hxx | 6 | ||||
-rw-r--r-- | cppcanvas/source/wrapper/implpolypolygon.hxx | 5 |
2 files changed, 0 insertions, 11 deletions
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 { |