From 50bf123ddbeb457b89636621a99c971834adf3ab Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 2 Apr 2014 16:45:44 +0300 Subject: Kill superfluous vertical whitespace Change-Id: I81ce8fd7022bf283db668705efdfb0666f87bde9 --- vcl/source/window/dockingarea.cxx | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'vcl/source/window/dockingarea.cxx') diff --git a/vcl/source/window/dockingarea.cxx b/vcl/source/window/dockingarea.cxx index e7c6d92a2fa1..6cdc73e08f9c 100644 --- a/vcl/source/window/dockingarea.cxx +++ b/vcl/source/window/dockingarea.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #include #include #include @@ -27,8 +26,6 @@ #include - - class DockingAreaWindow::ImplData { public: @@ -47,8 +44,6 @@ DockingAreaWindow::ImplData::~ImplData() { } - - static void ImplInitBackground( DockingAreaWindow* pThis ) { const BitmapEx& rPersonaBitmap = Application::GetSettings().GetStyleSettings().GetPersonaHeader(); @@ -96,8 +91,6 @@ DockingAreaWindow::~DockingAreaWindow() delete mpImplData; } - - void DockingAreaWindow::DataChanged( const DataChangedEvent& rDCEvt ) { Window::DataChanged( rDCEvt ); @@ -109,8 +102,6 @@ void DockingAreaWindow::DataChanged( const DataChangedEvent& rDCEvt ) } } - - static void ImplInvalidateMenubar( DockingAreaWindow* pThis ) { // due to a possible comon gradient covering menubar and top dockingarea @@ -138,8 +129,6 @@ void DockingAreaWindow::StateChanged( StateChangedType nType ) ImplInvalidateMenubar( this ); } - - bool DockingAreaWindow::IsHorizontal() const { return ( mpImplData->meAlign == WINDOWALIGN_TOP || mpImplData->meAlign == WINDOWALIGN_BOTTOM ); @@ -160,8 +149,6 @@ WindowAlign DockingAreaWindow::GetAlign() const return mpImplData->meAlign; } - - void DockingAreaWindow::Paint( const Rectangle& ) { EnableNativeWidget( true ); // only required because the toolkit curently switches this flag off @@ -229,7 +216,6 @@ void DockingAreaWindow::Paint( const Rectangle& ) ranges[ aPos.X() ] = aSize.Width(); } - // draw multiple toolbar backgrounds, i.e., one for each toolbar line for( std::map::const_iterator it = ranges.begin(); it != ranges.end(); ++it ) { @@ -263,6 +249,4 @@ void DockingAreaWindow::Resize() Invalidate(); } - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit