Kaydet (Commit) 61719b17 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

SidebarDockingWindow - cleanup

Change-Id: Ief8fb3aa0a39082598c3d488a758416604a3991a
üst d0f20c37
...@@ -29,13 +29,10 @@ using namespace css::uno; ...@@ -29,13 +29,10 @@ using namespace css::uno;
namespace sfx2 { namespace sidebar { namespace sfx2 { namespace sidebar {
SidebarDockingWindow::SidebarDockingWindow( SidebarDockingWindow::SidebarDockingWindow(SfxBindings* pSfxBindings, SidebarChildWindow& rChildWindow,
SfxBindings* pSfxBindings, vcl::Window* pParentWindow, WinBits nBits)
SidebarChildWindow& rChildWindow, : SfxDockingWindow(pSfxBindings, &rChildWindow, pParentWindow, nBits)
vcl::Window* pParentWindow, , mpSidebarController()
WinBits nBits)
: SfxDockingWindow(pSfxBindings, &rChildWindow, pParentWindow, nBits),
mpSidebarController()
{ {
// Get the XFrame from the bindings. // Get the XFrame from the bindings.
if (pSfxBindings==NULL || pSfxBindings->GetDispatcher()==NULL) if (pSfxBindings==NULL || pSfxBindings->GetDispatcher()==NULL)
......
...@@ -29,15 +29,11 @@ class SidebarChildWindow; ...@@ -29,15 +29,11 @@ class SidebarChildWindow;
class SidebarController; class SidebarController;
class SidebarDockingWindow class SidebarDockingWindow : public SfxDockingWindow
: public SfxDockingWindow
{ {
public: public:
SidebarDockingWindow( SidebarDockingWindow(SfxBindings* pBindings, SidebarChildWindow& rChildWindow,
SfxBindings* pBindings, vcl::Window* pParent, WinBits nBits);
SidebarChildWindow& rChildWindow,
vcl::Window* pParent,
WinBits nBits);
virtual ~SidebarDockingWindow(); virtual ~SidebarDockingWindow();
virtual void dispose() SAL_OVERRIDE; virtual void dispose() SAL_OVERRIDE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment