From 55c3862cafb6f350f9b3304701d59a4bde2fb32e Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 13 Dec 2006 15:58:47 +0000 Subject: INTEGRATION: CWS dba22ui (1.8.56); FILE MERGED 2006/11/20 09:58:03 fs 1.8.56.1: #i28897# sorting in a combo/list box now optional --- extensions/source/propctrlr/propertyhandler.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extensions/source/propctrlr/propertyhandler.cxx') diff --git a/extensions/source/propctrlr/propertyhandler.cxx b/extensions/source/propctrlr/propertyhandler.cxx index 587a554833b5..df93f21e6576 100644 --- a/extensions/source/propctrlr/propertyhandler.cxx +++ b/extensions/source/propctrlr/propertyhandler.cxx @@ -4,9 +4,9 @@ * * $RCSfile: propertyhandler.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-09-16 13:22:23 $ + * last change: $Author: kz $ $Date: 2006-12-13 16:58:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -258,7 +258,7 @@ namespace pcr { aDescriptor.Control = PropertyHandlerHelper::createListBoxControl( _rxControlFactory, m_pInfoService->getPropertyEnumRepresentations( nPropId ), - PropertyHandlerHelper::requiresReadOnlyControl( rProperty.Attributes ) ); + PropertyHandlerHelper::requiresReadOnlyControl( rProperty.Attributes ), sal_False ); } else PropertyHandlerHelper::describePropertyLine( rProperty, aDescriptor, _rxControlFactory ); -- cgit