Kaydet (Commit) 163ac03d authored tarafından Pascal Junck's avatar Pascal Junck

INTEGRATION: CWS os36 (1.14.14); FILE MERGED

2004/10/08 15:48:42 os 1.14.14.2: RESYNC: (1.14-1.15); FILE MERGED
2004/09/01 09:07:25 os 1.14.14.1: #i30459# initialization of decimal separator CheckBox re-inserted
üst f10be606
......@@ -2,9 +2,9 @@
*
* $RCSfile: optgdlg.cxx,v $
*
* $Revision: 1.15 $
* $Revision: 1.16 $
*
* last change: $Author: hr $ $Date: 2004-09-08 17:13:40 $
* last change: $Author: pjunck $ $Date: 2004-10-27 16:11:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -960,7 +960,8 @@ OfaLanguagesTabPage::OfaLanguagesTabPage( Window* pParent, const SfxItemSet& rSe
aAsianSupportCB(this, ResId(CB_ASIANSUPPORT )),
aCTLSupportFI(this, ResId(FI_CTLSUPPORT )),
aCTLSupportCB(this, ResId(CB_CTLSUPPORT )),
pLangConfig(new LanguageConfig_Impl)
pLangConfig(new LanguageConfig_Impl),
sDecimalSeparatorLabel(aDecimalSeparatorCB.GetText())
{
FreeResource();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment