sw/inc/frameformats.hxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 74892dd7f17c501e0fef95fd792c30b12ffda45c
Author: Rico Tzschichholz <[email protected]>
AuthorDate: Fri Sep 8 17:02:02 2023 +0200
Commit: Michael Stahl <[email protected]>
CommitDate: Fri Oct 27 10:36:15 2023 +0200
sw: Drop superfluous template class definitions to avoid linker failure on
arm
workdir/CxxObject/sw/source/core/access/accdoc.o:(.data.rel.ro+0x41c):
multiple
definition of `typeinfo for sw::FrameFormats<sw::SpzFrameFormat*>';
workdir/CxxObject/sw/source/core/access/acccontext.o:(.data.rel.ro+0x1d8):
first
defined here
Change-Id: I1ba9db69a73bd205a9a90cc11259abcadf62a082
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156752
Tested-by: Jenkins
Tested-by: René Engelhard <[email protected]>
Reviewed-by: Michael Stahl <[email protected]>
diff --git a/sw/inc/frameformats.hxx b/sw/inc/frameformats.hxx
index 4edb1f98b134..ca0d5025fbe2 100644
--- a/sw/inc/frameformats.hxx
+++ b/sw/inc/frameformats.hxx
@@ -237,7 +237,4 @@ typedef FrameFormats<::SwTableFormat*> TableFrameFormats;
typedef FrameFormats<sw::SpzFrameFormat*> SpzFrameFormats;
}
-template class SW_DLLPUBLIC sw::FrameFormats<SwTableFormat*>;
-template class SW_DLLPUBLIC sw::FrameFormats<sw::SpzFrameFormat*>;
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */