summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/hangulhanjadlg.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-20 09:26:50 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-20 10:40:56 +0200
commit27fa7eff1d06914750fbda2582c655ddbb21dfa3 (patch)
treedfdab06999530f2f5054b78b809598e240e163a7 /cui/source/dialogs/hangulhanjadlg.cxx
parent4c0198b02c4a514bc61772d8c671c47c9553fd7a (diff)
loplugin:oncevar in cui
Change-Id: I1bbd37a82f238327b5e52110c62cdd2a9b0a9c14 Reviewed-on: https://gerrit.libreoffice.org/39001 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/dialogs/hangulhanjadlg.cxx')
-rw-r--r--cui/source/dialogs/hangulhanjadlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/hangulhanjadlg.cxx b/cui/source/dialogs/hangulhanjadlg.cxx
index 9ef0d6f6261b..4b23004e5888 100644
--- a/cui/source/dialogs/hangulhanjadlg.cxx
+++ b/cui/source/dialogs/hangulhanjadlg.cxx
@@ -371,7 +371,7 @@ namespace svx
m_aValueSet->SetLineCount( LINE_CNT );
m_aValueSet->SetStyle( m_aValueSet->GetStyle() | WB_ITEMBORDER | WB_FLATVALUESET | WB_VSCROLL );
m_aValueSet->SetBorderStyle( WindowBorderStyle::MONO );
- OUString aOneCharacter("AU");
+ OUString const aOneCharacter("AU");
long nItemWidth = 2*GetTextWidth( aOneCharacter );
m_aValueSet->SetItemWidth( nItemWidth );