Remove obsolete fw declarations from sdext/

found with bin/find-unneeded-includes --fwdecl

Change-Id: I63327d7a046d7fc781e6c9c793cb7dc8990754d3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183902
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
This commit is contained in:
Gabor Kelemen 2025-04-08 16:18:41 +02:00
parent cbbf3431a0
commit 9bc5b89c14
4 changed files with 0 additions and 6 deletions

View File

@ -36,7 +36,6 @@ namespace com::sun::star {
struct Matrix2D; struct Matrix2D;
struct AffineMatrix2D; struct AffineMatrix2D;
struct RealRectangle2D; struct RealRectangle2D;
struct RealPoint2D;
struct RealSize2D; struct RealSize2D;
} }
namespace beans namespace beans

View File

@ -38,7 +38,6 @@ namespace pdfi
class StyleContainer; class StyleContainer;
class ImageContainer; class ImageContainer;
class PDFIProcessor; class PDFIProcessor;
class ElementFactory;
struct EmitContext struct EmitContext

View File

@ -42,11 +42,9 @@
namespace pdfi namespace pdfi
{ {
class PDFIProcessor;
struct Element; struct Element;
struct DocumentElement; struct DocumentElement;
struct PageElement; struct PageElement;
class ElementFactory;
class XmlEmitter; class XmlEmitter;
class CharGlyph; class CharGlyph;

View File

@ -101,7 +101,6 @@ namespace pdfi
sal_Int32 RefCount = 0; sal_Int32 RefCount = 0;
}; };
struct StyleHash;
friend struct StyleHash; friend struct StyleHash;
struct StyleHash struct StyleHash
{ {
@ -111,7 +110,6 @@ namespace pdfi
} }
}; };
struct StyleIdNameSort;
friend struct StyleIdNameSort; friend struct StyleIdNameSort;
struct StyleIdNameSort struct StyleIdNameSort
{ {