summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/textlayout.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/textlayout.cxx')
-rw-r--r--vcl/source/gdi/textlayout.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/gdi/textlayout.cxx b/vcl/source/gdi/textlayout.cxx
index 1e79f32731a9..a081188181ba 100644
--- a/vcl/source/gdi/textlayout.cxx
+++ b/vcl/source/gdi/textlayout.cxx
@@ -203,9 +203,9 @@ namespace vcl
#if OSL_DEBUG_LEVEL > 1
if ( _pDXAry )
{
- ::rtl::OStringBuffer aTrace;
+ OStringBuffer aTrace;
aTrace.append( "ReferenceDeviceTextLayout::GetTextArray( " );
- aTrace.append( ::rtl::OUStringToOString( _rText, RTL_TEXTENCODING_UTF8 ) );
+ aTrace.append( OUStringToOString( _rText, RTL_TEXTENCODING_UTF8 ) );
aTrace.append( " ): " );
aTrace.append( nTextWidth );
aTrace.append( " = ( " );