summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-09-12 21:20:31 +0300
committerTor Lillqvist <tml@collabora.com>2016-09-12 22:29:48 +0300
commit0b9987b61426c896bd15c6986280d8fb4ed3f040 (patch)
treec7bee86b9ba9211ecc4ddcf5ad9a6c13a246fef6 /include
parente93fcb551479964009e86d08419f5428c7e784f0 (diff)
Bin a few unused forward declarations
Change-Id: I33d021d811ade38befa4c61de740ce86dfe08376
Diffstat (limited to 'include')
-rw-r--r--include/vcl/canvastools.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/vcl/canvastools.hxx b/include/vcl/canvastools.hxx
index 6c5f6575b63e..196e7a1d21a4 100644
--- a/include/vcl/canvastools.hxx
+++ b/include/vcl/canvastools.hxx
@@ -43,22 +43,16 @@ namespace basegfx
class B2DVector;
class B2DPoint;
class B2DRange;
- class B2IVector;
class B2IPoint;
class B2IRange;
- class B2DPolygon;
- class B2DPolyPolygon;
}
namespace com { namespace sun { namespace star { namespace geometry
{
- struct RealPoint2D;
struct RealSize2D;
- struct RealRectangle2D;
struct IntegerPoint2D;
struct IntegerSize2D;
struct IntegerRectangle2D;
- struct RealBezierSegment2D;
} } } }
namespace com { namespace sun { namespace star { namespace rendering
@@ -67,7 +61,6 @@ namespace com { namespace sun { namespace star { namespace rendering
class XBitmap;
class XIntegerBitmap;
class XIntegerReadOnlyBitmap;
- class XPolyPolygon2D;
} } } }
namespace vcl