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

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

diff --git a/sw/source/ui/index/idxmrk.cxx b/sw/source/ui/index/idxmrk.cxx
index b41346a..f48a0a5 100644
--- a/sw/source/ui/index/idxmrk.cxx
+++ b/sw/source/ui/index/idxmrk.cxx
@@ -67,10 +67,6 @@
 #include <ndtxt.hxx>
 #include <breakit.hxx>
 
-
-/* -----------------07.09.99 08:15-------------------
-
- --------------------------------------------------*/
 SFX_IMPL_CHILDWINDOW(SwInsertIdxMarkWrapper, FN_INSERT_IDX_ENTRY_DLG)
 
 SwInsertIdxMarkWrapper::SwInsertIdxMarkWrapper(	Window *pParentWindow,
@@ -88,9 +84,7 @@ SwInsertIdxMarkWrapper::SwInsertIdxMarkWrapper(	Window *pParentWindow,
                         // -> Show() will invoke StateChanged() and save pos
     eChildAlignment = SFX_ALIGN_NOALIGNMENT;
 }
-/* -----------------07.09.99 09:14-------------------
 
- --------------------------------------------------*/
 SfxChildWinInfo SwInsertIdxMarkWrapper::GetInfo() const
 {
     SfxChildWinInfo aInfo = SfxChildWindow::GetInfo();
@@ -103,10 +97,6 @@ void	SwInsertIdxMarkWrapper::ReInitDlg(SwWrtShell& rWrtShell)
     pAbstDlg->ReInitDlg(rWrtShell);
 }
 
-
-/* -----------------07.09.99 08:15-------------------
-
- --------------------------------------------------*/
 SFX_IMPL_CHILDWINDOW(SwInsertAuthMarkWrapper, FN_INSERT_AUTH_ENTRY_DLG)
 
 SwInsertAuthMarkWrapper::SwInsertAuthMarkWrapper(	Window *pParentWindow,
@@ -123,17 +113,13 @@ SwInsertAuthMarkWrapper::SwInsertAuthMarkWrapper(	Window *pParentWindow,
 
     eChildAlignment = SFX_ALIGN_NOALIGNMENT;
 }
-/* -----------------07.09.99 09:14-------------------
 
- --------------------------------------------------*/
 SfxChildWinInfo SwInsertAuthMarkWrapper::GetInfo() const
 {
     SfxChildWinInfo aInfo = SfxChildWindow::GetInfo();
     return aInfo;
 }
-/* -----------------19.10.99 11:16-------------------
 
- --------------------------------------------------*/
 void	SwInsertAuthMarkWrapper::ReInitDlg(SwWrtShell& rWrtShell)
 {
     pAbstDlg->ReInitDlg(rWrtShell);
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to