diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-09-14 14:15:31 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-09-14 14:15:31 +0200 |
commit | 386aeda1f09936866881d272e7cff94ba59604a7 (patch) | |
tree | 042fc843a5f361bdd3f1747960cf523cc62e192e /sfx2/source/appl/shutdowniconaqua.mm | |
parent | eefccb4a103729e73ba7dcb512c615bc161d7b2b (diff) |
loplugin:override
Change-Id: Id9c234d605b4f8107833980825b402006e4f0031
Diffstat (limited to 'sfx2/source/appl/shutdowniconaqua.mm')
-rw-r--r-- | sfx2/source/appl/shutdowniconaqua.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/shutdowniconaqua.mm b/sfx2/source/appl/shutdowniconaqua.mm index 87bd9315a172..c28cf0c646dd 100644 --- a/sfx2/source/appl/shutdowniconaqua.mm +++ b/sfx2/source/appl/shutdowniconaqua.mm @@ -133,7 +133,7 @@ class RecentFilesStringLength : public ::cppu::WeakImplHelper< css::util::XStrin { public: RecentFilesStringLength() {} - virtual ~RecentFilesStringLength() {} + virtual ~RecentFilesStringLength() override {} // XStringWidth sal_Int32 SAL_CALL queryStringWidth( const ::rtl::OUString& aString ) |