diff options
Diffstat (limited to 'canvas/source/vcl/impltools.hxx')
-rw-r--r-- | canvas/source/vcl/impltools.hxx | 24 |
1 files changed, 0 insertions, 24 deletions
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; } |