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:
parent
b40e469887
commit
31fb3045da
1 changed files with 0 additions and 3 deletions
|
@ -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: */
|
||||
|
|
Loading…
Reference in a new issue