diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-02-20 15:45:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-02-20 17:53:07 +0000 |
commit | a9c147e20a90ab91376ea8f2d086d89197b38a75 (patch) | |
tree | 762c5b8a56cdacb7700bebcdfc6e3cf82972933a /include/oox | |
parent | b4a5e6f025973b5a4ba8210168569fc1a5a34254 (diff) |
BaseMutex in oox::core::FilterBase is unused
Change-Id: Ie101a45c435ce10136761dd210d927a4b271507c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147339
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/core/filterbase.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/oox/core/filterbase.hxx b/include/oox/core/filterbase.hxx index 4ef7018d5fda..eec0d6a19cef 100644 --- a/include/oox/core/filterbase.hxx +++ b/include/oox/core/filterbase.hxx @@ -30,7 +30,6 @@ #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.hxx> -#include <cppuhelper/basemutex.hxx> #include <cppuhelper/implbase.hxx> #include <oox/dllapi.h> #include <oox/helper/binarystreambase.hxx> @@ -94,7 +93,7 @@ typedef ::cppu::WeakImplHelper< css::document::XFilter > FilterBase_BASE; -class OOX_DLLPUBLIC FilterBase : public FilterBase_BASE, public ::cppu::BaseMutex +class OOX_DLLPUBLIC FilterBase : public FilterBase_BASE { public: /// @throws css::uno::RuntimeException |