summaryrefslogtreecommitdiff
path: root/forms/source/misc
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-04-21 19:20:31 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2013-04-22 17:55:34 +0200
commita16bb08013f0ce81def57131526fbb075dd63565 (patch)
treefcfb435eacf43ab15555385058d2ea96eda4cb73 /forms/source/misc
parent13a159896e3db1edd3f2d258bce1f9732ed8499e (diff)
Data-aware ListBox: add SelectedValue and SelectedValues properties
Change-Id: Id081e4f6bb765056f17babcfec52a1aedcd7b5d5
Diffstat (limited to 'forms/source/misc')
-rw-r--r--forms/source/misc/property.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/forms/source/misc/property.cxx b/forms/source/misc/property.cxx
index 066b58d6f709..63da1d549fb9 100644
--- a/forms/source/misc/property.cxx
+++ b/forms/source/misc/property.cxx
@@ -127,6 +127,8 @@ void PropertyInfoService::initialize()
ADD_PROP_ASSIGNMENT(LISTSOURCE);
ADD_PROP_ASSIGNMENT(SELECT_SEQ);
ADD_PROP_ASSIGNMENT(VALUE_SEQ);
+ ADD_PROP_ASSIGNMENT(SELECT_VALUE);
+ ADD_PROP_ASSIGNMENT(SELECT_VALUE_SEQ);
ADD_PROP_ASSIGNMENT(DEFAULT_SELECT_SEQ);
ADD_PROP_ASSIGNMENT(MULTISELECTION);
ADD_PROP_ASSIGNMENT(DECIMAL_ACCURACY);