summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/SidebarDockingWindow.cxx
diff options
context:
space:
mode:
authorgamebusterz <gamebusterz2@gmail.com>2015-02-21 00:46:20 +0530
committerMichael Meeks <michael.meeks@collabora.com>2015-02-20 21:25:49 +0000
commit1d85cf3504f5dcbbf0ae017eee47fc5a302a2739 (patch)
tree65d578a83fb0e00b4485247344072912f87ef81f /sfx2/source/sidebar/SidebarDockingWindow.cxx
parent5bd8dcd45cb37b093e526c929ff9e3f382b8a758 (diff)
tdf Removed redundant blank lines in sfx2/source/sidebar (Now one line gap)
Change-Id: I603967833df03c1073b7bcac86da59b28a2835f0 Reviewed-on: https://gerrit.libreoffice.org/14569 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'sfx2/source/sidebar/SidebarDockingWindow.cxx')
-rw-r--r--sfx2/source/sidebar/SidebarDockingWindow.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sfx2/source/sidebar/SidebarDockingWindow.cxx b/sfx2/source/sidebar/SidebarDockingWindow.cxx
index 5f5fca14c8bb..914877262986 100644
--- a/sfx2/source/sidebar/SidebarDockingWindow.cxx
+++ b/sfx2/source/sidebar/SidebarDockingWindow.cxx
@@ -27,10 +27,8 @@
using namespace css;
using namespace css::uno;
-
namespace sfx2 { namespace sidebar {
-
SidebarDockingWindow::SidebarDockingWindow(
SfxBindings* pSfxBindings,
SidebarChildWindow& rChildWindow,
@@ -53,13 +51,11 @@ SidebarDockingWindow::SidebarDockingWindow(
}
}
-
SidebarDockingWindow::~SidebarDockingWindow (void)
{
DoDispose();
}
-
void SidebarDockingWindow::DoDispose (void)
{
Reference<lang::XComponent> xComponent (static_cast<XWeak*>(mpSidebarController.get()), UNO_QUERY);
@@ -70,7 +66,6 @@ void SidebarDockingWindow::DoDispose (void)
}
}
-
void SidebarDockingWindow::GetFocus()
{
if (mpSidebarController.is())
@@ -79,14 +74,12 @@ void SidebarDockingWindow::GetFocus()
SfxDockingWindow::GetFocus();
}
-
// fdo#87217
bool SidebarDockingWindow::Close (void)
{
return SfxDockingWindow::Close();
}
-
SfxChildAlignment SidebarDockingWindow::CheckAlignment (
SfxChildAlignment eCurrentAlignment,
SfxChildAlignment eRequestedAlignment)
@@ -114,7 +107,6 @@ SfxChildAlignment SidebarDockingWindow::CheckAlignment (
}
}
-
} } // end of namespace sfx2::sidebar
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */