fdo#39468 translate German comment to English in vcl/source/window/window.cxx

Change-Id: I273eee24a110f1980948b4d330ad6492a089c74b
This commit is contained in:
Chris Sherlock
2014-05-24 16:30:10 +10:00
parent 7915c39589
commit b26477e706

View File

@@ -1660,8 +1660,8 @@ void Window::ImplPosSizeWindow( long nX, long nY,
mnOutHeight-mpWindowImpl->mpClientWindow->mpWindowImpl->mnTopBorder-mpWindowImpl->mpClientWindow->mpWindowImpl->mnBottomBorder,
WINDOW_POSSIZE_X | WINDOW_POSSIZE_Y |
WINDOW_POSSIZE_WIDTH | WINDOW_POSSIZE_HEIGHT );
// Wenn wir ein ClientWindow haben, dann hat dieses fuer die
// Applikation auch die Position des FloatingWindows
// If we have a client window, then this is the position
// of the Application's floating windows
mpWindowImpl->mpClientWindow->mpWindowImpl->maPos = mpWindowImpl->maPos;
if ( bNewPos )
{