summaryrefslogtreecommitdiffstats
path: root/forms/source/inc/property.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/inc/property.hxx')
-rw-r--r--forms/source/inc/property.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/forms/source/inc/property.hxx b/forms/source/inc/property.hxx
index 37fca9e7dabb..3282b4a01ab7 100644
--- a/forms/source/inc/property.hxx
+++ b/forms/source/inc/property.hxx
@@ -340,14 +340,6 @@ public:
#define DECL_PROP_IMPL(varname, type) \
*pProperties++ = css::beans::Property(PROPERTY_##varname, PROPERTY_ID_##varname, cppu::UnoType<type>::get(),
-
-#define BEGIN_DESCRIBE_PROPERTIES( count, baseclass ) \
- baseclass::describeFixedProperties( _rProps ); \
- sal_Int32 nOldCount = _rProps.getLength(); \
- _rProps.realloc( nOldCount + ( count ) ); \
- css::beans::Property* pProperties = _rProps.getArray() + nOldCount; \
-
-
#define DECL_PROP1(varname, type, attrib1) \
DECL_PROP_IMPL(varname, type) css::beans::PropertyAttribute::attrib1)