[Libreoffice-commits] .: sw/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Mon Feb 21 14:08:25 PST 2011


 sw/source/ui/cctrl/popbox.cxx |    2 +-
 sw/source/ui/cctrl/swlbox.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c5fdfa6f475fc084250edd467f30d6f43111eb94
Author: Martin Kepplinger <martinkepplinger at eml.cc>
Date:   Mon Feb 21 22:28:46 2011 +0100

    Translate german comments of writer/sw/source/ui/cctrl
    
    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.

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 )
     {


More information about the Libreoffice-commits mailing list