summaryrefslogtreecommitdiff
path: root/forms/source/component/ListBox.cxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2017-06-12 17:22:35 +0200
committerEike Rathke <erack@redhat.com>2017-06-12 17:28:01 +0200
commit0f8670ecebcf2af9c98b805c5e446ff073354d92 (patch)
tree2f6dd6520e8aa99a089e19cab29f53fd049f9f3a /forms/source/component/ListBox.cxx
parent6e9f0d3e68bfe1b46e0280815fb969280b1d19c9 (diff)
Resolves: tdf#108413 yet some more TYPEDITEMLIST property entries
... which apparently need to be present to be able to override them. You also can have never enough macro names to obfuscate things for grep.. Change-Id: Ic0bdcb71682136a537b3ce1c564f02f686f1ee9e
Diffstat (limited to 'forms/source/component/ListBox.cxx')
-rw-r--r--forms/source/component/ListBox.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/forms/source/component/ListBox.cxx b/forms/source/component/ListBox.cxx
index ee8a4beb90d5..f1ba24325e00 100644
--- a/forms/source/component/ListBox.cxx
+++ b/forms/source/component/ListBox.cxx
@@ -484,7 +484,7 @@ namespace frm
void OListBoxModel::describeFixedProperties( Sequence< Property >& _rProps ) const
{
- BEGIN_DESCRIBE_PROPERTIES( 9, OBoundControlModel )
+ BEGIN_DESCRIBE_PROPERTIES( 10, OBoundControlModel )
DECL_PROP1(TABINDEX, sal_Int16, BOUND);
DECL_PROP2(BOUNDCOLUMN, sal_Int16, BOUND, MAYBEVOID);
DECL_PROP1(LISTSOURCETYPE, ListSourceType, BOUND);
@@ -494,6 +494,7 @@ namespace frm
DECL_PROP2(SELECT_VALUE, Any, BOUND, TRANSIENT);
DECL_PROP1(DEFAULT_SELECT_SEQ, Sequence<sal_Int16>, BOUND);
DECL_PROP1(STRINGITEMLIST, Sequence< OUString >, BOUND);
+ DECL_PROP1(TYPEDITEMLIST, Sequence< Any >, BOUND);
END_DESCRIBE_PROPERTIES();
}