include/oox/core/filterbase.hxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit a9c147e20a90ab91376ea8f2d086d89197b38a75
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Mon Feb 20 15:45:49 2023 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Mon Feb 20 17:53:07 2023 +0000

    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.gran...@collabora.co.uk>

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

Reply via email to