summaryrefslogtreecommitdiff
path: root/sfx2/source/view/viewsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/view/viewsh.cxx')
-rw-r--r--sfx2/source/view/viewsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx
index c4d9eb47e1e7..695067007e28 100644
--- a/sfx2/source/view/viewsh.cxx
+++ b/sfx2/source/view/viewsh.cxx
@@ -816,7 +816,7 @@ void SfxViewShell::GetState_Impl( SfxItemSet &rSet )
aBuffer.append( RetrieveLabelFromCommand(
OUString( ".uno:PrintDefault" ),
xFrame ));
- aBuffer.appendAscii(RTL_CONSTASCII_STRINGPARAM(" ("));
+ aBuffer.append( " (" );
aBuffer.append( aPrinterName );
aBuffer.append(')');