[Libreoffice-commits] core.git: vcl/source
Chris
chris.sherlock79 at gmail.com
Wed Mar 6 00:38:42 PST 2013
vcl/source/app/svmain.cxx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit f7bae94ebd5318a146907e1f9c70f323df4c15e1
Author: Chris <chris.sherlock79 at gmail.com>
Date: Wed Mar 6 19:31:37 2013 +1100
Translate German comments to English in svmain.cxx
Change-Id: I4f27a839c6403c08983f0366402c852b0710029c
diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx
index c0fd56a..2f01094 100644
--- a/vcl/source/app/svmain.cxx
+++ b/vcl/source/app/svmain.cxx
@@ -261,13 +261,13 @@ sal_Bool InitVCL()
ImplSVData* pSVData = ImplGetSVData();
- // SV bei den Tools anmelden
+ // register with tools
InitTools();
- // Main-Thread-Id merken
+ // remember Main-Thread-Id
pSVData->mnMainThreadId = ::osl::Thread::getCurrentIdentifier();
- // Sal initialisieren
+ // Initialize Sal
RTL_LOGFILE_CONTEXT_TRACE( aLog, "{ ::CreateSalInstance" );
pSVData->mpDefInst = CreateSalInstance();
if ( !pSVData->mpDefInst )
@@ -564,7 +564,7 @@ void DeInitVCL()
delete pSVData->mpSalTimer;
pSVData->mpSalTimer = NULL;
- // Sal deinitialisieren
+ // Deinit Sal
DestroySalInstance( pSVData->mpDefInst );
DeInitTools();
More information about the Libreoffice-commits
mailing list