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

Signed-off-by: Prashant Shah <[email protected]>
---
 sw/source/ui/fldui/fldpage.cxx |   28 ----------------------------
 1 files changed, 0 insertions(+), 28 deletions(-)

diff --git a/sw/source/ui/fldui/fldpage.cxx b/sw/source/ui/fldui/fldpage.cxx
index 6c9ded3..bafb563 100644
--- a/sw/source/ui/fldui/fldpage.cxx
+++ b/sw/source/ui/fldui/fldpage.cxx
@@ -56,10 +56,6 @@
 
 using namespace ::com::sun::star;
 
-/*--------------------------------------------------------------------
-    Beschreibung:
- --------------------------------------------------------------------*/
-
 SwFldPage::SwFldPage( Window *pParent, const ResId &rId,
                         const SfxItemSet &rAttrSet )
     :SfxTabPage     (pParent, rId, rAttrSet),
@@ -77,10 +73,6 @@ SwFldPage::SwFldPage( Window *pParent, const ResId &rId,
 //	FreeResource();
 }
 
-/*--------------------------------------------------------------------
-    Beschreibung:
- --------------------------------------------------------------------*/
-
 SwFldPage::~SwFldPage()
 {
 }
@@ -88,7 +80,6 @@ SwFldPage::~SwFldPage()
 /*--------------------------------------------------------------------
     Beschreibung: TabPage initialisieren
  --------------------------------------------------------------------*/
-
 void SwFldPage::Init()
 {
     SwDocShell* pDocSh = (SwDocShell*)SfxObjectShell::Current();
@@ -126,7 +117,6 @@ void SwFldPage::Init()
 /*--------------------------------------------------------------------
      Beschreibung: Seite neu initialisieren
  --------------------------------------------------------------------*/
-
 void SwFldPage::ActivatePage()
 {
     EnableInsert(m_bInsert);
@@ -135,7 +125,6 @@ void SwFldPage::ActivatePage()
 /*--------------------------------------------------------------------
      Beschreibung: Kompletter Reset; neues Feld editieren
  --------------------------------------------------------------------*/
-
 void SwFldPage::EditNewField( BOOL bOnlyActivate )
 {
     if( !bOnlyActivate )
@@ -151,7 +140,6 @@ void SwFldPage::EditNewField( BOOL bOnlyActivate )
 /*--------------------------------------------------------------------
      Beschreibung: Feld einfuegen
  --------------------------------------------------------------------*/
-
 BOOL SwFldPage::InsertFld(USHORT nTypeId, USHORT nSubType, const String& rPar1,
                             const String& rPar2, ULONG nFormatId,
                             sal_Unicode cSeparator, BOOL bIsAutomaticLanguage)
@@ -322,10 +310,6 @@ BOOL SwFldPage::InsertFld(USHORT nTypeId, USHORT nSubType, const String& rPar1,
     return bRet;
 }
 
-/*--------------------------------------------------------------------
-    Beschreibung:
- --------------------------------------------------------------------*/
-
 void SwFldPage::SavePos( const ListBox* pLst1, const ListBox* pLst2,
                          const ListBox* pLst3 )
 {
@@ -339,10 +323,6 @@ void SwFldPage::SavePos( const ListBox* pLst1, const ListBox* pLst2,
             m_aLstStrArr[ i ].Erase();
 }
 
-/*--------------------------------------------------------------------
-    Beschreibung:
- --------------------------------------------------------------------*/
-
 void SwFldPage::RestorePos(ListBox* pLst1, ListBox* pLst2, ListBox* pLst3)
 {
     USHORT nPos = 0;
@@ -358,7 +338,6 @@ void SwFldPage::RestorePos(ListBox* pLst1, ListBox* pLst2, ListBox* pLst3)
 /*--------------------------------------------------------------------
      Beschreibung: Einfuegen von neuen Feldern
  --------------------------------------------------------------------*/
-
 IMPL_LINK( SwFldPage, InsertHdl, Button *, pBtn )
 {
     SwFldDlg *pDlg = (SwFldDlg*)GetTabDialog();
@@ -382,7 +361,6 @@ IMPL_LINK( SwFldPage, InsertHdl, Button *, pBtn )
 /*--------------------------------------------------------------------
      Beschreibung: "Einfuegen"-Button Enablen/Disablen
  --------------------------------------------------------------------*/
-
 void SwFldPage::EnableInsert(BOOL bEnable)
 {
     SwFldDlg *pDlg = (SwFldDlg*)GetTabDialog();
@@ -401,19 +379,13 @@ void SwFldPage::EnableInsert(BOOL bEnable)
     m_bInsert = bEnable;
 }
 
-/*--------------------------------------------------------------------
-     Beschreibung:
- --------------------------------------------------------------------*/
-
 IMPL_LINK( SwFldPage, NumFormatHdl, ListBox *, EMPTYARG )
 {
     InsertHdl();
 
     return 0;
 }
-/*-- 19.12.2005 14:05:47---------------------------------------------------
 
-  -----------------------------------------------------------------------*/
 void SwFldPage::SetWrtShell( SwWrtShell* pShell )
 {
     m_pWrtShell = pShell;
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to