diff options
Diffstat (limited to 'canvas/source/vcl')
-rw-r--r-- | canvas/source/vcl/canvashelper.hxx | 1 | ||||
-rw-r--r-- | canvas/source/vcl/impltools.hxx | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/canvas/source/vcl/canvashelper.hxx b/canvas/source/vcl/canvashelper.hxx index ba385110bf71..cf406d287351 100644 --- a/canvas/source/vcl/canvashelper.hxx +++ b/canvas/source/vcl/canvashelper.hxx @@ -30,7 +30,6 @@ namespace vclcanvas { - class SpriteCanvas; /** Helper class for basic canvas functionality. Also offers optional backbuffer painting, when providing it with a second diff --git a/canvas/source/vcl/impltools.hxx b/canvas/source/vcl/impltools.hxx index 030d5341b5b9..4a25585ec2b9 100644 --- a/canvas/source/vcl/impltools.hxx +++ b/canvas/source/vcl/impltools.hxx @@ -31,35 +31,11 @@ #include "outdevprovider.hxx" -class OutputDevice; class Point; -class Size; - -namespace basegfx -{ - namespace matrix - { - class B2DHomMatrix; - } -} - -namespace com::sun::star::awt -{ - struct Point; - struct Size; - struct Rectangle; -} - -namespace com::sun::star::drawing -{ - struct HomogenMatrix3; -} namespace com::sun::star::geometry { struct RealPoint2D; - struct RealSize2D; - struct RealRectangle2D; struct Matrix2D; } |