summaryrefslogtreecommitdiff
path: root/forms/source/richtext/richtextunowrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/richtext/richtextunowrapper.hxx')
-rw-r--r--forms/source/richtext/richtextunowrapper.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/forms/source/richtext/richtextunowrapper.hxx b/forms/source/richtext/richtextunowrapper.hxx
index ef9ecbe57338..65ced5a440b9 100644
--- a/forms/source/richtext/richtextunowrapper.hxx
+++ b/forms/source/richtext/richtextunowrapper.hxx
@@ -44,6 +44,9 @@ namespace frm
{
public:
virtual void potentialTextChange( ) = 0;
+
+ protected:
+ ~IEngineTextChangeListener() {}
};
//====================================================================