sd/source/ui/framework/factories/ChildWindowPane.cxx |    9 ---------
 sd/source/ui/framework/factories/ChildWindowPane.hxx |    3 ---
 2 files changed, 12 deletions(-)

New commits:
commit 4a38f462244e8541cc88678d1f3bc37dd40e3b25
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Wed May 14 13:25:18 2025 +0200
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Thu May 15 06:49:42 2025 +0200

    sd: Don't override XInterface/XTypeProvider methods
    
    I can't think of any reason to override the ones provided
    by ImplInheritanceHelper here, so stop doing so.
    
    Change-Id: I6fcae18ff05ce38f354d4de879ba69cde352e28a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185315
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>

diff --git a/sd/source/ui/framework/factories/ChildWindowPane.cxx 
b/sd/source/ui/framework/factories/ChildWindowPane.cxx
index 6e9e237c166f..791dcdeb2000 100644
--- a/sd/source/ui/framework/factories/ChildWindowPane.cxx
+++ b/sd/source/ui/framework/factories/ChildWindowPane.cxx
@@ -187,15 +187,6 @@ Reference<awt::XWindow> SAL_CALL 
ChildWindowPane::getWindow()
     return Pane::getWindow();
 }
 
-IMPLEMENT_FORWARD_XINTERFACE2(
-    ChildWindowPane,
-    ChildWindowPaneInterfaceBase,
-    Pane);
-IMPLEMENT_FORWARD_XTYPEPROVIDER2(
-    ChildWindowPane,
-    ChildWindowPaneInterfaceBase,
-    Pane);
-
 //----- XEventListener --------------------------------------------------------
 
 void SAL_CALL ChildWindowPane::disposing (const lang::EventObject& rEvent)
diff --git a/sd/source/ui/framework/factories/ChildWindowPane.hxx 
b/sd/source/ui/framework/factories/ChildWindowPane.hxx
index f528ef3dff2b..184d17d1a65e 100644
--- a/sd/source/ui/framework/factories/ChildWindowPane.hxx
+++ b/sd/source/ui/framework/factories/ChildWindowPane.hxx
@@ -74,9 +74,6 @@ public:
     virtual css::uno::Reference<css::awt::XWindow>
         SAL_CALL getWindow() override;
 
-    DECLARE_XINTERFACE()
-    DECLARE_XTYPEPROVIDER()
-
     // XEventListener
 
     virtual void SAL_CALL disposing(

Reply via email to