[Libreoffice-commits] core.git: include/vcl

Tor Lillqvist tml at collabora.com
Mon Sep 12 19:30:30 UTC 2016


 include/vcl/canvastools.hxx |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit 0b9987b61426c896bd15c6986280d8fb4ed3f040
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Sep 12 21:20:31 2016 +0300

    Bin a few unused forward declarations
    
    Change-Id: I33d021d811ade38befa4c61de740ce86dfe08376

diff --git a/include/vcl/canvastools.hxx b/include/vcl/canvastools.hxx
index 6c5f657..196e7a1 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


More information about the Libreoffice-commits mailing list