summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/tdoc/tdoc_docmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/tdoc/tdoc_docmgr.hxx')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_docmgr.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_docmgr.hxx b/ucb/source/ucp/tdoc/tdoc_docmgr.hxx
index e1e478bfcc3c..9b40fe323d10 100644
--- a/ucb/source/ucp/tdoc/tdoc_docmgr.hxx
+++ b/ucb/source/ucp/tdoc/tdoc_docmgr.hxx
@@ -49,6 +49,9 @@ namespace tdoc_ucp {
public:
virtual void notifyDocumentOpened( const rtl::OUString & rDocId ) = 0;
virtual void notifyDocumentClosed( const rtl::OUString & rDocId ) = 0;
+
+ protected:
+ ~OfficeDocumentsEventListener() {}
};
//=======================================================================