This patch removes bogus comments found in the DropDownFieldDialog.cxx file

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

diff --git a/sw/source/ui/fldui/DropDownFieldDialog.cxx b/sw/source/ui/fldui/DropDownFieldDialog.cxx
index 90859b3..141969f 100644
--- a/sw/source/ui/fldui/DropDownFieldDialog.cxx
+++ b/sw/source/ui/fldui/DropDownFieldDialog.cxx
@@ -48,7 +48,6 @@ using namespace ::com::sun::star;
 /*--------------------------------------------------------------------
     Beschreibung: Feldeinfuegen bearbeiten
  --------------------------------------------------------------------*/
-
 sw::DropDownFieldDialog::DropDownFieldDialog( Window *pParent, SwWrtShell &rS,
                               SwField* pField, BOOL bNextButton ) :
 
@@ -105,10 +104,6 @@ sw::DropDownFieldDialog::~DropDownFieldDialog()
 {
 }
 
-/*--------------------------------------------------------------------
-
- --------------------------------------------------------------------*/
-
 void sw::DropDownFieldDialog::Apply()
 {
     if(pDropField)
@@ -130,9 +125,7 @@ void sw::DropDownFieldDialog::Apply()
         }
     }
 }
-/* -----------------17.06.2003 10:50-----------------
 
- --------------------------------------------------*/
 IMPL_LINK(sw::DropDownFieldDialog, ButtonHdl, PushButton*, pButton)
 {
     EndDialog(&aNextPB == pButton ? RET_OK : RET_YES );
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to