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 | fc23f4a7802a38e0f02c8edb5ec02541213d4978 (patch) | |
tree | 1aa909eedafe22ec45699883777685b6a215406c /extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx | |
parent | aef3bc1aa5a47edbd3eabc3cb0bfaf999e39b740 (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 297ae5cc7..1a45fc685 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 ); |