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

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

diff --git a/sw/source/ui/index/toxmgr.cxx b/sw/source/ui/index/toxmgr.cxx
index 84a7135..89aabe4 100644
--- a/sw/source/ui/index/toxmgr.cxx
+++ b/sw/source/ui/index/toxmgr.cxx
@@ -40,8 +40,6 @@
 /*--------------------------------------------------------------------
     Beschreibung: Handhabung der Verzeichnisse durch TOXMgr
  --------------------------------------------------------------------*/
-
-
 SwTOXMgr::SwTOXMgr(SwWrtShell* pShell):
     pSh(pShell)
 {
@@ -52,14 +50,11 @@ SwTOXMgr::SwTOXMgr(SwWrtShell* pShell):
 /*--------------------------------------------------------------------
     Beschreibung: Aktuelle TOXMarks behandeln
  --------------------------------------------------------------------*/
-
-
 USHORT SwTOXMgr::GetTOXMarks()
 {
     return pSh->GetCurTOXMarks(aCurMarks);
 }
 
-
 SwTOXMark* SwTOXMgr::GetTOXMark(USHORT nId)
 {
     if(aCurMarks.Count() > 0)
@@ -67,7 +62,6 @@ SwTOXMark* SwTOXMgr::GetTOXMark(USHORT nId)
     return 0;
 }
 
-
 void SwTOXMgr::DeleteTOXMark()
 {
     SwTOXMark* pNext = 0;
@@ -83,9 +77,7 @@ void SwTOXMgr::DeleteTOXMark()
     // zur naechsten wandern
     pCurTOXMark = pNext;
 }
-/* -----------------20.08.99 10:48-------------------
 
- --------------------------------------------------*/
 void	SwTOXMgr::InsertTOXMark(const SwTOXMarkDescription& rDesc)
 {
     SwTOXMark* pMark = 0;
@@ -145,11 +137,10 @@ void	SwTOXMgr::InsertTOXMark(const SwTOXMarkDescription& rDesc)
     pSh->SwEditShell::Insert(*pMark);
     pSh->EndAllAction();
 }
+
 /*--------------------------------------------------------------------
     Beschreibung: Update eines TOXMarks
  --------------------------------------------------------------------*/
-
-
 void SwTOXMgr::UpdateTOXMark(const SwTOXMarkDescription& rDesc)
 {
     ASSERT(pCurTOXMark, "kein aktuelles TOXMark");
@@ -223,12 +214,9 @@ void SwTOXMgr::UpdateTOXMark(const SwTOXMarkDescription& rDesc)
     }
 }
 
-
 /*--------------------------------------------------------------------
     Beschreibung:	UserTypeID ermitteln
  --------------------------------------------------------------------*/
-
-
 USHORT SwTOXMgr::GetUserTypeID(const String& rStr)
 {
     USHORT nSize = pSh->GetTOXTypeCount(TOX_USER);
@@ -246,8 +234,6 @@ USHORT SwTOXMgr::GetUserTypeID(const String& rStr)
 /*--------------------------------------------------------------------
     Beschreibung: Traveling zwischen den TOXMarks
  --------------------------------------------------------------------*/
-
-
 void SwTOXMgr::NextTOXMark(BOOL bSame)
 {
     ASSERT(pCurTOXMark, "kein aktuelles TOXMark");
@@ -258,7 +244,6 @@ void SwTOXMgr::NextTOXMark(BOOL bSame)
     }
 }
 
-
 void SwTOXMgr::PrevTOXMark(BOOL bSame)
 {
     ASSERT(pCurTOXMark, "kein aktuelles TOXMark");
@@ -287,10 +272,6 @@ void SwTOXMgr::SetCurTOXMark(USHORT nId)
     pCurTOXMark = (nId < aCurMarks.Count()) ? aCurMarks[nId] : 0;
 }
 
-/* -----------------01.07.99 16:23-------------------
-
- --------------------------------------------------*/
-
 BOOL SwTOXMgr::UpdateOrInsertTOX(const SwTOXDescription& rDesc,
                                     SwTOXBase** ppBase,
                                     const SfxItemSet* pSet)
@@ -472,9 +453,7 @@ BOOL SwTOXMgr::UpdateOrInsertTOX(const SwTOXDescription& rDesc,
 
     return bRet;
 }
-/* -----------------20.10.99 14:11-------------------
 
- --------------------------------------------------*/
 void SwTOXDescription::SetSortKeys(SwTOXSortKey eKey1,
                         SwTOXSortKey eKey2,
                             SwTOXSortKey eKey3)
@@ -493,9 +472,6 @@ void SwTOXDescription::SetSortKeys(SwTOXSortKey eKey1,
     eSortKey3 = aArr[2];
 }
 
-/* -----------------10.09.99 10:02-------------------
-
- --------------------------------------------------*/
 void SwTOXDescription::ApplyTo(SwTOXBase& rTOXBase)
 {
     for(USHORT i = 0; i < MAXLEVEL; i++)
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to