summaryrefslogtreecommitdiff
path: root/cppcanvas
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 14:01:07 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 14:01:07 +0000
commit090d1b5a7d2475ce1453334140cbd79ab7730bcd (patch)
treebd8d78ef505bb9999685c9fa55cac49077a9a501 /cppcanvas
parent0c9508304f9aef0d015664cb32e00f1c5599fa3e (diff)
INTEGRATION: CWS sb59 (1.7.22); FILE MERGED
2006/08/11 15:36:04 thb 1.7.22.1: #i68336# Removed unused params; added a few using declarations for hidden methods; added a few casts; added some default statements to get cppcanvas warning free
Diffstat (limited to 'cppcanvas')
-rw-r--r--cppcanvas/source/wrapper/implspritecanvas.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/cppcanvas/source/wrapper/implspritecanvas.cxx b/cppcanvas/source/wrapper/implspritecanvas.cxx
index 0f53db6c9818..a39b8a8b525d 100644
--- a/cppcanvas/source/wrapper/implspritecanvas.cxx
+++ b/cppcanvas/source/wrapper/implspritecanvas.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: implspritecanvas.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 12:53:18 $
+ * last change: $Author: obo $ $Date: 2006-10-12 15:01:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -88,6 +88,9 @@ namespace cppcanvas
}
ImplSpriteCanvas::ImplSpriteCanvas(const ImplSpriteCanvas& rOrig) :
+ Canvas(),
+ BitmapCanvas(),
+ SpriteCanvas(),
ImplCanvas( rOrig ),
ImplBitmapCanvas( rOrig ),
mxSpriteCanvas( rOrig.getUNOSpriteCanvas() ),
@@ -156,7 +159,7 @@ namespace cppcanvas
{
return SpriteSharedPtr( new internal::ImplSprite( mxSpriteCanvas,
mxSpriteCanvas->createSpriteFromBitmaps( rAnimationBitmaps,
- rendering::InterpolationMode::NEAREST_NEIGHBOR ),
+ nInterpolationMode ),
mpTransformArbiter ) );
}