diff options
author | Jan Holesovsky <kendy@suse.cz> | 2013-06-01 23:09:26 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2013-06-02 04:54:54 +0200 |
commit | 74221eb249f8c4aaf15c2e1f23651f3fde954767 (patch) | |
tree | 5a26848722823972b5c04c7f92e3b6faa4171705 /include/sfx2/sidebar | |
parent | 5414cab2219c46be6bd8e51feaf92a6fec41f318 (diff) |
sidebar: Allow creation of SidebarToolBoxes via .ui.
Change-Id: If8789fd423a609a18514e5a798df5b5992dac34f
Diffstat (limited to 'include/sfx2/sidebar')
-rw-r--r-- | include/sfx2/sidebar/SidebarToolBox.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sfx2/sidebar/SidebarToolBox.hxx b/include/sfx2/sidebar/SidebarToolBox.hxx index b22bbc8e13fe..c5bbc144349b 100644 --- a/include/sfx2/sidebar/SidebarToolBox.hxx +++ b/include/sfx2/sidebar/SidebarToolBox.hxx @@ -52,6 +52,12 @@ public: Window* pParentWindow); virtual ~SidebarToolBox (void); + using ToolBox::InsertItem; + virtual void InsertItem(const OUString& rCommand, + const com::sun::star::uno::Reference<com::sun::star::frame::XFrame>& rFrame, + ToolBoxItemBits nBits = 0, + sal_uInt16 nPos = TOOLBOX_APPEND); + void SetBorderWindow (const Window* pBorderWindow); virtual void Paint (const Rectangle& rRect); |