From 8035a3af260729ee47a1d805811e17d06d035e3d Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Fri, 8 Mar 2013 04:51:28 +0100 Subject: some further OUString cleanup Change-Id: I13eb94092e29ececc9fbf494074acde5f893b605 --- cui/source/options/optgdlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/options') diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx index f6d793494e69..86cdb0d125a6 100644 --- a/cui/source/options/optgdlg.cxx +++ b/cui/source/options/optgdlg.cxx @@ -625,7 +625,7 @@ OfaViewTabPage::OfaViewTabPage(Window* pParent, const SfxItemSet& rSet) { ::rtl::OUString aAutoStr( m_pIconStyleLB->GetEntry( 0 ) ); - aAutoStr += OUString(" (" ); + aAutoStr += " ("; // prefer the icon style set by the desktop native widgets modules sal_uLong nAutoStyle = aStyleSettings.GetPreferredSymbolsStyle(); -- cgit