summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/TitleBar.cxx
diff options
context:
space:
mode:
authorgamebusterz <gamebusterz2@gmail.com>2015-02-20 02:46:58 +0530
committerMichael Meeks <michael.meeks@collabora.com>2015-02-20 21:25:17 +0000
commit5bd8dcd45cb37b093e526c929ff9e3f382b8a758 (patch)
treee9e93b53d509a04a1548b6da8cca868a5351964b /sfx2/source/sidebar/TitleBar.cxx
parent1fcaf8a37a7133f07e5b9a18c4fadf17fe914f6d (diff)
tdf#12345 Removed redundant newlines in the code
Change-Id: Id3d8b6732caf58c70315db6e706338f7dac458c2 Reviewed-on: https://gerrit.libreoffice.org/14567 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'sfx2/source/sidebar/TitleBar.cxx')
-rw-r--r--sfx2/source/sidebar/TitleBar.cxx30
1 files changed, 0 insertions, 30 deletions
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<css::accessibility::XAccessible> TitleBar::CreateAccessible (void)
{
SetAccessibleRole(css::accessibility::AccessibleRole::PANEL);
@@ -153,8 +129,6 @@ css::uno::Reference<css::accessibility::XAccessible> 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;