summaryrefslogtreecommitdiffstats
path: root/cui/source/options/optgdlg.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 18:04:51 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 06:07:48 -0600
commit4f31b902712e7816bbd8e0df7629462a17f9ad3f (patch)
tree1bab0652e24e3e97fbd8639bdd0fcfcef7526c2c /cui/source/options/optgdlg.cxx
parentfdo#75254 Unsupported shape in DML writing was causing document corruption. (diff)
downloadcore-4f31b902712e7816bbd8e0df7629462a17f9ad3f.tar.gz
core-4f31b902712e7816bbd8e0df7629462a17f9ad3f.zip
Remove visual noise from cui
Change-Id: I6cec1f747ce57c3153af92e9e0c317d34d5a245d Reviewed-on: https://gerrit.libreoffice.org/8250 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/options/optgdlg.cxx')
-rw-r--r--cui/source/options/optgdlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx
index dc1ebbe552d4..83a7935eab74 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -1428,7 +1428,7 @@ void OfaLanguagesTabPage::Reset( const SfxItemSet& rSet )
m_pLocaleSettingLB->Enable(!bReadonly);
m_pLocaleSettingFT->Enable(!bReadonly);
- //
+
m_pDecimalSeparatorCB->Check( pLangConfig->aSysLocaleOptions.IsDecimalSeparatorAsLocale());
m_pDecimalSeparatorCB->SaveValue();
@@ -1477,7 +1477,7 @@ void OfaLanguagesTabPage::Reset( const SfxItemSet& rSet )
SfxObjectShell* pCurrentDocShell = SfxObjectShell::Current();
//collect the configuration values first
m_pCurrentDocCB->Enable(false);
- //
+
Any aWestLang;
Any aCJKLang;
Any aCTLLang;