diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-05-19 17:18:38 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-05-19 17:18:38 +0200 |
commit | 1649c76401009574aeba725365186c102e86130d (patch) | |
tree | a2095446e8463b330437dd31a05e76c166756211 /cui/source/tabpages/numfmt.cxx | |
parent | 5de6294a94d2acd6b4cdf57c55dcbdbbf9e5e522 (diff) |
loplugin:stringcopy: cui
Change-Id: I5166036e4173292c9a7291a1a846e661fbbcd010
Diffstat (limited to 'cui/source/tabpages/numfmt.cxx')
-rw-r--r-- | cui/source/tabpages/numfmt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/numfmt.cxx b/cui/source/tabpages/numfmt.cxx index 8e7944d5c625..ba67fc85c0c4 100644 --- a/cui/source/tabpages/numfmt.cxx +++ b/cui/source/tabpages/numfmt.cxx @@ -1410,7 +1410,7 @@ bool SvxNumberFormatTabPage::Click_Impl(PushButton* pIB) SetCategory(nCatLbSelPos ); FillFormatListBox_Impl( aEntryList ); - if(m_pEdComment->GetText()!=OUString(m_pLbCategory->GetEntry(1))) + if(m_pEdComment->GetText()!=m_pLbCategory->GetEntry(1)) { pNumFmtShell->SetComment4Entry(nFmtLbSelPos, m_pEdComment->GetText()); |