sw/inc/frameformats.hxx | 3 --- 1 file changed, 3 deletions(-) New commits: commit 31fb3045dabdb27d913712f3abcade315e3ea9bd Author: Rico Tzschichholz <ric...@ubuntu.com> AuthorDate: Fri Sep 8 17:02:02 2023 +0200 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Mon Oct 30 02:39:52 2023 +0100
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/+/156737 Tested-by: Jenkins Tested-by: René Engelhard <r...@debian.org> Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> 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: */