svtools/inc/framestatuslistener.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit f80d489af599e72632a65d3e6213ec2959341ba0
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Mon Feb 20 16:03:45 2023 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Mon Feb 20 18:35:55 2023 +0000

    BaseMutex in FrameStatusListener is unused
    
    Change-Id: I8b71d56eee9603db0cc7132994cff51ec79b5981
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147342
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/svtools/inc/framestatuslistener.hxx 
b/svtools/inc/framestatuslistener.hxx
index 045b3874f143..9588572430ae 100644
--- a/svtools/inc/framestatuslistener.hxx
+++ b/svtools/inc/framestatuslistener.hxx
@@ -22,7 +22,6 @@
 #include <com/sun/star/frame/XFrameActionListener.hpp>
 #include <com/sun/star/frame/XStatusListener.hpp>
 #include <cppuhelper/weak.hxx>
-#include <cppuhelper/basemutex.hxx>
 
 #include <unordered_map>
 #include <utility>
@@ -37,7 +36,6 @@ namespace svt
 class FrameStatusListener : public css::frame::XStatusListener,
                             public css::frame::XFrameActionListener,
                             public css::lang::XComponent,
-                            public ::cppu::BaseMutex,
                             public ::cppu::OWeakObject
 {
     public:

Reply via email to