diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-05-06 19:27:50 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-05-06 22:17:16 +0200 |
commit | d6375dcd1db6ce7e1bae8297949801f7d4249e52 (patch) | |
tree | bc4df363f8a0d569ba942ad15dcca906d5242832 /svtools/inc | |
parent | 48969e9f578c16ff4142b2911746212044cbce61 (diff) |
loplugin:unusedmethods
plugin code needed some updating because it was interacting badly with
PCH code in pluginhandler::ignoreLocation
Change-Id: I228f94a4e285747bd1d5b8536010f8617118cafa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115212
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/pch/precompiled_svt.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/inc/pch/precompiled_svt.hxx b/svtools/inc/pch/precompiled_svt.hxx index cf1abf0a96e1..6632d92d88fd 100644 --- a/svtools/inc/pch/precompiled_svt.hxx +++ b/svtools/inc/pch/precompiled_svt.hxx @@ -308,7 +308,6 @@ #include <unotools/localedatawrapper.hxx> #include <unotools/nativenumberwrapper.hxx> #include <unotools/options.hxx> -#include <unotools/readwritemutexguard.hxx> #include <unotools/streamwrap.hxx> #include <unotools/syslocale.hxx> #include <unotools/transliterationwrapper.hxx> |