summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-11-05 18:08:37 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-11-05 18:58:26 +0100
commit7eb26eceb52bea93b9ccd90f18cf5ec11dcbb365 (patch)
treee794edf86ba8f9331c31e8f3c6019f4cea7fed05
parent9115105faa22656d24a19c3cd79f5d3da633b1a4 (diff)
Looks like UBSan still needs SdrObjGeoData's RTTI for some reason
After c02c4df9414ed2bef96565522238ca05013d3ac3 "make some classes module-private", CppunitTest_services failed in my Linux ASan+UBSan build with > .../postprocess/qa/services.cxx:318:(anonymous namespace)::Test::test > forced failure > - instantiating "com.sun.star.comp.oox.xls.ExcelFilter" via "com.sun.star.comp.oox.xls.ExcelFilter" caused com.sun.star.loader.CannotActivateFactoryException "loading component library <file:///.../instdir/program/libscfiltlo.so> failed" due to > info:sal.osl:1711464:1711464:sal/osl/unx/module.cxx:162: dlopen(.../instdir/program/libscfiltlo.so, 257): .../instdir/program/libscfiltlo.so: undefined symbol: _ZTI13SdrObjGeoData Change-Id: I2838b01df9886d4d2093d79cad94a21ad76bab96 Reviewed-on: https://gerrit.libreoffice.org/82083 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r--include/svx/svdobj.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx
index 24dd38a9044e..361062554a87 100644
--- a/include/svx/svdobj.hxx
+++ b/include/svx/svdobj.hxx
@@ -223,7 +223,7 @@ public:
/**
* All geometrical data of an arbitrary object for use in undo/redo
*/
-class SdrObjGeoData
+class SAL_DLLPUBLIC_RTTI SdrObjGeoData
{
public:
tools::Rectangle aBoundRect;