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

Signed-off-by: Prashant Shah <[email protected]>
---
 sw/source/ui/utlui/swrenamexnameddlg.cxx |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/sw/source/ui/utlui/swrenamexnameddlg.cxx b/sw/source/ui/utlui/swrenamexnameddlg.cxx
index 7c774be..03398db 100644
--- a/sw/source/ui/utlui/swrenamexnameddlg.cxx
+++ b/sw/source/ui/utlui/swrenamexnameddlg.cxx
@@ -94,9 +94,7 @@ SwRenameXNamedDlg::SwRenameXNamedDlg( Window* pWin,
     aNewNameED.SetModifyHdl(LINK(this, SwRenameXNamedDlg, ModifyHdl));
     aOk.Enable(sal_False);
 }
-/* -----------------09.06.99 15:34-------------------
- *
- * --------------------------------------------------*/
+
 IMPL_LINK(SwRenameXNamedDlg, OkHdl, OKButton*, EMPTYARG)
 {
     try
@@ -110,9 +108,7 @@ IMPL_LINK(SwRenameXNamedDlg, OkHdl, OKButton*, EMPTYARG)
     EndDialog(RET_OK);
     return 0;
 }
-/* -----------------09.06.99 15:48-------------------
- *
- * --------------------------------------------------*/
+
 IMPL_LINK(SwRenameXNamedDlg, ModifyHdl, NoSpaceEdit*, pEdit)
 {
     String sTmp(pEdit->GetText());
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to