summaryrefslogtreecommitdiff
path: root/cppcanvas/source/wrapper
diff options
context:
space:
mode:
authorGabor Kelemen <gabor.kelemen.extern@allotropia.de>2025-01-06 11:55:05 +0100
committerGabor Kelemen <gabor.kelemen.extern@allotropia.de>2025-04-13 10:58:12 +0200
commit99741c0ece2bf4ed81719083e2906aaf8b34bfff (patch)
tree7d28b2efde5a89d9987192c0bdf0955f62b8f50f /cppcanvas/source/wrapper
parent8d9cd8c894e18f28859f613eab1c8819d2e58b3e (diff)
Remove obsolete fw declarations from cppcanvas/ cui/
found with bin/find-unneeded-includes --fwdecl Change-Id: Ie0669b460378c909d5cee2a786763e4d54087ff0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183881 Tested-by: Jenkins Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Diffstat (limited to 'cppcanvas/source/wrapper')
-rw-r--r--cppcanvas/source/wrapper/implcanvas.hxx6
-rw-r--r--cppcanvas/source/wrapper/implpolypolygon.hxx5
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
{