vcl/source/window/window.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0ccced3941c003505db64f562431a454415a56c5
Author: Chris Sherlock <chris.sherloc...@gmail.com>
Date:   Sun May 25 14:30:49 2014 +1000

    fdo#39468: translate comment in Window::ImplInit()
    
    Change-Id: Ibf9a7ef8edaa608aa0c13b8e4307e27a6789fa7d

diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 01b3308..632f881 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -850,7 +850,7 @@ void Window::ImplInit( Window* pParent, WinBits nStyle, 
SystemParentData* pSyste
     ImplSVData* pSVData = ImplGetSVData();
     Window*     pRealParent = pParent;
 
-    // 3D-Look vererben
+    // inherit 3D look
     if ( !mpWindowImpl->mbOverlapWin && pParent && (pParent->GetStyle() & 
WB_3DLOOK) )
         nStyle |= WB_3DLOOK;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to