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

Stephan Bergmann sbergman at redhat.com
Tue Jan 26 09:18:41 PST 2016


 framework/source/inc/accelerators/presethandler.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2e9a276e0f08291981ed678fb7433c503434d8b5
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Jan 26 18:18:09 2016 +0100

    No need for ~PresetHandler to be virtual
    
    Change-Id: Ia5a3a94ce03af23c44485aedc5ae1c088f1a2d85

diff --git a/framework/source/inc/accelerators/presethandler.hxx b/framework/source/inc/accelerators/presethandler.hxx
index cf0e356..05fd107 100644
--- a/framework/source/inc/accelerators/presethandler.hxx
+++ b/framework/source/inc/accelerators/presethandler.hxx
@@ -160,7 +160,7 @@ class PresetHandler
         PresetHandler(const PresetHandler& rCopy);
 
         /** @short  closes all open storages ... if user forgot that .-) */
-        virtual ~PresetHandler();
+        ~PresetHandler();
 
         /** @short  free all currently cache(!) storages. */
         void forgetCachedStorages();


More information about the Libreoffice-commits mailing list