diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:51:56 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-24 10:51:56 +0000 |
commit | 6b423e1716037b4a1aba522b9c9c8e847a4bae67 (patch) | |
tree | 5a2543dd69898133a7db0efd4df7eabb31a46ce5 /cppcanvas | |
parent | 5ee8d622313c127b51e91eaf2478e2c4056ca239 (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')
-rw-r--r-- | cppcanvas/source/wrapper/vclfactory.cxx | 6 |
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) ) ); } |