diff options
Diffstat (limited to 'forms/source/inc/property.hxx')
-rw-r--r-- | forms/source/inc/property.hxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/forms/source/inc/property.hxx b/forms/source/inc/property.hxx index 7e9642b8d2d9c..a99ae179fef97 100644 --- a/forms/source/inc/property.hxx +++ b/forms/source/inc/property.hxx @@ -376,17 +376,6 @@ public: #define DECL_PROP3(varname, type, attrib1, attrib2, attrib3) \ DECL_PROP_IMPL(varname, type) css::beans::PropertyAttribute::attrib1 | css::beans::PropertyAttribute::attrib2 | css::beans::PropertyAttribute::attrib3) - -// === some property types require special handling -// === such Boolean properties - -#define DECL_BOOL_PROP1(varname, attrib1) \ - DECL_BOOL_PROP_IMPL(varname) css::beans::PropertyAttribute::attrib1) - - -#define DECL_BOOL_PROP2(varname, attrib1, attrib2) \ - DECL_BOOL_PROP_IMPL(varname) css::beans::PropertyAttribute::attrib1 | css::beans::PropertyAttribute::attrib2) - #define END_DESCRIBE_PROPERTIES() \ DBG_ASSERT( pProperties == _rProps.getArray() + _rProps.getLength(), "<...>::describeFixedProperties/getInfoHelper: forgot to adjust the count ?"); \ |