summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2023-09-08 17:02:02 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2023-10-30 02:39:52 +0100
commit31fb3045dabdb27d913712f3abcade315e3ea9bd (patch)
tree8cf4845e115682599809e520d4675729bb1c603f /sw/inc
parentb40e469887d973e1eea242749a90c3c2370da3a5 (diff)
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>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/frameformats.hxx3
1 files changed, 0 insertions, 3 deletions
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: */