starmath/source/smdll.cxx | 5 -----
1 file changed, 5 deletions(-)
New commits:
commit 424553f16092fa733855aec3eda2182ae095bb13
Author: Takeshi Abe <[email protected]>
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 <[email protected]>
Reviewed-by: Takeshi Abe <[email protected]>
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> {};
}
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits