summaryrefslogtreecommitdiff
path: root/cui/source/options/optgdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optgdlg.cxx')
-rw-r--r--cui/source/options/optgdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx
index e1ab16c88171..86e6f48017e2 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -634,7 +634,7 @@ OfaViewTabPage::OfaViewTabPage(Window* pParent, const SfxItemSet& rSet)
aAutoStr += m_pIconStyleLB->GetEntry( aIconStyleItemId[nAutoStyle] );
m_pIconStyleLB->RemoveEntry( 0 );
- m_pIconStyleLB->InsertEntry( aAutoStr += OUString(RTL_CONSTASCII_USTRINGPARAM(")") ), 0 );
+ m_pIconStyleLB->InsertEntry( aAutoStr += OUString(")" ), 0 );
// separate auto and other icon themes
m_pIconStyleLB->SetSeparatorPos( 0 );
}
pan>fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca 2014-09-30reportdesign: std::auto_ptr -> std::unique_ptrStephan Bergmann 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin 2014-09-03convert RID_GROUPS_SORTING floating window to .uiCaolán McNamara 2014-09-02convert RID_NAVIGATOR floatingwindow to .uiCaolán McNamara 2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin 2014-08-13update_pchThomas Arnhold 2014-07-08drop unused helpidsCaolán McNamara 2014-07-08Convert RID_CONDFORMAT to .uiPalenik Mihály 2014-06-18Suppress implicit OObjectBase copy ctorStephan Bergmann 2014-06-18rtl::Reference fits just fine hereStephan Bergmann 2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin 2014-06-05various: remove SAL_THROW macroNoel Grandin 2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold 2014-05-14update_pch: add reportdesignThomas Arnhold 2014-05-14fix-includes.pl: reportdesignThomas Arnhold 2014-05-08reportdesign: sal_Bool->boolNoel Grandin 2014-05-02reportdesign: sal_Bool->boolNoel Grandin 2014-04-23huge hrc and src file cleanupThomas Arnhold 2014-04-19fixincludeguards.sh: reportdesignThomas Arnhold 2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann 2014-02-28fdo#63154 Remove unused solar.hAlexandre Vicenzi 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-26Remove visual noise from reportdesignAlexander Wilms 2014-02-21Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe 2014-02-11sal_Bool->boolNoel Grandin 2014-02-03Unused REPORTDESIGN_DLLPRIVATEStephan Bergmann