From 5bd8dcd45cb37b093e526c929ff9e3f382b8a758 Mon Sep 17 00:00:00 2001 From: gamebusterz Date: Fri, 20 Feb 2015 02:46:58 +0530 Subject: tdf#12345 Removed redundant newlines in the code Change-Id: Id3d8b6732caf58c70315db6e706338f7dac458c2 Reviewed-on: https://gerrit.libreoffice.org/14567 Tested-by: Jenkins Reviewed-by: Michael Meeks Tested-by: Michael Meeks --- sfx2/source/sidebar/TitleBar.cxx | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'sfx2/source/sidebar/TitleBar.cxx') diff --git a/sfx2/source/sidebar/TitleBar.cxx b/sfx2/source/sidebar/TitleBar.cxx index fb1597cade79..b02bc3f6e783 100644 --- a/sfx2/source/sidebar/TitleBar.cxx +++ b/sfx2/source/sidebar/TitleBar.cxx @@ -52,15 +52,11 @@ TitleBar::TitleBar ( } - - TitleBar::~TitleBar (void) { } - - void TitleBar::SetTitle (const ::rtl::OUString& rsTitle) { msTitle = rsTitle; @@ -68,8 +64,6 @@ void TitleBar::SetTitle (const ::rtl::OUString& rsTitle) } - - void TitleBar::SetIcon (const Image& rIcon) { maIcon = rIcon; @@ -77,8 +71,6 @@ void TitleBar::SetIcon (const Image& rIcon) } - - void TitleBar::Paint (const Rectangle& rUpdateArea) { (void)rUpdateArea; @@ -99,8 +91,6 @@ void TitleBar::Paint (const Rectangle& rUpdateArea) } - - void TitleBar::DataChanged (const DataChangedEvent& rEvent) { (void)rEvent; @@ -109,8 +99,6 @@ void TitleBar::DataChanged (const DataChangedEvent& rEvent) } - - void TitleBar::setPosSizePixel ( long nX, long nY, @@ -127,16 +115,6 @@ void TitleBar::setPosSizePixel ( } - - - - - - - - - - void TitleBar::HandleToolBoxItemClick (const sal_uInt16 nItemIndex) { (void)nItemIndex; @@ -144,8 +122,6 @@ void TitleBar::HandleToolBoxItemClick (const sal_uInt16 nItemIndex) } - - css::uno::Reference TitleBar::CreateAccessible (void) { SetAccessibleRole(css::accessibility::AccessibleRole::PANEL); @@ -153,8 +129,6 @@ css::uno::Reference TitleBar::CreateAccessible } - - void TitleBar::PaintTitle (const Rectangle& rTitleBox) { Push(PushFlags::FONT | PushFlags::TEXTCOLOR); @@ -188,8 +162,6 @@ void TitleBar::PaintTitle (const Rectangle& rTitleBox) } - - void TitleBar::PaintFocus (const Rectangle& rFocusBox) { Push(PushFlags::FONT | PushFlags::TEXTCOLOR); @@ -218,8 +190,6 @@ void TitleBar::PaintFocus (const Rectangle& rFocusBox) } - - IMPL_LINK(TitleBar, SelectionHandler, ToolBox*, pToolBox) { (void)pToolBox; -- cgit