diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-23 00:42:24 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-23 02:48:29 +0900 |
commit | cdea32dd8a03fe5375eaef785461170cdee10622 (patch) | |
tree | d1c7a0814fe6b437dac1069259ab3417503bd001 /cppcanvas/source | |
parent | dbd9db69bb2ca982d76c09f8cb9561b42c9138b8 (diff) |
removed unused forward declarations of class
except moving ScPostIt into source/filter/inc/xeescher.hxx
Change-Id: I85fbfe88e30edce5a48a65c494ced7b2129964ff
Diffstat (limited to 'cppcanvas/source')
-rw-r--r-- | cppcanvas/source/inc/implrenderer.hxx | 3 | ||||
-rw-r--r-- | cppcanvas/source/mtfrenderer/mtftools.hxx | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/cppcanvas/source/inc/implrenderer.hxx b/cppcanvas/source/inc/implrenderer.hxx index a91a818d2ede..9b737d84eafe 100644 --- a/cppcanvas/source/inc/implrenderer.hxx +++ b/cppcanvas/source/inc/implrenderer.hxx @@ -43,9 +43,6 @@ class GDIMetaFile; class VirtualDevice; class Gradient; -class BitmapEx; -class MapMode; -class Size; class Rectangle; class Font; class PolyPolygon; diff --git a/cppcanvas/source/mtfrenderer/mtftools.hxx b/cppcanvas/source/mtfrenderer/mtftools.hxx index bfe5bc5218de..1cfc46b76c99 100644 --- a/cppcanvas/source/mtfrenderer/mtftools.hxx +++ b/cppcanvas/source/mtfrenderer/mtftools.hxx @@ -34,7 +34,6 @@ class VirtualDevice; -class Point; class Size; namespace basegfx |