summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/propertyhandler.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-13 15:58:47 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-13 15:58:47 +0000
commit55c3862cafb6f350f9b3304701d59a4bde2fb32e (patch)
tree7f8dd6105f210a1c0773f167aee4b8018ed5d994 /extensions/source/propctrlr/propertyhandler.cxx
parent0691e41c977a6824b77137d562b6dd3ea5721e3b (diff)
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
Diffstat (limited to 'extensions/source/propctrlr/propertyhandler.cxx')
-rw-r--r--extensions/source/propctrlr/propertyhandler.cxx6
1 files changed, 3 insertions, 3 deletions
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 );