summaryrefslogtreecommitdiff
path: root/forms/source/inc/FormComponent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/inc/FormComponent.hxx')
-rw-r--r--forms/source/inc/FormComponent.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx
index 201cf13f6b97..da3bb20a575e 100644
--- a/forms/source/inc/FormComponent.hxx
+++ b/forms/source/inc/FormComponent.hxx
@@ -501,12 +501,6 @@ public:
const std::vector< css::uno::Any >& _rNewValues,
LockAccess
);
- void firePropertyChanges(
- const css::uno::Sequence< sal_Int32 >& _rHandles,
- const css::uno::Sequence< css::uno::Any >& _rOldValues,
- const css::uno::Sequence< css::uno::Any >& _rNewValues,
- LockAccess
- );
inline ::osl::Mutex&
getInstanceMutex() { return m_aMutex; }