summaryrefslogtreecommitdiff
path: root/cppcanvas/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-24 10:51:56 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-24 10:51:56 +0000
commit6b423e1716037b4a1aba522b9c9c8e847a4bae67 (patch)
tree5a2543dd69898133a7db0efd4df7eabb31a46ce5 /cppcanvas/source
parent5ee8d622313c127b51e91eaf2478e2c4056ca239 (diff)
INTEGRATION: CWS canvas05 (1.10.34); FILE MERGED
2008/04/21 07:50:54 thb 1.10.34.2: RESYNC: (1.10-1.11); FILE MERGED 2007/12/20 16:41:43 thb 1.10.34.1: #i81092# Now distinguishing between normal and sprite canvas
Diffstat (limited to 'cppcanvas/source')
-rw-r--r--cppcanvas/source/wrapper/vclfactory.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppcanvas/source/wrapper/vclfactory.cxx b/cppcanvas/source/wrapper/vclfactory.cxx
index f3e4e3ec7a4f..c83a4f258f23 100644
--- a/cppcanvas/source/wrapper/vclfactory.cxx
+++ b/cppcanvas/source/wrapper/vclfactory.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: vclfactory.cxx,v $
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
* This file is part of OpenOffice.org.
*
@@ -98,7 +98,7 @@ namespace cppcanvas
return SpriteCanvasSharedPtr(
new internal::ImplSpriteCanvas(
uno::Reference< rendering::XSpriteCanvas >(
- rVCLWindow.GetCanvas(),
+ rVCLWindow.GetSpriteCanvas(),
uno::UNO_QUERY) ) );
}
@@ -114,7 +114,7 @@ namespace cppcanvas
return SpriteCanvasSharedPtr(
new internal::ImplSpriteCanvas(
uno::Reference< rendering::XSpriteCanvas >(
- rVCLWindow.GetFullscreenCanvas( rFullscreenSize ),
+ rVCLWindow.GetFullscreenSpriteCanvas( rFullscreenSize ),
uno::UNO_QUERY) ) );
}