sw/inc/unodraw.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1637da67857c1c526778e1e5dd27ba8ce82d1ae9
Author:     Aron Budea <aron.bu...@collabora.com>
AuthorDate: Sun Feb 19 19:48:08 2023 +0100
Commit:     Aron Budea <aron.bu...@collabora.com>
CommitDate: Sun Feb 19 19:51:39 2023 +0100

    Fix build
    
    After mis-merge in 961c8ea29294d7409419b117ba87e218460b725f.
    
    Because 30af50006fd31076ea2fccd1a842038e203f15c6 was newer than
    co-22.05/libreoffice-7-5.
    
    Change-Id: I4d53f465d71509cc080de1d6757fd7215e8151a0

diff --git a/sw/inc/unodraw.hxx b/sw/inc/unodraw.hxx
index 176830d2aebc..2b42ebbdc80e 100644
--- a/sw/inc/unodraw.hxx
+++ b/sw/inc/unodraw.hxx
@@ -30,7 +30,7 @@
 #include <com/sun/star/beans/XPropertySet.hpp>
 #include <com/sun/star/beans/XPropertyState.hpp>
 #include <com/sun/star/drawing/XShapes.hpp>
-#include <cppuhelper/implbase.hxx>
+#include <cppuhelper/implbase6.hxx>
 #include <cppuhelper/implbase2.hxx>
 #include <com/sun/star/container/XEnumerationAccess.hpp>
 #include <com/sun/star/drawing/HomogenMatrix3.hpp>

Reply via email to