diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-03-12 10:06:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-03-13 10:45:51 +0100 |
commit | 1a6711276f0c8abeb0028a47cc345a7453374a38 (patch) | |
tree | f1fa53b3db360dc3def6552b88c51708149e2bc1 /sw/inc/unotbl.hxx | |
parent | 7eebe680068f68d2e4081c2f4d9b290a4524d40a (diff) |
reduce symbol visibility in sw
Change-Id: Ib3edefc365d3c605c3024e160572fa4030100ef1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164724
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/unotbl.hxx')
-rw-r--r-- | sw/inc/unotbl.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx index 323a4f7b8e79..1e3ad4161cb3 100644 --- a/sw/inc/unotbl.hxx +++ b/sw/inc/unotbl.hxx @@ -244,7 +244,7 @@ struct SwRangeDescriptor void Normalize(); }; -class SW_DLLPUBLIC SwXTextTable final : public cppu::WeakImplHelper +class SAL_DLLPUBLIC_RTTI SwXTextTable final : public cppu::WeakImplHelper < css::text::XTextTable, css::lang::XServiceInfo, @@ -269,9 +269,9 @@ public: static rtl::Reference<SwXTextTable> CreateXTextTable(SwFrameFormat * pFrameFormat); - static void GetCellPosition(std::u16string_view aCellName, sal_Int32& o_rColumn, sal_Int32& o_rRow); + SW_DLLPUBLIC static void GetCellPosition(std::u16string_view aCellName, sal_Int32& o_rColumn, sal_Int32& o_rRow); - SwFrameFormat* GetFrameFormat(); + SW_DLLPUBLIC SwFrameFormat* GetFrameFormat(); //XTextTable virtual void SAL_CALL initialize( sal_Int32 nRows, sal_Int32 nColumns ) override; |