scaddins/source/analysis/analysis.hxx              |    3 ---
 scaddins/source/datefunc/datefunc.hxx              |    2 --
 scaddins/source/pricing/pricing.hxx                |    2 --
 scripting/source/protocolhandler/scripthandler.hxx |   14 --------------
 scripting/source/provider/ActiveMSPList.hxx        |    2 --
 5 files changed, 23 deletions(-)

New commits:
commit d114f57ea58ea5133dad91b7671084ea8f77affc
Author:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
AuthorDate: Tue Apr 8 16:17:47 2025 +0200
Commit:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
CommitDate: Mon Apr 28 10:33:20 2025 +0200

    Remove obsolete fw declarations from scaddins/
    
    found with bin/find-unneeded-includes --fwdecl
    
    Change-Id: I742740e45a78286aaa30dc16e787e370e4e16cd3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183899
    Tested-by: Jenkins
    Reviewed-by: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>

diff --git a/scaddins/source/analysis/analysis.hxx 
b/scaddins/source/analysis/analysis.hxx
index 841979f99b36..9ba02bad0160 100644
--- a/scaddins/source/analysis/analysis.hxx
+++ b/scaddins/source/analysis/analysis.hxx
@@ -34,9 +34,6 @@
 
 #include <memory>
 
-namespace com::sun::star::lang { class XMultiServiceFactory; }
-namespace com::sun::star::sheet { struct LocalizedName; }
-
 typedef cppu::WeakComponentImplHelper<
                             css::sheet::XAddIn,
                             css::sheet::XCompatibilityNames,
diff --git a/scaddins/source/datefunc/datefunc.hxx 
b/scaddins/source/datefunc/datefunc.hxx
index 0dd6b5fa2f1c..2387daf3bbe8 100644
--- a/scaddins/source/datefunc/datefunc.hxx
+++ b/scaddins/source/datefunc/datefunc.hxx
@@ -32,8 +32,6 @@
 #include <cppuhelper/implbase.hxx>
 #include <unotools/resmgr.hxx>
 
-namespace com::sun::star::lang { class XMultiServiceFactory; }
-
 enum class ScaCategory
 {
     DateTime,
diff --git a/scaddins/source/pricing/pricing.hxx 
b/scaddins/source/pricing/pricing.hxx
index 92f2e553a9f0..ff099265f13a 100644
--- a/scaddins/source/pricing/pricing.hxx
+++ b/scaddins/source/pricing/pricing.hxx
@@ -37,8 +37,6 @@
 #include <cppuhelper/implbase.hxx>
 #include <unotools/resmgr.hxx>
 
-namespace com::sun::star::lang { class XMultiServiceFactory; }
-
 
 namespace sca::pricing {
 
commit 925be2132ef794036936d4ee45e9cc16f37de604
Author:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
AuthorDate: Tue Apr 8 16:18:02 2025 +0200
Commit:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
CommitDate: Mon Apr 28 10:33:06 2025 +0200

    Remove obsolete fw declarations from scripting/
    
    found with bin/find-unneeded-includes --fwdecl
    
    Change-Id: Ie489c1dd7b682808d38dcb6e92ca49cbf391e08e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183900
    Tested-by: Jenkins
    Reviewed-by: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>

diff --git a/scripting/source/protocolhandler/scripthandler.hxx 
b/scripting/source/protocolhandler/scripthandler.hxx
index 74667b5a4ed9..4e5079c7710f 100644
--- a/scripting/source/protocolhandler/scripthandler.hxx
+++ b/scripting/source/protocolhandler/scripthandler.hxx
@@ -33,25 +33,11 @@ namespace com::sun::star {
         class XScriptInvocationContext;
     }
     namespace uno {
-        class Any;
         class XComponentContext;
     }
-    namespace lang {
-        class XMultiServiceFactory;
-        class XSingleServiceFactory;
-    }
     namespace frame {
         class XFrame;
-        class XDispatch;
         class XNotifyingDispatch;
-        class XDispatchResultListener;
-        struct DispatchDescriptor;
-    }
-    namespace beans {
-        struct PropertyValue;
-    }
-    namespace util {
-        struct URL;
     }
 }
 
diff --git a/scripting/source/provider/ActiveMSPList.hxx 
b/scripting/source/provider/ActiveMSPList.hxx
index fb52629c1dd2..f7964921162d 100644
--- a/scripting/source/provider/ActiveMSPList.hxx
+++ b/scripting/source/provider/ActiveMSPList.hxx
@@ -42,8 +42,6 @@ typedef std::map  <   css::uno::Reference< 
css::uno::XInterface >
 typedef std::unordered_map< OUString,
     css::uno::Reference< css::script::provider::XScriptProvider > > Msp_hash;
 
-class NonDocMSPCreator;
-
 class ActiveMSPList : public ::cppu::WeakImplHelper< css::lang::XEventListener 
 >
 {
 

Reply via email to