summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/basesh.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-03-12 10:06:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-03-13 10:45:51 +0100
commit1a6711276f0c8abeb0028a47cc345a7453374a38 (patch)
treef1fa53b3db360dc3def6552b88c51708149e2bc1 /sw/source/uibase/inc/basesh.hxx
parent7eebe680068f68d2e4081c2f4d9b290a4524d40a (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/source/uibase/inc/basesh.hxx')
-rw-r--r--sw/source/uibase/inc/basesh.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/basesh.hxx b/sw/source/uibase/inc/basesh.hxx
index 8937f817cbb8..153e3fa65cc3 100644
--- a/sw/source/uibase/inc/basesh.hxx
+++ b/sw/source/uibase/inc/basesh.hxx
@@ -36,7 +36,7 @@ class SfxItemSet;
class SwCursorShell;
struct DBTextStruct_Impl;
-class SW_DLLPUBLIC SwBaseShell: public SfxShell
+class SAL_DLLPUBLIC_RTTI SwBaseShell: public SfxShell
{
SwView &m_rView;
@@ -85,7 +85,7 @@ public:
void StateUndo(SfxItemSet &);
void Execute(SfxRequest &);
- void GetState(SfxItemSet &);
+ SW_DLLPUBLIC void GetState(SfxItemSet &);
void StateStyle(SfxItemSet &);
void ExecuteGallery(SfxRequest&);