summaryrefslogtreecommitdiff
path: root/svx/inc/svx/svdetc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/svx/svdetc.hxx')
-rw-r--r--svx/inc/svx/svdetc.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/svx/inc/svx/svdetc.hxx b/svx/inc/svx/svdetc.hxx
index 08ba83510642..3bd50f4485cb 100644
--- a/svx/inc/svx/svdetc.hxx
+++ b/svx/inc/svx/svdetc.hxx
@@ -148,6 +148,10 @@ public:
// 0 if *pElem1=*pElem2
// +1 if *pElem1>*pElem2
virtual int Compare(const void* pElem1, const void* pElem2) const=0;
+
+protected:
+ ~ContainerSorter() {}
+
private: // damit keiner vergessen wird
virtual
void