slideshow: update log messages
Change-Id: Ifcf9941707a8770931296750b674fbccc1571f6d
This commit is contained in:
@@ -299,7 +299,7 @@ namespace slideshow
|
|||||||
if( !mxPlayer.is() && mxShape.is() )
|
if( !mxPlayer.is() && mxShape.is() )
|
||||||
{
|
{
|
||||||
ENSURE_OR_RETURN_FALSE( mpViewLayer->getCanvas(),
|
ENSURE_OR_RETURN_FALSE( mpViewLayer->getCanvas(),
|
||||||
"ViewMediaShape::update(): Invalid layer canvas" );
|
"ViewMediaShape::implInitialize(): Invalid layer canvas" );
|
||||||
|
|
||||||
uno::Reference< rendering::XCanvas > xCanvas( mpViewLayer->getCanvas()->getUNOCanvas() );
|
uno::Reference< rendering::XCanvas > xCanvas( mpViewLayer->getCanvas()->getUNOCanvas() );
|
||||||
|
|
||||||
@@ -434,7 +434,7 @@ namespace slideshow
|
|||||||
const uno::Sequence< uno::Any >& rVCLDeviceParams,
|
const uno::Sequence< uno::Any >& rVCLDeviceParams,
|
||||||
const OUString& rMimeType )
|
const OUString& rMimeType )
|
||||||
{
|
{
|
||||||
OSL_TRACE( "ViewMediaShape::implInitializeVCLBasedPlayerWindow" );
|
OSL_TRACE( "ViewMediaShape::implInitializePlayerWindow" );
|
||||||
if( !mpMediaWindow.get() && !rBounds.isEmpty() )
|
if( !mpMediaWindow.get() && !rBounds.isEmpty() )
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
|
Reference in New Issue
Block a user