summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-07-15 21:06:06 +0200
committerMichael Stahl <mstahl@redhat.com>2014-07-15 21:06:48 +0200
commit6b00bfeefde972beea947da66e07b59794717e4f (patch)
treea0b75ae1177c9644d43ccceb94a49a22dd0bcbae /sw
parente8ec81d4bf726ea70ef94a7e0f5e43001ce0bdf1 (diff)
overriding destructor not explicitly marked 'virtual' [loplugin:saloverride]
Change-Id: I5d2ee4952443b70ffacfb916423dbb600109c813
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/inc/DocumentListsManager.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/DocumentListsManager.hxx b/sw/source/core/inc/DocumentListsManager.hxx
index 6d01d044534e..cc916b1c0c16 100644
--- a/sw/source/core/inc/DocumentListsManager.hxx
+++ b/sw/source/core/inc/DocumentListsManager.hxx
@@ -50,7 +50,7 @@ class DocumentListsManager : public IDocumentListsAccess,
// #i91400#
void trackChangeOfListStyleName( const OUString& rListStyleName,
const OUString& rNewListStyleName ) SAL_OVERRIDE;
- ~DocumentListsManager();
+ virtual ~DocumentListsManager();
private: