[Libreoffice-commits] core.git: vcl/source
Chris Sherlock
chris.sherlock79 at gmail.com
Sat May 24 00:00:06 PDT 2014
vcl/source/window/stacking.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 365f645df6e9622f9de3e8a3a19b2a259295e3c4
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Sat May 24 16:59:27 2014 +1000
vcl: remove newlines from stacking.cxx
Change-Id: I005005f716cfe89bd59f157be80a985e2964c47c
diff --git a/vcl/source/window/stacking.cxx b/vcl/source/window/stacking.cxx
index 2910399..96a3b0c 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: */
More information about the Libreoffice-commits
mailing list