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

Chris chris.sherlock79 at gmail.com
Wed Mar 6 05:05:38 PST 2013


 vcl/source/app/help.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit fb237565bb9db1ab35420b9134d70d03794dedc4
Author: Chris <chris.sherlock79 at gmail.com>
Date:   Wed Mar 6 23:37:38 2013 +1100

    One German comment translated, removed commented out line of code.
    
    Change-Id: I0811d0404b325307a7cab60c8c634a74eef0736b
    Reviewed-on: https://gerrit.libreoffice.org/2564
    Reviewed-by: Thomas Arnhold <thomas at arnhold.org>
    Tested-by: Thomas Arnhold <thomas at arnhold.org>

diff --git a/vcl/source/app/help.cxx b/vcl/source/app/help.cxx
index b172eb4..77261bd 100644
--- a/vcl/source/app/help.cxx
+++ b/vcl/source/app/help.cxx
@@ -296,7 +296,6 @@ void Help::HideTip( sal_uLong nId )
 // =======================================================================
 
 HelpTextWindow::HelpTextWindow( Window* pParent, const OUString& rText, sal_uInt16 nHelpWinStyle, sal_uInt16 nStyle ) :
-    //FloatingWindow( pParent->ImplGetFrameWindow(), WB_SYSTEMWINDOW ),
     FloatingWindow( pParent, WB_SYSTEMWINDOW|WB_TOOLTIPWIN ), // #105827# if we change the parent, mirroring will not work correctly when positioning this window
     maHelpText( rText )
 {
@@ -703,7 +702,7 @@ void ImplSetHelpWindowPos( Window* pHelpWin, sal_uInt16 nHelpWinStyle, sal_uInt1
                 aPos.Y() = devHelpArea.Bottom();
         }
 
-        // Welche Richtung?
+        // which direction?
         if ( nStyle & QUICKHELP_LEFT )
             ;
         else if ( nStyle & QUICKHELP_RIGHT )


More information about the Libreoffice-commits mailing list