summaryrefslogtreecommitdiff
path: root/sfx2/source/notebookbar/PriorityMergedHBox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/notebookbar/PriorityMergedHBox.cxx')
-rw-r--r--sfx2/source/notebookbar/PriorityMergedHBox.cxx2
1 files changed, 1 insertions, 1 deletions
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;