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

Takeshi Abe tabe at fixedpoint.jp
Mon Dec 12 07:32:28 UTC 2016


 starmath/source/smdll.cxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 424553f16092fa733855aec3eda2182ae095bb13
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Sun Dec 11 11:27:28 2016 +0900

    starmath: Omit empty dtor
    
    Change-Id: I7c905255627fb5286378e077d52932e9b184f054
    Reviewed-on: https://gerrit.libreoffice.org/31853
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Takeshi Abe <tabe at fixedpoint.jp>

diff --git a/starmath/source/smdll.cxx b/starmath/source/smdll.cxx
index 64e16de..88d53c1 100644
--- a/starmath/source/smdll.cxx
+++ b/starmath/source/smdll.cxx
@@ -46,7 +46,6 @@ namespace
     {
     public:
         SmDLL();
-        ~SmDLL();
     };
 
     SmDLL::SmDLL()
@@ -79,10 +78,6 @@ namespace
         SmElementsDockingWindowWrapper::RegisterChildWindow(true);
     }
 
-    SmDLL::~SmDLL()
-    {
-    }
-
     struct theSmDLLInstance : public rtl::Static<SmDLL, theSmDLLInstance> {};
 }
 


More information about the Libreoffice-commits mailing list