diff options
Diffstat (limited to 'sfx2/source/sidebar/SidebarDockingWindow.cxx')
-rw-r--r-- | sfx2/source/sidebar/SidebarDockingWindow.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sfx2/source/sidebar/SidebarDockingWindow.cxx b/sfx2/source/sidebar/SidebarDockingWindow.cxx index 24206b160e85..5f5fca14c8bb 100644 --- a/sfx2/source/sidebar/SidebarDockingWindow.cxx +++ b/sfx2/source/sidebar/SidebarDockingWindow.cxx @@ -54,16 +54,12 @@ SidebarDockingWindow::SidebarDockingWindow( } - - SidebarDockingWindow::~SidebarDockingWindow (void) { DoDispose(); } - - void SidebarDockingWindow::DoDispose (void) { Reference<lang::XComponent> xComponent (static_cast<XWeak*>(mpSidebarController.get()), UNO_QUERY); @@ -75,8 +71,6 @@ void SidebarDockingWindow::DoDispose (void) } - - void SidebarDockingWindow::GetFocus() { if (mpSidebarController.is()) @@ -86,8 +80,6 @@ void SidebarDockingWindow::GetFocus() } - - // fdo#87217 bool SidebarDockingWindow::Close (void) { @@ -95,8 +87,6 @@ bool SidebarDockingWindow::Close (void) } - - SfxChildAlignment SidebarDockingWindow::CheckAlignment ( SfxChildAlignment eCurrentAlignment, SfxChildAlignment eRequestedAlignment) |