summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source')
-rw-r--r--extensions/source/propctrlr/browserline.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/browserline.cxx b/extensions/source/propctrlr/browserline.cxx
index 5f185c594243..8618ecffc8fe 100644
--- a/extensions/source/propctrlr/browserline.cxx
+++ b/extensions/source/propctrlr/browserline.cxx
@@ -188,7 +188,7 @@ namespace pcr
if (AllSettings::GetLayoutRTL())
{
sal_Unicode const cRTL_mark = 0x200F;
- aText.append( OUString(cRTL_mark) );
+ aText.append( cRTL_mark );
}
m_xFtTitle->set_label(aText.makeStringAndClear());