diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-25 08:21:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-25 08:15:36 +0000 |
commit | ef2b4342e9f8a887bb840d8a6c875125139d433a (patch) | |
tree | cf261b63e7cceef509dcaf7244e08ba83ea2bbe2 /sal | |
parent | 3c6b7c8b43d23dd7de46c02ee2cfa5bd2a97f168 (diff) |
loplugin: unnecessary destructor oox..sax
Change-Id: Ie12bfabc92bce04d702f3e77aa5896366e49245e
Reviewed-on: https://gerrit.libreoffice.org/33509
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sal')
-rw-r--r-- | sal/qa/osl/process/osl_Thread.cxx | 1 | ||||
-rw-r--r-- | sal/qa/rtl/random/rtl_random.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sal/qa/osl/process/osl_Thread.cxx b/sal/qa/osl/process/osl_Thread.cxx index 3353b2e93e90..58d916e7fe9c 100644 --- a/sal/qa/osl/process/osl_Thread.cxx +++ b/sal/qa/osl/process/osl_Thread.cxx @@ -63,7 +63,6 @@ protected: public: StopWatch(); - ~StopWatch() {} void start(); // Starts time void stop(); // Stops time diff --git a/sal/qa/rtl/random/rtl_random.cxx b/sal/qa/rtl/random/rtl_random.cxx index 7d887a31ed42..a9ecf9ec8b0a 100644 --- a/sal/qa/rtl/random/rtl_random.cxx +++ b/sal/qa/rtl/random/rtl_random.cxx @@ -169,7 +169,6 @@ public: { clearDispensation(); } - ~Statistics(){} void addValue(sal_uInt8 _nIndex, sal_Int32 _nValue) { |