editeng/inc/editdoc.hxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit a26ff6a061ca2ec8fb51123b732288d44a536bf5
Author: Tomaž Vajngerl <[email protected]>
AuthorDate: Fri Dec 22 20:09:06 2023 +0900
Commit: Tomaž Vajngerl <[email protected]>
CommitDate: Thu Dec 28 08:06:55 2023 +0100
editeng: unneeded forward declaration
Change-Id: Icd97c2d382fd9495c67071e08362de0bd4985bbb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161350
Tested-by: Tomaž Vajngerl <[email protected]>
Reviewed-by: Tomaž Vajngerl <[email protected]>
diff --git a/editeng/inc/editdoc.hxx b/editeng/inc/editdoc.hxx
index 1450cc560833..565012ad97cc 100644
--- a/editeng/inc/editdoc.hxx
+++ b/editeng/inc/editdoc.hxx
@@ -50,7 +50,6 @@ bool IsScriptItemValid( sal_uInt16 nItemId, short nScriptType
);
EditCharAttrib* MakeCharAttrib( SfxItemPool& rPool, const SfxPoolItem& rAttr,
sal_Int32 nS, sal_Int32 nE );
-class ContentNode;
class EditDoc;
struct ScriptTypePosInfo