summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/shapes/drawshapesubsetting.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/shapes/drawshapesubsetting.cxx b/slideshow/source/engine/shapes/drawshapesubsetting.cxx
index 1790aba40c4e..6bcab32e20bd 100644
--- a/slideshow/source/engine/shapes/drawshapesubsetting.cxx
+++ b/slideshow/source/engine/shapes/drawshapesubsetting.cxx
@@ -170,8 +170,8 @@ namespace slideshow
{
MetaTextAction* pText = static_cast<MetaTextAction*>(pCurrAct);
VERBOSE_TRACE( "Shape text \"%s\" at action #%d",
- ByteString(pText->GetText(),
- RTL_TEXTENCODING_ISO_8859_1).GetBuffer(),
+ rtl::OUStringToOString(pText->GetText(),
+ RTL_TEXTENCODING_ISO_8859_1).getStr(),
nActionIndex );
}
#endif