From ca5113d4f862700a3b97f7fe98a720e084ecec0e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 7 Sep 2024 09:37:22 +0200 Subject: [PATCH] fix asan build Change-Id: Ie7970629bcf09b8b9c0f4c052d0a9187d56d9d8e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172988 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/inc/swtblfmt.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/inc/swtblfmt.hxx b/sw/inc/swtblfmt.hxx index d951196728ac..28e15e26e060 100644 --- a/sw/inc/swtblfmt.hxx +++ b/sw/inc/swtblfmt.hxx @@ -37,7 +37,7 @@ public: virtual bool supportsFullDrawingLayerFillAttributeSet() const override; }; -class SwTableLineFormat final : public SwFrameFormat +class SAL_DLLPUBLIC_RTTI SwTableLineFormat final : public SwFrameFormat { friend class SwDoc;