Hi Michael,

Michael Meeks wrote (21-11-11 12:44)

Prolly not perfect, but should be far better understandable for our
friends all over the world.

        Yes, looks a lot better.

Phillip was so kind to give some useful comments, just after you mailed/pushed.

So pls find my second patch attached here ;-)

        Unless I'm wrong, this is your first patch :-) how would you like your
corporate affiliation listed in the hacker stats break-down ?

Well, there is/was the CT2N included, but that is an extension (.oxt).
But I agree with your kind suggestion.

I added your license link to the developers wiki table too :-)

Thanks - there will be more some day ;-)


--
 - Cor
 - http://nl.libreoffice.org

>From a8fd93e59db9c6062c415cbc0590eaa7cc7fa8b8 Mon Sep 17 00:00:00 2001
From: Cor Nouws <oo...@nouenoff.nl>
Date: Mon, 21 Nov 2011 14:23:29 +0100
Subject: [PATCH] Updated transl. German comments - removd obsolete time/date comm

---
 svx/source/stbctrls/pszctrl.cxx |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/svx/source/stbctrls/pszctrl.cxx b/svx/source/stbctrls/pszctrl.cxx
index 3b83715..ebaf1c0 100644
--- a/svx/source/stbctrls/pszctrl.cxx
+++ b/svx/source/stbctrls/pszctrl.cxx
@@ -171,7 +171,7 @@ struct SvxPosSizeStatusBarControl_Impl
 /*  [Description]
 
     Ctor():
-    Create an intance of the implementation class, enable the page numbering by default
+    Create an instance of the implementation class,
     load the images for the position and size
 */
 
@@ -223,18 +223,16 @@ SvxPosSizeStatusBarControl::~SvxPosSizeStatusBarControl()
 
                 NULL/Void   SfxPointItem    SvxSizeItem     SfxStringItem
     ------------------------------------------------------------------------
-    Time        sal_True        sal_False           sal_False           FALSE
     Position    sal_False                                       FALSE
     Size        FALSE                       TRUE            FALSE
     Text        sal_False                       sal_False           TRUE
 
-    Another item resulst in an assert, that enables showing of the time.
 */
 
 void SvxPosSizeStatusBarControl::StateChanged( sal_uInt16 nSID, SfxItemState eState,
                                                const SfxPoolItem* pState )
 {
-    // the combi-controller, always set the curent Id as HelpId
+    // Because the combi-controller, always sets the curent Id as HelpId
     // first clean the cached HelpText
     GetStatusBar().SetHelpText( GetId(), String() );
 
@@ -298,7 +296,6 @@ void SvxPosSizeStatusBarControl::StateChanged( sal_uInt16 nSID, SfxItemState eSt
     else
     {
         DBG_ERRORFILE( "invalid item type" );
-        // nevertheless show date and time
         pImp->bPos = sal_False;
         pImp->bSize = sal_False;
         pImp->bTable = sal_False;
@@ -307,8 +304,8 @@ void SvxPosSizeStatusBarControl::StateChanged( sal_uInt16 nSID, SfxItemState eSt
     if ( GetStatusBar().AreItemsVisible() )
         GetStatusBar().SetItemData( GetId(), 0 );
 
-    //  set only strings as text at the statusBar, because the Help-Tips
-    //  functions, when the text is too long
+    //  set only strings as text at the statusBar, so that the Help-Tips
+    //  can work with the text, when it is too long for the statusBar
     String aText;
     if ( pImp->bTable )
         aText = pImp->aStr;
-- 
1.7.4.1

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to