diff options
-rw-r--r-- | sw/source/uibase/docvw/PostItMgr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/docvw/PostItMgr.cxx b/sw/source/uibase/docvw/PostItMgr.cxx index cbfc62c816bd..6b1d5c90f97a 100644 --- a/sw/source/uibase/docvw/PostItMgr.cxx +++ b/sw/source/uibase/docvw/PostItMgr.cxx @@ -1299,7 +1299,7 @@ public: EndListening(const_cast<SwFmtFld&>(*pFld)); } } - ~FieldDocWatchingStack() + virtual ~FieldDocWatchingStack() { EndListeningToAllFields(); EndListening(m_rDocShell); |