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

Thomas Arnhold thomas at arnhold.org
Mon Feb 21 14:08:21 PST 2011


Hi Martin,

I've pushed it. Please could you attach such a diff as patch next time?
Would be easier to commit it :) Thanks!

Thomas

On 02/21/2011 10:28 PM, Martin Kepplinger wrote:
> 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 )
>      {



More information about the LibreOffice mailing list