sdext/source/pdfimport/inc/contentsink.hxx | 1 - sdext/source/pdfimport/inc/genericelements.hxx | 1 - sdext/source/pdfimport/inc/pdfiprocessor.hxx | 2 -- sdext/source/pdfimport/tree/style.hxx | 2 -- 4 files changed, 6 deletions(-)
New commits: commit 9bc5b89c149497a83117edfadc3fb0b96d2f9899 Author: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de> AuthorDate: Tue Apr 8 16:18:41 2025 +0200 Commit: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de> CommitDate: Fri May 9 15:42:21 2025 +0200 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.ext...@allotropia.de> diff --git a/sdext/source/pdfimport/inc/contentsink.hxx b/sdext/source/pdfimport/inc/contentsink.hxx index 3dafd7be628c..8e93d9a1467b 100644 --- a/sdext/source/pdfimport/inc/contentsink.hxx +++ b/sdext/source/pdfimport/inc/contentsink.hxx @@ -36,7 +36,6 @@ namespace com::sun::star { struct Matrix2D; struct AffineMatrix2D; struct RealRectangle2D; - struct RealPoint2D; struct RealSize2D; } namespace beans diff --git a/sdext/source/pdfimport/inc/genericelements.hxx b/sdext/source/pdfimport/inc/genericelements.hxx index 430bd8332e3a..13350df21796 100644 --- a/sdext/source/pdfimport/inc/genericelements.hxx +++ b/sdext/source/pdfimport/inc/genericelements.hxx @@ -38,7 +38,6 @@ namespace pdfi class StyleContainer; class ImageContainer; class PDFIProcessor; - class ElementFactory; struct EmitContext diff --git a/sdext/source/pdfimport/inc/pdfiprocessor.hxx b/sdext/source/pdfimport/inc/pdfiprocessor.hxx index 93b54f5e8a13..29a73262dd25 100644 --- a/sdext/source/pdfimport/inc/pdfiprocessor.hxx +++ b/sdext/source/pdfimport/inc/pdfiprocessor.hxx @@ -42,11 +42,9 @@ namespace pdfi { - class PDFIProcessor; struct Element; struct DocumentElement; struct PageElement; - class ElementFactory; class XmlEmitter; class CharGlyph; diff --git a/sdext/source/pdfimport/tree/style.hxx b/sdext/source/pdfimport/tree/style.hxx index 572be241e9e8..a4c3d4d00062 100644 --- a/sdext/source/pdfimport/tree/style.hxx +++ b/sdext/source/pdfimport/tree/style.hxx @@ -101,7 +101,6 @@ namespace pdfi sal_Int32 RefCount = 0; }; - struct StyleHash; friend struct StyleHash; struct StyleHash { @@ -111,7 +110,6 @@ namespace pdfi } }; - struct StyleIdNameSort; friend struct StyleIdNameSort; struct StyleIdNameSort {