diff options
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(); |