summaryrefslogtreecommitdiff
path: root/canvas/source/null/null_spritehelper.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-17 13:23:20 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-17 13:23:20 +0000
commit29af95711d5bc12eb3c05c43efdac4a7ff8fb16b (patch)
treed9ebd241889d95f0c3756a1906369a16567337f7 /canvas/source/null/null_spritehelper.cxx
parentaeb8f4081f200431d509672cad8847998b532845 (diff)
INTEGRATION: CWS presfixes12 (1.4.30); FILE MERGED
2007/02/20 22:23:08 thb 1.4.30.1: #i37778# Added XCanvas::clear() method throughout all implementations
Diffstat (limited to 'canvas/source/null/null_spritehelper.cxx')
-rw-r--r--canvas/source/null/null_spritehelper.cxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/canvas/source/null/null_spritehelper.cxx b/canvas/source/null/null_spritehelper.cxx
index 6748402c1977..32702c106e50 100644
--- a/canvas/source/null/null_spritehelper.cxx
+++ b/canvas/source/null/null_spritehelper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: null_spritehelper.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 03:24:12 $
+ * last change: $Author: obo $ $Date: 2007-07-17 14:23:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -97,11 +97,6 @@ namespace nullcanvas
// TODO
}
- void SpriteHelper::clearSurface()
- {
- // TODO
- }
-
::basegfx::B2DPolyPolygon SpriteHelper::polyPolygonFromXPolyPolygon2D( uno::Reference< rendering::XPolyPolygon2D >& xPoly ) const
{
return ::canvas::tools::polyPolygonFromXPolyPolygon2D( xPoly );