[Libreoffice] [PATCH] Translate german comments of writer/sw/source/ui/cctrl

Martin Kepplinger martinkepplinger at eml.cc
Mon Feb 21 13:28:46 PST 2011


This translates the few german code comments in the cctrl directory to
english.

This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
license.
---
 sw/source/ui/cctrl/popbox.cxx |    2 +-
 sw/source/ui/cctrl/swlbox.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sw/source/ui/cctrl/popbox.cxx b/sw/source/ui/cctrl/popbox.cxx
index 9005eb3..c9f8a2b 100644
--- a/sw/source/ui/cctrl/popbox.cxx
+++ b/sw/source/ui/cctrl/popbox.cxx
@@ -44,7 +44,7 @@ SwHelpToolBox::SwHelpToolBox( SwNavigationPI* pParent, const ResId& rResId )
 
 void SwHelpToolBox::MouseButtonDown(const MouseEvent &rEvt)
 {
-    // If doubleclick is detected use doublelick handler
+    // If doubleclick is detected use doubleclick handler
     if(rEvt.GetButtons() == MOUSE_RIGHT &&
         0 == GetItemId(rEvt.GetPosPixel()))
     {
diff --git a/sw/source/ui/cctrl/swlbox.cxx b/sw/source/ui/cctrl/swlbox.cxx
index 908007f..3dd0c00 100644
--- a/sw/source/ui/cctrl/swlbox.cxx
+++ b/sw/source/ui/cctrl/swlbox.cxx
@@ -68,7 +68,7 @@ SwComboBox::SwComboBox(Window* pParent, const ResId& rId, USHORT nStyleBits ):
     ComboBox(pParent, rId),
     nStyle(nStyleBits)
 {
-    // Verwaltung fuer die Stringlist aus der Resource aufbauen
+    // create administration for the resource's Stringlist
     USHORT nSize = GetEntryCount();
     for( USHORT i=0; i < nSize; ++i )
     {
-- 
1.7.1



More information about the LibreOffice mailing list