summaryrefslogtreecommitdiff
path: root/unotools/inc/unotools/options.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/inc/unotools/options.hxx')
-rwxr-xr-xunotools/inc/unotools/options.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/inc/unotools/options.hxx b/unotools/inc/unotools/options.hxx
index c0eaf5557033..b5664edac2d1 100755
--- a/unotools/inc/unotools/options.hxx
+++ b/unotools/inc/unotools/options.hxx
@@ -69,7 +69,7 @@ namespace utl {
// notify listeners; nHint is an implementation detail of the particular class deriving from ConfigurationBroadcaster
void NotifyListeners( sal_uInt32 nHint );
ConfigurationBroadcaster();
- ~ConfigurationBroadcaster();
+ virtual ~ConfigurationBroadcaster();
virtual void BlockBroadcasts( bool bBlock );
};