[Libreoffice-commits] core.git: sfx2/source

Stephan Bergmann sbergman at redhat.com
Tue Dec 6 21:30:27 UTC 2016


 sfx2/source/appl/shutdowniconaqua.mm |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit dd8e21c2c744c657efa6c680f09e66d57c89cf3d
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Dec 6 22:30:00 2016 +0100

    loplugin:unnecessaryoverride
    
    Change-Id: Ifa46b0eb0fb8f288acbcf19f7090a62c6a1ecef3

diff --git a/sfx2/source/appl/shutdowniconaqua.mm b/sfx2/source/appl/shutdowniconaqua.mm
index a969e07..3c04333 100644
--- a/sfx2/source/appl/shutdowniconaqua.mm
+++ b/sfx2/source/appl/shutdowniconaqua.mm
@@ -133,7 +133,6 @@ class RecentFilesStringLength : public ::cppu::WeakImplHelper< css::util::XStrin
 {
     public:
         RecentFilesStringLength() {}
-        virtual ~RecentFilesStringLength() override {}
 
         // XStringWidth
         sal_Int32 SAL_CALL queryStringWidth( const ::rtl::OUString& aString )


More information about the Libreoffice-commits mailing list