diff options
Diffstat (limited to 'sfx2/source/notebookbar/PriorityHBox.hxx')
-rw-r--r-- | sfx2/source/notebookbar/PriorityHBox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |