summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-06-05 08:54:34 +0000
committerFrank Schönheit <fs@openoffice.org>2002-06-05 08:54:34 +0000
commit59bb288203ef1039894536c8820c5ac930c42011 (patch)
tree487ed7f4a53f7e77f9b0020d0e5c2911cc369f53 /forms
parentea97f5ed90db8fef7d7ebe4b45b38163d425a1d7 (diff)
#99627# SelectedItems not transient
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/ListBox.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/forms/source/component/ListBox.cxx b/forms/source/component/ListBox.cxx
index 710be66deb08..c5e5a376c3be 100644
--- a/forms/source/component/ListBox.cxx
+++ b/forms/source/component/ListBox.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ListBox.cxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: fs $ $Date: 2002-03-04 14:49:12 $
+ * last change: $Author: fs $ $Date: 2002-06-05 09:54:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -431,9 +431,6 @@ void OListBoxModel::fillProperties(
Sequence< Property >& _rAggregateProps ) const
{
FRM_BEGIN_PROP_HELPER(13)
- // die SelectSequence-Property soll transient sein ....
- ModifyPropertyAttributes(_rAggregateProps, PROPERTY_SELECT_SEQ, PropertyAttribute::TRANSIENT, 0);
-
DECL_PROP2(CLASSID, sal_Int16, READONLY, TRANSIENT);
DECL_PROP1(NAME, ::rtl::OUString, BOUND);
DECL_PROP1(TAG, ::rtl::OUString, BOUND);