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:
parent
cbbf3431a0
commit
9bc5b89c14
@ -36,7 +36,6 @@ namespace com::sun::star {
|
||||
struct Matrix2D;
|
||||
struct AffineMatrix2D;
|
||||
struct RealRectangle2D;
|
||||
struct RealPoint2D;
|
||||
struct RealSize2D;
|
||||
}
|
||||
namespace beans
|
||||
|
@ -38,7 +38,6 @@ namespace pdfi
|
||||
class StyleContainer;
|
||||
class ImageContainer;
|
||||
class PDFIProcessor;
|
||||
class ElementFactory;
|
||||
|
||||
|
||||
struct EmitContext
|
||||
|
@ -42,11 +42,9 @@
|
||||
namespace pdfi
|
||||
{
|
||||
|
||||
class PDFIProcessor;
|
||||
struct Element;
|
||||
struct DocumentElement;
|
||||
struct PageElement;
|
||||
class ElementFactory;
|
||||
class XmlEmitter;
|
||||
class CharGlyph;
|
||||
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user