diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-05-13 13:02:47 +0200 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-05-15 14:23:41 +0200 |
commit | 31095d231ad976a8ea36733c97a7b86288dc363f (patch) | |
tree | 8fd4a2506641454806493b2fd725e36e2b2da032 /slideshow | |
parent | 1528820450b9de1310140b4868a1526ff22fdafd (diff) |
slideshow: update log messages
Change-Id: Ifcf9941707a8770931296750b674fbccc1571f6d
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/shapes/viewmediashape.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/shapes/viewmediashape.cxx b/slideshow/source/engine/shapes/viewmediashape.cxx index 77b6443fb686..d854151db20f 100644 --- a/slideshow/source/engine/shapes/viewmediashape.cxx +++ b/slideshow/source/engine/shapes/viewmediashape.cxx @@ -299,7 +299,7 @@ namespace slideshow if( !mxPlayer.is() && mxShape.is() ) { ENSURE_OR_RETURN_FALSE( mpViewLayer->getCanvas(), - "ViewMediaShape::update(): Invalid layer canvas" ); + "ViewMediaShape::implInitialize(): Invalid layer canvas" ); uno::Reference< rendering::XCanvas > xCanvas( mpViewLayer->getCanvas()->getUNOCanvas() ); @@ -434,7 +434,7 @@ namespace slideshow const uno::Sequence< uno::Any >& rVCLDeviceParams, const OUString& rMimeType ) { - OSL_TRACE( "ViewMediaShape::implInitializeVCLBasedPlayerWindow" ); + OSL_TRACE( "ViewMediaShape::implInitializePlayerWindow" ); if( !mpMediaWindow.get() && !rBounds.isEmpty() ) { try |