diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-08-15 11:08:02 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-08-15 12:53:09 +0200 |
commit | 71c160de978f615fb7e68fb7413c1d907ae53072 (patch) | |
tree | 3db722b6dcbf5a9a0462cab7bf25312d7206d385 /sw/inc/cellatr.hxx | |
parent | 7cc353df4f0993228984fcda3efb2c9181dddafb (diff) |
UBSan builds now need SwTableFormula etc. RTTI in Library_msword
..presumably since cf596c43315bb96b5e7256a82256f1ccb8c9c4d0 "tdf#133163 DOCX:
export formula cells", see e.g. CppunitTest_sw_rtfexport3 failing at
<https://ci.libreoffice.org/job/lo_ubsan/1728/> with
> warn:sal.osl:27291:27291:sal/osl/unx/module.cxx:162: dlopen(/home/tdf/lode/jenkins/workspace/lo_ubsan/instdir/program/libmswordlo.so, 257): /home/tdf/lode/jenkins/workspace/lo_ubsan/instdir/program/libmswordlo.so: undefined symbol: _ZTI17SwTableBoxFormula
Change-Id: I01f8753ff82e41e84ad5d9806e3582ccd671065e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100762
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw/inc/cellatr.hxx')
-rw-r--r-- | sw/inc/cellatr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/cellatr.hxx b/sw/inc/cellatr.hxx index 9c4c8a58281b..ede8c654c9c9 100644 --- a/sw/inc/cellatr.hxx +++ b/sw/inc/cellatr.hxx @@ -49,7 +49,7 @@ public: } }; -class SwTableBoxFormula : public SfxPoolItem, public SwTableFormula +class SAL_DLLPUBLIC_RTTI SwTableBoxFormula : public SfxPoolItem, public SwTableFormula { SwModify* m_pDefinedIn; // Modify object where the formula is located // can only be TableBoxFormat |