summaryrefslogtreecommitdiff
path: root/sfx2/inc/sfx2/docstoragemodifylistener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/inc/sfx2/docstoragemodifylistener.hxx')
-rw-r--r--sfx2/inc/sfx2/docstoragemodifylistener.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/inc/sfx2/docstoragemodifylistener.hxx b/sfx2/inc/sfx2/docstoragemodifylistener.hxx
index b6ac0da8becb..3bf32be455cb 100644
--- a/sfx2/inc/sfx2/docstoragemodifylistener.hxx
+++ b/sfx2/inc/sfx2/docstoragemodifylistener.hxx
@@ -53,6 +53,9 @@ namespace sfx2
public:
/// indicates the root or a sub storage of the document has been modified
virtual void storageIsModified() = 0;
+
+ protected:
+ ~IModifiableDocument() {}
};
//====================================================================