[Libreoffice-commits] .: vcl/source
Michael Meeks
michael at kemper.freedesktop.org
Sat Feb 18 12:09:58 PST 2012
vcl/source/window/splitwin.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 35244a509981c950acd0d8e7e035af791bf2b0ba
Author: Michael Meeks <michael.meeks at suse.com>
Date: Sat Feb 18 20:08:38 2012 +0000
WaE: fix build
diff --git a/vcl/source/window/splitwin.cxx b/vcl/source/window/splitwin.cxx
index 4d5c8ad..64bec90 100644
--- a/vcl/source/window/splitwin.cxx
+++ b/vcl/source/window/splitwin.cxx
@@ -1449,6 +1449,7 @@ void SplitWindow::ImplSetWindowSize( long nDelta )
break;
case WINDOWALIGN_RIGHT:
default:
+ {
maDragRect.Left() += nDelta;
Point aPos = GetPosPixel();
aPos.X() -= nDelta;
@@ -1456,6 +1457,7 @@ void SplitWindow::ImplSetWindowSize( long nDelta )
SetPosSizePixel( aPos, aSize );
break;
}
+ }
SplitResize();
}
More information about the Libreoffice-commits
mailing list