[PATCH] One German comment translated, removed commented out line of...
Chris Sherlock (via Code Review)
gerrit at gerrit.libreoffice.org
Wed Mar 6 04:41:01 PST 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/2564
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/64/2564/1
One German comment translated, removed commented out line of code.
Change-Id: I0811d0404b325307a7cab60c8c634a74eef0736b
---
M vcl/source/app/help.cxx
1 file changed, 1 insertion(+), 2 deletions(-)
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 @@
// =======================================================================
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 @@
aPos.Y() = devHelpArea.Bottom();
}
- // Welche Richtung?
+ // which direction?
if ( nStyle & QUICKHELP_LEFT )
;
else if ( nStyle & QUICKHELP_RIGHT )
--
To view, visit https://gerrit.libreoffice.org/2564
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0811d0404b325307a7cab60c8c634a74eef0736b
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Chris Sherlock <chris.sherlock79 at gmail.com>
More information about the LibreOffice
mailing list