summaryrefslogtreecommitdiff
path: root/forms/source/inc/propertybaghelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/inc/propertybaghelper.hxx')
-rw-r--r--forms/source/inc/propertybaghelper.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/forms/source/inc/propertybaghelper.hxx b/forms/source/inc/propertybaghelper.hxx
index 5bb10583ea37..7600618fa8f1 100644
--- a/forms/source/inc/propertybaghelper.hxx
+++ b/forms/source/inc/propertybaghelper.hxx
@@ -58,6 +58,9 @@ namespace frm
virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XMultiPropertySet >
getPropertiesInterface() = 0;
+
+ protected:
+ ~IPropertyBagHelperContext() {}
};
//====================================================================