sw/inc/swtblfmt.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ca5113d4f862700a3b97f7fe98a720e084ecec0e Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Sat Sep 7 09:37:22 2024 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Sat Sep 7 12:31:07 2024 +0200 fix asan build Change-Id: Ie7970629bcf09b8b9c0f4c052d0a9187d56d9d8e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172988 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> 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;