summaryrefslogtreecommitdiff
path: root/vcl/source/window/window3.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-02 16:45:44 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-02 16:54:18 +0300
commit50bf123ddbeb457b89636621a99c971834adf3ab (patch)
treeb7782261998ca0b6bece98543e2c66e3c96f4d3c /vcl/source/window/window3.cxx
parentdb1c9e4dadc90c5afe3190776a60cc5dcbbce3ac (diff)
Kill superfluous vertical whitespace
Change-Id: I81ce8fd7022bf283db668705efdfb0666f87bde9
Diffstat (limited to 'vcl/source/window/window3.cxx')
-rw-r--r--vcl/source/window/window3.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/vcl/source/window/window3.cxx b/vcl/source/window/window3.cxx
index 88430780f077..6774a022ad4f 100644
--- a/vcl/source/window/window3.cxx
+++ b/vcl/source/window/window3.cxx
@@ -17,28 +17,21 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "vcl/window.hxx"
#include "vcl/waitobj.hxx"
#include "vcl/button.hxx"
-
-
WaitObject::~WaitObject()
{
if ( mpWindow )
mpWindow->LeaveWait();
}
-
-
Size Window::GetOptimalSize() const
{
return Size();
}
-
-
void Window::ImplAdjustNWFSizes()
{
switch( GetType() )