summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/TitleBar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/sidebar/TitleBar.hxx')
-rw-r--r--sfx2/source/sidebar/TitleBar.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/sidebar/TitleBar.hxx b/sfx2/source/sidebar/TitleBar.hxx
index 2ff949e47bcd..56ab6b9a9d64 100644
--- a/sfx2/source/sidebar/TitleBar.hxx
+++ b/sfx2/source/sidebar/TitleBar.hxx
@@ -49,8 +49,8 @@ public:
long nHeight,
sal_uInt16 nFlags = WINDOW_POSSIZE_ALL) SAL_OVERRIDE;
- ToolBox& GetToolBox (void);
- const ToolBox& GetToolBox (void) const;
+ ToolBox& GetToolBox (void) { return maToolBox;}
+ const ToolBox& GetToolBox (void) const { return maToolBox;}
protected:
SidebarToolBox maToolBox;