diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-18 15:27:34 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-19 08:36:31 +0000 |
commit | 1690b84015b7fa882076d6fb7d79e1959e467544 (patch) | |
tree | 20aa80fa0b6f362ae4afab067d5449a3b790c0b8 /sal | |
parent | 6581152f036e94f27fc2b37b4c836a1733a1a471 (diff) |
loplugin:expandablemethodds in reportdesign..sal
Change-Id: Idb133e442b881d263fcb83a4858c4a08b451c0f0
Reviewed-on: https://gerrit.libreoffice.org/30032
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/all/utility.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sal/osl/all/utility.cxx b/sal/osl/all/utility.cxx index 584a1be08d3b..5f157c120b2d 100644 --- a/sal/osl/all/utility.cxx +++ b/sal/osl/all/utility.cxx @@ -33,11 +33,6 @@ class OGlobalTimer public: OGlobalTimer() { - getTime(); - } - - void getTime() - { osl_getGlobalTimer(); } |