summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-13 15:56:35 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-13 15:56:35 +0000
commit18816f2e9aed913189ed171fe9c6c029da49a174 (patch)
treeaf562876b838e98d28b3c08d86b3d7776bdb31a7 /extensions/source
parent003dd729fc0db6c0a3b0a6d2c0bfbf44b95eb6c7 (diff)
INTEGRATION: CWS dba22ui (1.8.56); FILE MERGED
2006/11/20 09:58:02 fs 1.8.56.1: #i28897# sorting in a combo/list box now optional
Diffstat (limited to 'extensions/source')
-rw-r--r--extensions/source/propctrlr/eformspropertyhandler.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/propctrlr/eformspropertyhandler.cxx b/extensions/source/propctrlr/eformspropertyhandler.cxx
index e69641dfe1cb..c9f11946c3ce 100644
--- a/extensions/source/propctrlr/eformspropertyhandler.cxx
+++ b/extensions/source/propctrlr/eformspropertyhandler.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: eformspropertyhandler.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 13:16:19 $
+ * last change: $Author: kz $ $Date: 2006-12-13 16:56:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -490,10 +490,10 @@ namespace pcr
switch ( nControlType )
{
case PropertyControlType::ListBox:
- aDescriptor.Control = PropertyHandlerHelper::createListBoxControl( _rxControlFactory, aListEntries, sal_False );
+ aDescriptor.Control = PropertyHandlerHelper::createListBoxControl( _rxControlFactory, aListEntries, sal_False, sal_True );
break;
case PropertyControlType::ComboBox:
- aDescriptor.Control = PropertyHandlerHelper::createComboBoxControl( _rxControlFactory, aListEntries, sal_False );
+ aDescriptor.Control = PropertyHandlerHelper::createComboBoxControl( _rxControlFactory, aListEntries, sal_False, sal_True );
break;
default:
aDescriptor.Control = _rxControlFactory->createPropertyControl( nControlType, sal_False );