[PATCH] Translate German comments to English in svmain.cxx
Chris Sherlock (via Code Review)
gerrit at gerrit.libreoffice.org
Sun Mar 3 05:54:23 PST 2013
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 at gmail.com>
More information about the LibreOffice
mailing list