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 /sw/inc/pch | |
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 'sw/inc/pch')
-rw-r--r-- | sw/inc/pch/precompiled_msword.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/pch/precompiled_msword.hxx b/sw/inc/pch/precompiled_msword.hxx index e7285cfe2611..b1295d07512e 100644 --- a/sw/inc/pch/precompiled_msword.hxx +++ b/sw/inc/pch/precompiled_msword.hxx @@ -502,7 +502,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> |