summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdmark.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdmark.cxx')
-rw-r--r--svx/source/svdraw/svdmark.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/svx/source/svdraw/svdmark.cxx b/svx/source/svdraw/svdmark.cxx
index c9ef7d63286f..1e91b96c764e 100644
--- a/svx/source/svdraw/svdmark.cxx
+++ b/svx/source/svdraw/svdmark.cxx
@@ -56,6 +56,8 @@ public:
: ContainerSorter(rNewCont)
{}
+ virtual ~ImpSdrUShortContSorter() {}
+
virtual int Compare(const void* pElem1, const void* pElem2) const;
};
@@ -320,6 +322,8 @@ public:
: ContainerSorter(rNewCont)
{}
+ virtual ~ImpSdrMarkListSorter() {}
+
virtual int Compare(const void* pElem1, const void* pElem2) const;
};