summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/genericpropertyhandler.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-13 15:57:21 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-13 15:57:21 +0000
commit82923d4f5221fce8c953e7a1905d0a68b152be7a (patch)
treed79b3391f47d1b5576f341b9c0495197c9e45ab9 /extensions/source/propctrlr/genericpropertyhandler.cxx
parentf9eb9bb874b14bbaf4b3b046d7f3cbfb39c31494 (diff)
INTEGRATION: CWS dba22ui (1.4.56); FILE MERGED
2006/11/20 09:58:02 fs 1.4.56.1: #i28897# sorting in a combo/list box now optional
Diffstat (limited to 'extensions/source/propctrlr/genericpropertyhandler.cxx')
-rw-r--r--extensions/source/propctrlr/genericpropertyhandler.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/genericpropertyhandler.cxx b/extensions/source/propctrlr/genericpropertyhandler.cxx
index 601d1afbfc91..409dca01615e 100644
--- a/extensions/source/propctrlr/genericpropertyhandler.cxx
+++ b/extensions/source/propctrlr/genericpropertyhandler.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: genericpropertyhandler.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 13:18:46 $
+ * last change: $Author: kz $ $Date: 2006-12-13 16:57:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -691,7 +691,8 @@ namespace pcr
case TypeClass_ENUM:
aDescriptor.Control = PropertyHandlerHelper::createListBoxControl( _rxControlFactory,
impl_getEnumConverter( pos->second.Type )->getDescriptions(),
- PropertyHandlerHelper::requiresReadOnlyControl( pos->second.Attributes ) );
+ PropertyHandlerHelper::requiresReadOnlyControl( pos->second.Attributes ),
+ sal_False );
break;
case TypeClass_STRING:
{