diff options
author | Chris <chris.sherlock79@gmail.com> | 2013-03-06 23:37:38 +1100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-06 13:05:17 +0000 |
commit | fb237565bb9db1ab35420b9134d70d03794dedc4 (patch) | |
tree | 32691735b56094ad3cda82780b9ccea362cc69ac /vcl/source | |
parent | a6b91730053fc61416716ae176081b91de52532b (diff) |
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@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/app/help.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/source/app/help.cxx b/vcl/source/app/help.cxx index b172eb46f699..77261bdc20a0 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 ) |