summaryrefslogtreecommitdiff
path: root/unotools/inc/unotools/desktopterminationobserver.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/inc/unotools/desktopterminationobserver.hxx')
-rw-r--r--unotools/inc/unotools/desktopterminationobserver.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/unotools/inc/unotools/desktopterminationobserver.hxx b/unotools/inc/unotools/desktopterminationobserver.hxx
index 701097b08f7a..f56582cb46ef 100644
--- a/unotools/inc/unotools/desktopterminationobserver.hxx
+++ b/unotools/inc/unotools/desktopterminationobserver.hxx
@@ -48,6 +48,9 @@ namespace utl
public:
virtual bool queryTermination() const = 0;
virtual void notifyTermination() = 0;
+
+ protected:
+ ~ITerminationListener() {}
};
//====================================================================