Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/2529

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/29/2529/1

Translate German comments to English in svmain.cxx

Change-Id: I4f27a839c6403c08983f0366402c852b0710029c
---
M vcl/source/app/svmain.cxx
1 file changed, 4 insertions(+), 4 deletions(-)



diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx
index c89a04e..32d627b 100644
--- a/vcl/source/app/svmain.cxx
+++ b/vcl/source/app/svmain.cxx
@@ -261,13 +261,13 @@
 
     ImplSVData* pSVData = ImplGetSVData();
 
-    // SV bei den Tools anmelden
+    // register with tools
     InitTools();
 
-    // Main-Thread-Id merken
+    // set Main-Thread-Id to the current thread
     pSVData->mnMainThreadId = ::osl::Thread::getCurrentIdentifier();
 
-    // Sal initialisieren
+    // Initialize the Sal 
     RTL_LOGFILE_CONTEXT_TRACE( aLog, "{ ::CreateSalInstance" );
     pSVData->mpDefInst = CreateSalInstance();
     if ( !pSVData->mpDefInst )
@@ -564,7 +564,7 @@
     delete pSVData->mpSalTimer;
     pSVData->mpSalTimer = NULL;
 
-    // Sal deinitialisieren
+    // Deinit the Sal 
     DestroySalInstance( pSVData->mpDefInst );
 
     DeInitTools();

-- 
To view, visit https://gerrit.libreoffice.org/2529
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4f27a839c6403c08983f0366402c852b0710029c
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Chris Sherlock <chris.sherlock79@gmail.com>


Context


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.