diff options
author | Thomas Lange <tl@openoffice.org> | 2001-03-22 09:57:23 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2001-03-22 09:57:23 +0000 |
commit | aa92e640a2551666a04c48c68ecfb35cfe50d3ae (patch) | |
tree | 8f81afd21d1ef753c2c5698ff4a2a0ff5ab42443 /svx/source/dialog/numfmt.cxx | |
parent | 07a16802ac427a190ccc457b1fc52282a8994c63 (diff) |
SvxLanguageBox contructor now specifies third argument explicitly
Diffstat (limited to 'svx/source/dialog/numfmt.cxx')
-rw-r--r-- | svx/source/dialog/numfmt.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/numfmt.cxx b/svx/source/dialog/numfmt.cxx index aabbece24c92..ca9ec8eeef42 100644 --- a/svx/source/dialog/numfmt.cxx +++ b/svx/source/dialog/numfmt.cxx @@ -2,9 +2,9 @@ * * $RCSfile: numfmt.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: nn $ $Date: 2001-03-09 18:10:33 $ + * last change: $Author: tl $ $Date: 2001-03-22 10:57:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -302,7 +302,7 @@ SvxNumberFormatTabPage::SvxNumberFormatTabPage( Window* pParent, aEdLeadZeroes ( this, ResId( ED_LEADZEROES ) ), aEdDecimals ( this, ResId( ED_DECIMALS ) ), aFtLanguage ( this, ResId( FT_LANGUAGE ) ), - aLbLanguage ( this, ResId( LB_LANGUAGE ) ), + aLbLanguage ( this, ResId( LB_LANGUAGE ), FALSE ), aGbOptions ( this, ResId( GB_OPTIONS ) ), aFtComment ( this, ResId( FT_COMMENT ) ), aStrEurope ( ResId( STR_EUROPE) ), |