[Libreoffice-commits] core.git: vcl/source

Chris Sherlock chris.sherlock79 at gmail.com
Fri May 23 23:30:47 PDT 2014


 vcl/source/window/window.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b26477e70681799f1d34bb32a5c2beaff714ef59
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Sat May 24 16:30:10 2014 +1000

    fdo#39468 translate German comment to English in vcl/source/window/window.cxx
    
    Change-Id: I273eee24a110f1980948b4d330ad6492a089c74b

diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 264bcf1..1405fdf 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -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 )
             {


More information about the Libreoffice-commits mailing list