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:
@@ -7,7 +7,7 @@
|
|||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* OpenOffice.org - a multi-platform office productivity suite
|
||||||
*
|
*
|
||||||
* $RCSfile: vclfactory.cxx,v $
|
* $RCSfile: vclfactory.cxx,v $
|
||||||
* $Revision: 1.11 $
|
* $Revision: 1.12 $
|
||||||
*
|
*
|
||||||
* This file is part of OpenOffice.org.
|
* This file is part of OpenOffice.org.
|
||||||
*
|
*
|
||||||
@@ -98,7 +98,7 @@ namespace cppcanvas
|
|||||||
return SpriteCanvasSharedPtr(
|
return SpriteCanvasSharedPtr(
|
||||||
new internal::ImplSpriteCanvas(
|
new internal::ImplSpriteCanvas(
|
||||||
uno::Reference< rendering::XSpriteCanvas >(
|
uno::Reference< rendering::XSpriteCanvas >(
|
||||||
rVCLWindow.GetCanvas(),
|
rVCLWindow.GetSpriteCanvas(),
|
||||||
uno::UNO_QUERY) ) );
|
uno::UNO_QUERY) ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -114,7 +114,7 @@ namespace cppcanvas
|
|||||||
return SpriteCanvasSharedPtr(
|
return SpriteCanvasSharedPtr(
|
||||||
new internal::ImplSpriteCanvas(
|
new internal::ImplSpriteCanvas(
|
||||||
uno::Reference< rendering::XSpriteCanvas >(
|
uno::Reference< rendering::XSpriteCanvas >(
|
||||||
rVCLWindow.GetFullscreenCanvas( rFullscreenSize ),
|
rVCLWindow.GetFullscreenSpriteCanvas( rFullscreenSize ),
|
||||||
uno::UNO_QUERY) ) );
|
uno::UNO_QUERY) ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user