From 30ec94d8d4af1ed72bc84ff6b5607d0733df9347 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 23 Dec 2011 22:48:59 +0000 Subject: WaE and build fixes for OSL_DEBUG_LEVEL == 2 --- slideshow/source/engine/shapes/drawshapesubsetting.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'slideshow') 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(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 -- cgit