diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-13 15:59:14 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-13 15:59:14 +0000 |
commit | e1b5e2084cd034fb19aadfc5982a1b8f854c8678 (patch) | |
tree | d02e4d019367ab3199c003b51d0aa676482cf0dd /extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx | |
parent | 55c3862cafb6f350f9b3304701d59a4bde2fb32e (diff) |
INTEGRATION: CWS dba22ui (1.7.56); FILE MERGED
2006/11/20 09:58:03 fs 1.7.56.1: #i28897# sorting in a combo/list box now optional
Diffstat (limited to 'extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx')
-rw-r--r-- | extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx b/extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx index 297ae5cc76d0..1a45fc685943 100644 --- a/extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx +++ b/extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xsdvalidationpropertyhandler.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2006-09-16 13:25:52 $ + * last change: $Author: kz $ $Date: 2006-12-13 16:59:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -478,7 +478,7 @@ namespace pcr switch ( nControlType ) { case PropertyControlType::ListBox: - aDescriptor.Control = PropertyHandlerHelper::createListBoxControl( _rxControlFactory, aListEntries, sal_False ); + aDescriptor.Control = PropertyHandlerHelper::createListBoxControl( _rxControlFactory, aListEntries, sal_False, sal_False ); break; case PropertyControlType::NumericField: aDescriptor.Control = PropertyHandlerHelper::createNumericControl( _rxControlFactory, 0, aMinValue, aMaxValue, sal_False ); |