summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/DeckLayouter.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/DeckLayouter.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/DeckLayouter.cxx')
-rw-r--r--sfx2/source/sidebar/DeckLayouter.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/sfx2/source/sidebar/DeckLayouter.cxx b/sfx2/source/sidebar/DeckLayouter.cxx
index 9d831a7628df..01dc10389bae 100644
--- a/sfx2/source/sidebar/DeckLayouter.cxx
+++ b/sfx2/source/sidebar/DeckLayouter.cxx
@@ -103,7 +103,6 @@ namespace {
++iterator_name)
-
void DeckLayouter::LayoutDeck (
const Rectangle aContentArea,
sal_Int32& rMinimalWidth,
@@ -248,8 +247,6 @@ Rectangle LayoutPanels (
}
-
-
sal_Int32 PlacePanels (
::std::vector<LayoutItem>& rLayoutItems,
const sal_Int32 nWidth,
@@ -343,8 +340,6 @@ sal_Int32 PlacePanels (
}
-
-
void GetRequestedSizes (
::std::vector<LayoutItem>& rLayoutItems,
sal_Int32& rAvailableHeight,
@@ -398,8 +393,6 @@ void GetRequestedSizes (
}
-
-
void DistributeHeights (
::std::vector<LayoutItem>& rLayoutItems,
const sal_Int32 nHeightToDistribute,
@@ -483,8 +476,6 @@ void DistributeHeights (
}
-
-
Rectangle PlaceDeckTitle (
vcl::Window& rDeckTitleBar,
const Rectangle& rAvailableSpace)
@@ -513,8 +504,6 @@ Rectangle PlaceDeckTitle (
}
-
-
Rectangle PlaceVerticalScrollBar (
ScrollBar& rVerticalScrollBar,
const Rectangle& rAvailableSpace,
@@ -543,8 +532,6 @@ Rectangle PlaceVerticalScrollBar (
}
-
-
void SetupVerticalScrollBar(
ScrollBar& rVerticalScrollBar,
const sal_Int32 nContentHeight,
@@ -558,8 +545,6 @@ void SetupVerticalScrollBar(
}
-
-
void UpdateFiller (
vcl::Window& rFiller,
const Rectangle& rBox)