summaryrefslogtreecommitdiff
path: root/comphelper/inc/comphelper/propagg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/inc/comphelper/propagg.hxx')
-rw-r--r--comphelper/inc/comphelper/propagg.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/comphelper/inc/comphelper/propagg.hxx b/comphelper/inc/comphelper/propagg.hxx
index 6286e9d79088..b6b2df61f221 100644
--- a/comphelper/inc/comphelper/propagg.hxx
+++ b/comphelper/inc/comphelper/propagg.hxx
@@ -83,6 +83,9 @@ public:
preferences for the given property
*/
virtual sal_Int32 getPreferedPropertyId(const ::rtl::OUString& _rName) = 0;
+
+protected:
+ ~IPropertyInfoService() {}
};
/**