summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/Sidebar.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/Sidebar.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/Sidebar.cxx')
-rw-r--r--sfx2/source/sidebar/Sidebar.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/sidebar/Sidebar.cxx b/sfx2/source/sidebar/Sidebar.cxx
index 5a0a8d784612..a74004846755 100644
--- a/sfx2/source/sidebar/Sidebar.cxx
+++ b/sfx2/source/sidebar/Sidebar.cxx
@@ -25,7 +25,6 @@ using namespace css;
namespace sfx2 { namespace sidebar {
-
void Sidebar::ShowPanel (
const ::rtl::OUString& rsPanelId,
const css::uno::Reference<frame::XFrame>& rxFrame)
@@ -44,7 +43,6 @@ void Sidebar::ShowPanel (
}
}
-
} } // end of namespace sfx2::sidebar
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */