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.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/source/notebookbar/PriorityMergedHBox.cxx b/sfx2/source/notebookbar/PriorityMergedHBox.cxx
index 328241ae67d8..0ef63410f80c 100644
--- a/sfx2/source/notebookbar/PriorityMergedHBox.cxx
+++ b/sfx2/source/notebookbar/PriorityMergedHBox.cxx
@@ -30,6 +30,8 @@
* PriorityMergedHBox is a VclHBox which hides its own children if there is no sufficient space.
*/
+namespace
+{
class PriorityMergedHBox : public PriorityHBox
{
private:
@@ -69,6 +71,7 @@ public:
PriorityHBox::dispose();
}
};
+}
IMPL_LINK(PriorityMergedHBox, PBClickHdl, Button*, /*pButton*/, void)
{