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
This commit is contained in:
Kurt Zenker
2008-06-24 10:51:56 +00:00
parent 5ee8d62231
commit 6b423e1716

View File

@@ -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) ) );
}