Date: prev next · Thread: first prev next last
2010 Archives by date, by thread · List index



This patch removes bogus comments found in the numfmtlb.cxx file
including empty Beschreibung (translation: description) statements

Signed-off-by: Prashant Shah <pshah.mumbai@gmail.com>
---
 sw/source/ui/utlui/numfmtlb.cxx |   39 ---------------------------------------
 1 files changed, 0 insertions(+), 39 deletions(-)

diff --git a/sw/source/ui/utlui/numfmtlb.cxx b/sw/source/ui/utlui/numfmtlb.cxx
index e34cc67..dcf4895 100644
--- a/sw/source/ui/utlui/numfmtlb.cxx
+++ b/sw/source/ui/utlui/numfmtlb.cxx
@@ -86,10 +86,6 @@ NumFormatListBox::NumFormatListBox( Window* pWin, const ResId& rResId,
     Init(nFormatType, bUsrFmts);
 }
 
-/*--------------------------------------------------------------------
-    Beschreibung:
- --------------------------------------------------------------------*/
-
 NumFormatListBox::NumFormatListBox( Window* pWin, SwView* pView,
                                     const ResId& rResId, short nFormatType,
                                     ULONG nDefFmt, BOOL bUsrFmts ) :
@@ -106,10 +102,6 @@ NumFormatListBox::NumFormatListBox( Window* pWin, SwView* pView,
     Init(nFormatType, bUsrFmts);
 }
 
-/* -----------------15.06.98 11:29-------------------
- *
- * --------------------------------------------------*/
-
 void NumFormatListBox::Init(short nFormatType, BOOL bUsrFmts)
 {
     SwView *pView = GetView();
@@ -131,18 +123,11 @@ void NumFormatListBox::Init(short nFormatType, BOOL bUsrFmts)
     SetSelectHdl(LINK(this, NumFormatListBox, SelectHdl));
 }
 
-/*--------------------------------------------------------------------
-    Beschreibung:
- --------------------------------------------------------------------*/
-
 NumFormatListBox::~NumFormatListBox()
 {
     if (pOwnFormatter)
         delete pOwnFormatter;
 }
-/*--------------------------------------------------------------------
-    Beschreibung:
- --------------------------------------------------------------------*/
 
 SwView* NumFormatListBox::GetView()
 {
@@ -151,10 +136,6 @@ SwView* NumFormatListBox::GetView()
     return ::GetActiveView();
 }
 
-/*--------------------------------------------------------------------
-    Beschreibung:
- --------------------------------------------------------------------*/
-
 void NumFormatListBox::SetFormatType(const short nFormatType)
 {
     if (nCurrFormatType == -1 ||
@@ -298,10 +279,6 @@ void NumFormatListBox::SetFormatType(const short nFormatType)
     }
 }
 
-/*--------------------------------------------------------------------
-    Beschreibung:
- --------------------------------------------------------------------*/
-
 void NumFormatListBox::SetDefFormat(const ULONG nDefFmt)
 {
     if (nDefFmt == ULONG_MAX)
@@ -391,10 +368,6 @@ void NumFormatListBox::SetDefFormat(const ULONG nDefFmt)
     nDefFormat = GetFormat();
 }
 
-/*--------------------------------------------------------------------
-    Beschreibung:
- --------------------------------------------------------------------*/
-
 ULONG NumFormatListBox::GetFormat() const
 {
     USHORT nPos = GetSelectEntryPos();
@@ -402,10 +375,6 @@ ULONG NumFormatListBox::GetFormat() const
     return (ULONG)GetEntryData(nPos);
 }
 
-/*--------------------------------------------------------------------
-    Beschreibung:
- --------------------------------------------------------------------*/
-
 IMPL_LINK( NumFormatListBox, SelectHdl, ListBox *, pBox )
 {
     USHORT nPos = pBox->GetSelectEntryPos();
@@ -487,10 +456,6 @@ IMPL_LINK( NumFormatListBox, SelectHdl, ListBox *, pBox )
     return 0;
 }
 
-/*--------------------------------------------------------------------
-    Beschreibung:
- --------------------------------------------------------------------*/
-
 double NumFormatListBox::GetDefValue(const short nFormatType) const
 {
     double fDefValue = 0.0;
@@ -537,10 +502,6 @@ double NumFormatListBox::GetDefValue(const short nFormatType) const
     return fDefValue;
 }
 
-/*--------------------------------------------------------------------
-    Beschreibung:
- --------------------------------------------------------------------*/
-
 void NumFormatListBox::Clear()
 {
     ListBox::Clear();

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.