[PATCH] Translated German comment, other comments updated for clarit...

Chris Sherlock (via Code Review) gerrit at gerrit.libreoffice.org
Sun Mar 3 05:04:28 PST 2013


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 at gmail.com>



More information about the LibreOffice mailing list