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@gmail.com>
Context
- [PATCH] One German comment translated, removed commented out line of... · Chris Sherlock (via Code Review)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.