diff options
Diffstat (limited to 'sfx2/source/notebookbar')
-rw-r--r-- | sfx2/source/notebookbar/DropdownBox.hxx | 3 | ||||
-rw-r--r-- | sfx2/source/notebookbar/NotebookbarPopup.hxx | 2 | ||||
-rw-r--r-- | sfx2/source/notebookbar/PriorityHBox.hxx | 2 | ||||
-rw-r--r-- | sfx2/source/notebookbar/PriorityMergedHBox.cxx | 2 |
4 files changed, 4 insertions, 5 deletions
diff --git a/sfx2/source/notebookbar/DropdownBox.hxx b/sfx2/source/notebookbar/DropdownBox.hxx index 6cb62d4e2f93..0fd1b687ea2c 100644 --- a/sfx2/source/notebookbar/DropdownBox.hxx +++ b/sfx2/source/notebookbar/DropdownBox.hxx @@ -30,8 +30,7 @@ #include <sfx2/tbxctrl.hxx> #include "NotebookbarPopup.hxx" -class SFX2_DLLPUBLIC DropdownBox : public VclHBox, - public vcl::IPrioritable +class DropdownBox : public VclHBox, public vcl::IPrioritable { private: bool m_bInFullView; diff --git a/sfx2/source/notebookbar/NotebookbarPopup.hxx b/sfx2/source/notebookbar/NotebookbarPopup.hxx index 1bbb15133bbe..5ac1377c02a7 100644 --- a/sfx2/source/notebookbar/NotebookbarPopup.hxx +++ b/sfx2/source/notebookbar/NotebookbarPopup.hxx @@ -30,7 +30,7 @@ * and after close moved to the original parent */ -class SFX2_DLLPUBLIC NotebookbarPopup : public FloatingWindow +class NotebookbarPopup : public FloatingWindow { private: VclPtr<VclHBox> m_pBox; diff --git a/sfx2/source/notebookbar/PriorityHBox.hxx b/sfx2/source/notebookbar/PriorityHBox.hxx index 8248264093f5..4c5bbc7ac9f8 100644 --- a/sfx2/source/notebookbar/PriorityHBox.hxx +++ b/sfx2/source/notebookbar/PriorityHBox.hxx @@ -34,7 +34,7 @@ * priority assigned (VCL_PRIORITY_DEFAULT), it is always shown. */ -class SFX2_DLLPUBLIC PriorityHBox : public VclHBox +class PriorityHBox : public VclHBox { private: bool m_bInitialized; diff --git a/sfx2/source/notebookbar/PriorityMergedHBox.cxx b/sfx2/source/notebookbar/PriorityMergedHBox.cxx index e187306ff437..328241ae67d8 100644 --- a/sfx2/source/notebookbar/PriorityMergedHBox.cxx +++ b/sfx2/source/notebookbar/PriorityMergedHBox.cxx @@ -30,7 +30,7 @@ * PriorityMergedHBox is a VclHBox which hides its own children if there is no sufficient space. */ -class SFX2_DLLPUBLIC PriorityMergedHBox : public PriorityHBox +class PriorityMergedHBox : public PriorityHBox { private: VclPtr<PushButton> m_pButton; |