Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/2525
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/25/2525/1
Translated German comment, other comments updated for clarity
Change-Id: I6db4f5dd66b928c9424cefebec3016e5bf5e8c49
---
M vcl/source/app/svapp.cxx
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index 6db1ec6..3758a85 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -237,7 +237,7 @@
{
WorkWindow* pAppWin = ImplGetSVData()->maWinData.mpAppWin;
- // Aufruf des Close-Handlers des Applikationsfensters
+ // call the close handler of the application window
if ( pAppWin )
return pAppWin->Close();
else
@@ -1082,7 +1082,7 @@
{
ImplSVData* pSVData = ImplGetSVData();
- // create if not existing
+ // create if does not exist
if ( !pSVData->maAppData.mpIdleMgr )
pSVData->maAppData.mpIdleMgr = new ImplIdleMgr;
@@ -1219,7 +1219,7 @@
{
ImplSVData* pSVData = ImplGetSVData();
- // create if not existing
+ // create if does not exist
if ( !pSVData->maAppData.mpAppName )
pSVData->maAppData.mpAppName = new XubString( rUniqueName );
else
@@ -1243,7 +1243,7 @@
{
ImplSVData* pSVData = ImplGetSVData();
- // create if not existing
+ // create if does not exist
if ( !pSVData->maAppData.mpDisplayName )
pSVData->maAppData.mpDisplayName = new OUString( rName );
else
--
To view, visit https://gerrit.libreoffice.org/2525
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6db4f5dd66b928c9424cefebec3016e5bf5e8c49
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Chris Sherlock <chris.sherlock79@gmail.com>
Context
- [PATCH] Translated German comment, other comments updated for clarit... · 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.