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

Signed-off-by: Prashant Shah <pshah.mum...@gmail.com>
---
 sw/source/ui/fldui/fldedt.cxx |   34 ----------------------------------
 1 files changed, 0 insertions(+), 34 deletions(-)

diff --git a/sw/source/ui/fldui/fldedt.cxx b/sw/source/ui/fldui/fldedt.cxx
index 26be732..d29640a 100644
--- a/sw/source/ui/fldui/fldedt.cxx
+++ b/sw/source/ui/fldui/fldedt.cxx
@@ -60,16 +60,11 @@
 #include <com/sun/star/document/XDocumentProperties.hpp>
 #include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
 
-
 namespace swui
 {
     SwAbstractDialogFactory * GetFactory();
 }
 
-/*--------------------------------------------------------------------
-    Beschreibung:
- --------------------------------------------------------------------*/
-
 SwFldEditDlg::SwFldEditDlg(SwView& rVw) :
     SfxSingleTabDialog(&rVw.GetViewFrame()->GetWindow(), 0, 0),
     pSh			(rVw.GetWrtShellPtr()),
@@ -127,7 +122,6 @@ SwFldEditDlg::SwFldEditDlg(SwView& rVw) :
 /*--------------------------------------------------------------------
     Beschreibung: Controlls initialisieren
  --------------------------------------------------------------------*/
-
 void SwFldEditDlg::Init()
 {
     SwFldPage* pTabPage = (SwFldPage*)GetTabPage();
@@ -165,10 +159,6 @@ void SwFldEditDlg::Init()
                            !pSh->HasReadonlySel() );
 }
 
-/*--------------------------------------------------------------------
-    Beschreibung:
- --------------------------------------------------------------------*/
-
 SfxTabPage* SwFldEditDlg::CreatePage(USHORT nGroup)
 {
     // TabPage erzeugen
@@ -238,20 +228,12 @@ SfxTabPage* SwFldEditDlg::CreatePage(USHORT nGroup)
     return pTabPage;
 }
 
-/*--------------------------------------------------------------------
-    Beschreibung:
- --------------------------------------------------------------------*/
-
 SwFldEditDlg::~SwFldEditDlg()
 {
     pSh->SetCareWin(NULL);
     pSh->EnterStdMode();
 }
 
-/*--------------------------------------------------------------------
-    Beschreibung:
- --------------------------------------------------------------------*/
-
 void SwFldEditDlg::EnableInsert(BOOL bEnable)
 {
     if( bEnable && pSh->IsReadOnlyAvailable() && pSh->HasReadonlySel() )
@@ -259,10 +241,6 @@ void SwFldEditDlg::EnableInsert(BOOL bEnable)
     GetOKButton()->Enable( bEnable );
 }
 
-/*--------------------------------------------------------------------
-    Beschreibung:
- --------------------------------------------------------------------*/
-
 void SwFldEditDlg::InsertHdl()
 {
     GetOKButton()->Click();
@@ -271,7 +249,6 @@ void SwFldEditDlg::InsertHdl()
 /*--------------------------------------------------------------------
      Beschreibung: Aendern des Feldes anstossen
  --------------------------------------------------------------------*/
-
 IMPL_LINK( SwFldEditDlg, OKHdl, Button *, EMPTYARG )
 {
     if (GetOKButton()->IsEnabled())
@@ -288,10 +265,6 @@ IMPL_LINK( SwFldEditDlg, OKHdl, Button *, EMPTYARG )
     return 0;
 }
 
-/*--------------------------------------------------------------------
-    Beschreibung:
- --------------------------------------------------------------------*/
-
 short SwFldEditDlg::Execute()
 {
     // Ohne TabPage kein Dialog
@@ -301,7 +274,6 @@ short SwFldEditDlg::Execute()
 /*--------------------------------------------------------------------
     Beschreibung: Traveling zwishen Feldern gleichen Typs
  --------------------------------------------------------------------*/
-
 IMPL_LINK( SwFldEditDlg, NextPrevHdl, Button *, pButton )
 {
     BOOL bNext = pButton == &aNextBT;
@@ -343,10 +315,6 @@ IMPL_LINK( SwFldEditDlg, NextPrevHdl, Button *, pButton )
     return 0;
 }
 
-/*--------------------------------------------------------------------
-    Beschreibung:
- --------------------------------------------------------------------*/
-
 IMPL_LINK( SwFldEditDlg, AddressHdl, PushButton *, EMPTYARG )
 {
     SwFldPage* pTabPage = (SwFldPage*)GetTabPage();
@@ -395,5 +363,3 @@ IMPL_LINK( SwFldEditDlg, AddressHdl, PushButton *, EMPTYARG )
     delete pDlg;
     return 0;
 }
-
-
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to