summaryrefslogtreecommitdiff
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.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/forms/source/inc/property.hxx b/forms/source/inc/property.hxx
index 3282b4a01ab7..47f93836352f 100644
--- a/forms/source/inc/property.hxx
+++ b/forms/source/inc/property.hxx
@@ -340,9 +340,6 @@ public:
#define DECL_PROP_IMPL(varname, type) \
*pProperties++ = css::beans::Property(PROPERTY_##varname, PROPERTY_ID_##varname, cppu::UnoType<type>::get(),
-#define DECL_PROP1(varname, type, attrib1) \
- DECL_PROP_IMPL(varname, type) css::beans::PropertyAttribute::attrib1)
-
}
//... namespace frm .......................................................