summaryrefslogtreecommitdiff
path: root/include/svx/sdgmoitm.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2024-03-24 12:29:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-03-24 13:41:01 +0100
commit32e10ebb2a1d44b40517a4024f8e984ca071d11a (patch)
treea1f978a41c6c8be0661a5b08e83e8410691b457c /include/svx/sdgmoitm.hxx
parent04bad6534b74af0ec9d0a516e0bf0a9c5ec5568c (diff)
reduce symbol visibility in svx
Change-Id: I19b7518f0ec1207ba95158f70d286ab115456466 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165224 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/sdgmoitm.hxx')
-rw-r--r--include/svx/sdgmoitm.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/sdgmoitm.hxx b/include/svx/sdgmoitm.hxx
index fa205b6db2e7..2ea7a84ca292 100644
--- a/include/svx/sdgmoitm.hxx
+++ b/include/svx/sdgmoitm.hxx
@@ -37,11 +37,11 @@ class SVXCORE_DLLPUBLIC SdrGrafModeItem final : public SdrGrafModeItem_Base
public:
SdrGrafModeItem( GraphicDrawMode eMode = GraphicDrawMode::Standard ) : SdrGrafModeItem_Base( eMode ) {}
- virtual SdrGrafModeItem* Clone( SfxItemPool* pPool = nullptr ) const override;
- virtual sal_uInt16 GetValueCount() const override;
+ SAL_DLLPRIVATE virtual SdrGrafModeItem* Clone( SfxItemPool* pPool = nullptr ) const override;
+ SAL_DLLPRIVATE virtual sal_uInt16 GetValueCount() const override;
- static OUString GetValueTextByPos( sal_uInt16 nPos );
- virtual bool GetPresentation( SfxItemPresentation ePres,
+ SAL_DLLPRIVATE static OUString GetValueTextByPos( sal_uInt16 nPos );
+ SAL_DLLPRIVATE virtual bool GetPresentation( SfxItemPresentation ePres,
MapUnit eCoreMetric,
MapUnit ePresMetric,
OUString& rText, const IntlWrapper& ) const override;