summaryrefslogtreecommitdiff
path: root/sw/inc/TextCursorHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/TextCursorHelper.hxx')
-rw-r--r--sw/inc/TextCursorHelper.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/inc/TextCursorHelper.hxx b/sw/inc/TextCursorHelper.hxx
index 731cccf33c58..4269a8de4f98 100644
--- a/sw/inc/TextCursorHelper.hxx
+++ b/sw/inc/TextCursorHelper.hxx
@@ -48,6 +48,9 @@ public:
virtual SwPaM* GetPaM() = 0;
virtual const SwDoc* GetDoc() const = 0;
virtual SwDoc* GetDoc() = 0;
+
+protected:
+ ~OTextCursorHelper() {}
};
#endif // _SW_TEXTCURSORHELPER_HXX