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 <rene@debian.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
This commit is contained in:
Rico Tzschichholz 2023-09-08 17:02:02 +02:00 committed by Adolfo Jayme Barrientos
parent b40e469887
commit 31fb3045da

View file

@ -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: */