summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-05-24 16:59:27 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-05-24 16:59:27 +1000
commit365f645df6e9622f9de3e8a3a19b2a259295e3c4 (patch)
tree1f1d04f61b66938195931c9418f8b28b3c45dd2e
parentb6d6e6593d4ae950ddcf9277308e7fa025119814 (diff)
vcl: remove newlines from stacking.cxx
Change-Id: I005005f716cfe89bd59f157be80a985e2964c47c
-rw-r--r--vcl/source/window/stacking.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/window/stacking.cxx b/vcl/source/window/stacking.cxx
index 29103995a191..96a3b0ce78de 100644
--- a/vcl/source/window/stacking.cxx
+++ b/vcl/source/window/stacking.cxx
@@ -1196,7 +1196,6 @@ Window* Window::GetWindow( sal_uInt16 nType ) const
bool Window::IsChild( const Window* pWindow, bool bSystemWindow ) const
{
-
do
{
if ( !bSystemWindow && pWindow->ImplIsOverlapWindow() )
@@ -1238,5 +1237,4 @@ const SystemEnvData* Window::GetSystemData() const
return aRet;
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */