summaryrefslogtreecommitdiff
path: root/svx/source/options
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2001-03-22 10:43:09 +0000
committerThomas Lange <tl@openoffice.org>2001-03-22 10:43:09 +0000
commitdde5f90e844a25afd59afb28b671009f9e6dfed5 (patch)
tree4ff3b101c29771797ca685adca748a3398386f9d /svx/source/options
parent1366111b4c40b1ddd75018084a66f1a7637e785f (diff)
SvxLanguageBox constructors third argument explicitly provided
Diffstat (limited to 'svx/source/options')
-rw-r--r--svx/source/options/optlingu.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/options/optlingu.cxx b/svx/source/options/optlingu.cxx
index c04b42c42353..5f32661eb1c6 100644
--- a/svx/source/options/optlingu.cxx
+++ b/svx/source/options/optlingu.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: optlingu.cxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: tl $ $Date: 2001-03-01 13:32:10 $
+ * last change: $Author: tl $ $Date: 2001-03-22 11:43:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1472,7 +1472,7 @@ SvxEditModulesDlg::SvxEditModulesDlg(Window* pParent, SvxLinguData_Impl& rData)
aHelpPB ( this, ResId( PB_HELP ) ),
aModulesGB ( this, ResId( GB_EDIT_MODULES_OPTIONS ) ),
aLanguageFT ( this, ResId( FT_EDIT_MODULES_LANGUAGE ) ),
- aLanguageLB ( this, ResId( LB_EDIT_MODULES_LANGUAGE ) ),
+ aLanguageLB ( this, ResId( LB_EDIT_MODULES_LANGUAGE ), FALSE ),
aModulesCLB ( this, ResId( CLB_EDIT_MODULES_MODULES ) ),
aPrioUpPB ( this, ResId( PB_EDIT_MODULES_PRIO_UP ) ),
aPrioDownPB ( this, ResId( PB_EDIT_MODULES_PRIO_DOWN ) ),