overriding destructor not explicitly marked 'virtual' [loplugin:saloverride]
Change-Id: I5d2ee4952443b70ffacfb916423dbb600109c813
This commit is contained in:
@@ -50,7 +50,7 @@ class DocumentListsManager : public IDocumentListsAccess,
|
|||||||
// #i91400#
|
// #i91400#
|
||||||
void trackChangeOfListStyleName( const OUString& rListStyleName,
|
void trackChangeOfListStyleName( const OUString& rListStyleName,
|
||||||
const OUString& rNewListStyleName ) SAL_OVERRIDE;
|
const OUString& rNewListStyleName ) SAL_OVERRIDE;
|
||||||
~DocumentListsManager();
|
virtual ~DocumentListsManager();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user