summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-11-04 09:27:17 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-11-04 15:26:14 +0100
commita04d60ca5af1b794c190fa9d5a0fb7506755f27d (patch)
treea5d141f79a11eaaca5ff76d6def636278c54357e /include/editeng
parentf90159697506e28ebbfb436047e52db1b65bd9a7 (diff)
use more DECL_DLLPRIVATE_LINK
to avoid unnecessarily exporting symbols Change-Id: I4c9c7c86f288ba9655a8b919387e30f3096ccfb2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124667 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/outliner.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx
index 5a2d561ae8d3..f34028496941 100644
--- a/include/editeng/outliner.hxx
+++ b/include/editeng/outliner.hxx
@@ -599,12 +599,12 @@ private:
bool bStrippingPortions;
bool bPasting;
- DECL_LINK( ParaVisibleStateChangedHdl, Paragraph&, void );
- DECL_LINK( BeginMovingParagraphsHdl, MoveParagraphsInfo&, void );
- DECL_LINK( EndMovingParagraphsHdl, MoveParagraphsInfo&, void );
- DECL_LINK( BeginPasteOrDropHdl, PasteOrDropInfos&, void );
- DECL_LINK( EndPasteOrDropHdl, PasteOrDropInfos&, void );
- DECL_LINK( EditEngineNotifyHdl, EENotify&, void );
+ DECL_DLLPRIVATE_LINK( ParaVisibleStateChangedHdl, Paragraph&, void );
+ DECL_DLLPRIVATE_LINK( BeginMovingParagraphsHdl, MoveParagraphsInfo&, void );
+ DECL_DLLPRIVATE_LINK( EndMovingParagraphsHdl, MoveParagraphsInfo&, void );
+ DECL_DLLPRIVATE_LINK( BeginPasteOrDropHdl, PasteOrDropInfos&, void );
+ DECL_DLLPRIVATE_LINK( EndPasteOrDropHdl, PasteOrDropInfos&, void );
+ DECL_DLLPRIVATE_LINK( EditEngineNotifyHdl, EENotify&, void );
void ImplCheckParagraphs( sal_Int32 nStart, sal_Int32 nEnd );
bool ImplHasNumberFormat( sal_Int32 nPara ) const;
Size ImplGetBulletSize( sal_Int32 nPara );