diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-02 07:46:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-03 17:12:00 +0100 |
commit | 781c4402f1a8c64f87bc81e866bc444b9ed97948 (patch) | |
tree | d4429a5cb82a81013732903b57e9a7ebbacc9e4f /sw/inc | |
parent | 48101a1a0d574db3db1f99c782bd67e885b232bb (diff) |
make some classes module-private
improve the script, but it still generates some false positives
Change-Id: If8ee1cba8c04ac0be11f73220149e6de15f24f44
Reviewed-on: https://gerrit.libreoffice.org/81929
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/PageColumnPopup.hxx | 2 | ||||
-rw-r--r-- | sw/inc/PageMarginPopup.hxx | 2 | ||||
-rw-r--r-- | sw/inc/PageOrientationPopup.hxx | 2 | ||||
-rw-r--r-- | sw/inc/PageSizePopup.hxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/PageColumnPopup.hxx b/sw/inc/PageColumnPopup.hxx index 3753596a4e6f..f01a9116deb6 100644 --- a/sw/inc/PageColumnPopup.hxx +++ b/sw/inc/PageColumnPopup.hxx @@ -22,7 +22,7 @@ #include <sfx2/tbxctrl.hxx> #include "swdllapi.h" -class SW_DLLPUBLIC PageColumnPopup : public SfxToolBoxControl +class PageColumnPopup : public SfxToolBoxControl { public: SFX_DECL_TOOLBOX_CONTROL(); diff --git a/sw/inc/PageMarginPopup.hxx b/sw/inc/PageMarginPopup.hxx index 7a66ca8e3db9..2bb9617858f0 100644 --- a/sw/inc/PageMarginPopup.hxx +++ b/sw/inc/PageMarginPopup.hxx @@ -22,7 +22,7 @@ #include <sfx2/tbxctrl.hxx> #include "swdllapi.h" -class SW_DLLPUBLIC PageMarginPopup : public SfxToolBoxControl +class PageMarginPopup : public SfxToolBoxControl { public: SFX_DECL_TOOLBOX_CONTROL(); diff --git a/sw/inc/PageOrientationPopup.hxx b/sw/inc/PageOrientationPopup.hxx index b8cdacb79dfb..ff88d7af5300 100644 --- a/sw/inc/PageOrientationPopup.hxx +++ b/sw/inc/PageOrientationPopup.hxx @@ -22,7 +22,7 @@ #include <sfx2/tbxctrl.hxx> #include "swdllapi.h" -class SW_DLLPUBLIC PageOrientationPopup : public SfxToolBoxControl +class PageOrientationPopup : public SfxToolBoxControl { public: SFX_DECL_TOOLBOX_CONTROL(); diff --git a/sw/inc/PageSizePopup.hxx b/sw/inc/PageSizePopup.hxx index a604accde35e..b67779552201 100644 --- a/sw/inc/PageSizePopup.hxx +++ b/sw/inc/PageSizePopup.hxx @@ -22,7 +22,7 @@ #include <sfx2/tbxctrl.hxx> #include "swdllapi.h" -class SW_DLLPUBLIC PageSizePopup : public SfxToolBoxControl +class PageSizePopup : public SfxToolBoxControl { public: SFX_DECL_TOOLBOX_CONTROL(); |