summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-06-23 20:00:36 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2013-06-23 20:05:55 +0200
commitf76cedf1d61da5fcca788864fe659c4157534696 (patch)
treec2943830648b87fd79c0d2652d7e236b84900484 /extensions
parent4e317158dd262900447eb82846b8b14a567ca298 (diff)
Data-aware ListBox: fix case ListSourceType==TableFields
Change-Id: I9a89374fd1cc56c8185753f5959275a0a2d841ff
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/propctrlr/formcomponenthandler.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/formcomponenthandler.cxx b/extensions/source/propctrlr/formcomponenthandler.cxx
index 2f0ad2287b13..aaa0e94c38ff 100644
--- a/extensions/source/propctrlr/formcomponenthandler.cxx
+++ b/extensions/source/propctrlr/formcomponenthandler.cxx
@@ -1841,8 +1841,7 @@ namespace pcr
OSL_VERIFY( impl_getPropertyValue_throw( PROPERTY_LISTSOURCETYPE ) >>= eLSType );
_rxInspectorUI->enablePropertyUI( PROPERTY_BOUNDCOLUMN,
- ( eLSType != ListSourceType_TABLEFIELDS )
- && ( eLSType != ListSourceType_VALUELIST )
+ ( eLSType != ListSourceType_VALUELIST )
);
}
break; // case PROPERTY_ID_BOUNDCOLUMN