starmath/inc/cfgitem.hxx     |    5 -----
 starmath/inc/edit.hxx        |    2 --
 starmath/inc/smmod.hxx       |    1 -
 starmath/inc/view.hxx        |    1 -
 starmath/source/smdetect.hxx |    2 --
 5 files changed, 11 deletions(-)

New commits:
commit 2437902c0811b19ffbe55cfad1bbe6ee5419a863
Author:     Gabor Kelemen <[email protected]>
AuthorDate: Tue Apr 8 16:20:15 2025 +0200
Commit:     Gabor Kelemen <[email protected]>
CommitDate: Sun May 11 15:57:00 2025 +0200

    Remove obsolete fw declarations from starmath/
    
    found with bin/find-unneeded-includes --fwdecl
    
    Change-Id: I9c5ffdeb592efdb04925ed055626d88c76441d66
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183905
    Reviewed-by: Gabor Kelemen <[email protected]>
    Tested-by: Jenkins

diff --git a/starmath/inc/cfgitem.hxx b/starmath/inc/cfgitem.hxx
index dbd477de9e7a..f82f1136332e 100644
--- a/starmath/inc/cfgitem.hxx
+++ b/starmath/inc/cfgitem.hxx
@@ -28,11 +28,6 @@
 
 #include "types.hxx"
 
-namespace com::sun::star::uno
-{
-template <class E> class Sequence;
-}
-
 class SmSym;
 class SmSymbolManager;
 class SmFormat;
diff --git a/starmath/inc/edit.hxx b/starmath/inc/edit.hxx
index 2fd6fac636b4..bcf3069209ab 100644
--- a/starmath/inc/edit.hxx
+++ b/starmath/inc/edit.hxx
@@ -27,9 +27,7 @@ class SmViewShell;
 class EditView;
 class EditEngine;
 class EditStatus;
-class DataChangedEvent;
 class SmCmdBoxWindow;
-class CommandEvent;
 class Timer;
 
 void SmGetLeftSelectionPart(const ESelection& rSelection, sal_Int32& nPara, 
sal_uInt16& nPos);
diff --git a/starmath/inc/smmod.hxx b/starmath/inc/smmod.hxx
index ac47d294ab63..1f61c4e53023 100644
--- a/starmath/inc/smmod.hxx
+++ b/starmath/inc/smmod.hxx
@@ -43,7 +43,6 @@ class SmMathConfig;
 |*
 \************************************************************************/
 
-class SvtSysLocale;
 class VirtualDevice;
 
 
diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx
index dd9102dfcaef..ee338fc9b32f 100644
--- a/starmath/inc/view.hxx
+++ b/starmath/inc/view.hxx
@@ -33,7 +33,6 @@
 #include "edit.hxx"
 
 class SmViewShell;
-class SmPrintUIOptions;
 class SmGraphicAccessible;
 class SmGraphicWidget;
 
diff --git a/starmath/source/smdetect.hxx b/starmath/source/smdetect.hxx
index 81a68d909982..d60f15ec95e5 100644
--- a/starmath/source/smdetect.hxx
+++ b/starmath/source/smdetect.hxx
@@ -26,8 +26,6 @@
 #include <com/sun/star/lang/XServiceInfo.hpp>
 
 
-namespace com::sun::star::beans { struct PropertyValue; }
-
 class SmFilterDetect : public ::cppu::WeakImplHelper< 
css::document::XExtendedFilterDetection, css::lang::XServiceInfo >
 {
 public:

Reply via email to