[Libreoffice-commits] .: sw/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Mon Mar 14 13:36:55 PDT 2011


 sw/source/core/doc/docnew.cxx            |    2 +-
 sw/source/core/edit/edlingu.cxx          |    8 ++++----
 sw/source/core/frmedt/fetab.cxx          |    2 +-
 sw/source/core/unocore/unotext.cxx       |    6 +++---
 sw/source/ui/dbui/mmoutputpage.cxx       |    2 +-
 sw/source/ui/dbui/mmpreparemergepage.cxx |    2 +-
 sw/source/ui/docvw/romenu.cxx            |    2 +-
 sw/source/ui/frmdlg/cption.cxx           |    2 +-
 sw/source/ui/inc/mailmergehelper.hxx     |    4 ++--
 sw/source/ui/shells/drwbassh.cxx         |    2 +-
 10 files changed, 16 insertions(+), 16 deletions(-)

New commits:
commit b18054ffcd25273a7e4c21e53ea24c915ee3bf81
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Mon Mar 14 21:35:43 2011 +0100

    Remove dates from comments

diff --git a/sw/source/core/doc/docnew.cxx b/sw/source/core/doc/docnew.cxx
index 7e6c009..5e3922b 100644
--- a/sw/source/core/doc/docnew.cxx
+++ b/sw/source/core/doc/docnew.cxx
@@ -1092,7 +1092,7 @@ SfxObjectShell* SwDoc::CreateCopy(bool bCallInitNew ) const
     return xRetShell;
 }
 
-/*-- 08.05.2009 10:52:40---------------------------------------------------
+/*-------------------------------------------------------------------------
     copy document content - code from SwFEShell::Paste( SwDoc* , BOOL  )
   -----------------------------------------------------------------------*/
 void SwDoc::Paste( const SwDoc& rSource )
diff --git a/sw/source/core/edit/edlingu.cxx b/sw/source/core/edit/edlingu.cxx
index 14f5635..453f14a 100644
--- a/sw/source/core/edit/edlingu.cxx
+++ b/sw/source/core/edit/edlingu.cxx
@@ -1241,7 +1241,7 @@ bool SwEditShell::SpellSentence(::svx::SpellPortions& rPortions, bool bIsGrammar
     EndAction();
     return bRet;
 }
-/*-- 08.09.2008 09:35:19---------------------------------------------------
+/*-------------------------------------------------------------------------
     make SpellIter start with the current sentence when called next time
   -----------------------------------------------------------------------*/
 void SwEditShell::PutSpellingToSentenceStart()
@@ -1428,7 +1428,7 @@ void SwEditShell::ApplyChangedSentence(const ::svx::SpellPortions& rNewPortions,
         EndAction();
     }
 }
-/*-- 02.02.2005 10:46:45---------------------------------------------------
+/*-------------------------------------------------------------------------
     collect all deleted redlines of the current text node beginning at the
     start of the cursor position
   -----------------------------------------------------------------------*/
@@ -1468,7 +1468,7 @@ SpellContentPositions lcl_CollectDeletedRedlines(SwEditShell* pSh)
     }
     return aRedlines;
 }
-/*-- 02.02.2005 11:06:12---------------------------------------------------
+/*-------------------------------------------------------------------------
     remove the redline positions after the current selection
   -----------------------------------------------------------------------*/
 void lcl_CutRedlines( SpellContentPositions& aDeletedRedlines, SwEditShell* pSh )
@@ -1728,7 +1728,7 @@ LanguageType lcl_GetLanguage(SwEditShell& rSh)
     const SvxLanguageItem& rLang = static_cast<const SvxLanguageItem& >(aSet.Get(nLangWhichId));
     return rLang.GetLanguage();
 }
-/*-- 08.10.2003 08:53:27---------------------------------------------------
+/*-------------------------------------------------------------------------
     create a text portion at the given position
   -----------------------------------------------------------------------*/
 void SwSpellIter::CreatePortion(uno::Reference< XSpellAlternatives > xAlt,
diff --git a/sw/source/core/frmedt/fetab.cxx b/sw/source/core/frmedt/fetab.cxx
index f2fd211..42e52bd 100644
--- a/sw/source/core/frmedt/fetab.cxx
+++ b/sw/source/core/frmedt/fetab.cxx
@@ -1111,7 +1111,7 @@ void SwFEShell::SetRowsToRepeat( USHORT nSet )
         EndAllActionAndCall();
     }
 }
-/*-- 30.06.2004 08:46:35---------------------------------------------------
+/*-------------------------------------------------------------------------
     returns the number of rows consecutively selected from top
   -----------------------------------------------------------------------*/
 USHORT lcl_GetRowNumber( const SwPosition& rPos )
diff --git a/sw/source/core/unocore/unotext.cxx b/sw/source/core/unocore/unotext.cxx
index 9871fb7..9c02e7f 100644
--- a/sw/source/core/unocore/unotext.cxx
+++ b/sw/source/core/unocore/unotext.cxx
@@ -1367,7 +1367,7 @@ throw (lang::IllegalArgumentException, uno::RuntimeException)
     return xRet;
 }
 
-/*-- 08.05.2006 13:28:26---------------------------------------------------
+/*-------------------------------------------------------------------------
     Append text portions at the end of the last paragraph of the text
     interface. Support of import filters.
   -----------------------------------------------------------------------*/
@@ -1473,7 +1473,7 @@ throw (lang::IllegalArgumentException, uno::RuntimeException)
     return xRet;
 }
 
-/*-- 11.05.2006 15:46:26---------------------------------------------------
+/*-------------------------------------------------------------------------
     enable appending text contents like graphic objects, shapes and so on
     to support import filters
   -----------------------------------------------------------------------*/
@@ -1760,7 +1760,7 @@ throw (lang::IllegalArgumentException, uno::RuntimeException)
     return xRet;
 }
 
-/*-- 11.05.2006 15:46:26---------------------------------------------------
+/*-------------------------------------------------------------------------
     Move previously imported paragraphs into a new text table.
   -----------------------------------------------------------------------*/
 struct VerticallyMergedCell
diff --git a/sw/source/ui/dbui/mmoutputpage.cxx b/sw/source/ui/dbui/mmoutputpage.cxx
index cb13d06..507c807 100644
--- a/sw/source/ui/dbui/mmoutputpage.cxx
+++ b/sw/source/ui/dbui/mmoutputpage.cxx
@@ -991,7 +991,7 @@ IMPL_LINK(SwMailMergeOutputPage, SendAsHdl_Impl, PushButton*, pButton)
     return 0;
 }
 
-/*-- 21.05.2004 12:03:25---------------------------------------------------
+/*-------------------------------------------------------------------------
     Send documents as e-mail
   -----------------------------------------------------------------------*/
 IMPL_LINK(SwMailMergeOutputPage, SendDocumentsHdl_Impl, PushButton*, pButton)
diff --git a/sw/source/ui/dbui/mmpreparemergepage.cxx b/sw/source/ui/dbui/mmpreparemergepage.cxx
index 63d27a9..2ecd0d7 100644
--- a/sw/source/ui/dbui/mmpreparemergepage.cxx
+++ b/sw/source/ui/dbui/mmpreparemergepage.cxx
@@ -170,7 +170,7 @@ void  SwMailMergePrepareMergePage::ActivatePage()
     MoveHdl_Impl(&m_aRecordED);
 }
 
-/*-- 13.05.2004 15:38:32---------------------------------------------------
+/*-------------------------------------------------------------------------
     merge the data into a new file
   -----------------------------------------------------------------------*/
 sal_Bool  SwMailMergePrepareMergePage::commitPage( ::svt::WizardTypes::CommitPageReason _eReason )
diff --git a/sw/source/ui/docvw/romenu.cxx b/sw/source/ui/docvw/romenu.cxx
index ed80f5d..6bf46cd 100644
--- a/sw/source/ui/docvw/romenu.cxx
+++ b/sw/source/ui/docvw/romenu.cxx
@@ -275,7 +275,7 @@ void SwReadOnlyPopup::Execute( Window* pWin, const Point &rPixPos )
     Execute(pWin, nId);
 }
 
-/*-- 17.03.2004 13:06:18---------------------------------------------------
+/*-------------------------------------------------------------------------
     execute the resulting ID only - necessary to support XContextMenuInterception
   -----------------------------------------------------------------------*/
 void SwReadOnlyPopup::Execute( Window* pWin, USHORT nId )
diff --git a/sw/source/ui/frmdlg/cption.cxx b/sw/source/ui/frmdlg/cption.cxx
index 29d7239..4305640 100644
--- a/sw/source/ui/frmdlg/cption.cxx
+++ b/sw/source/ui/frmdlg/cption.cxx
@@ -598,7 +598,7 @@ long SwCaptionDialog::CategoryBox::PreNotify( NotifyEvent& rNEvt )
     return nHandled;
 }
 
-/*-- 01.11.2007 10:45:51---------------------------------------------------
+/*-------------------------------------------------------------------------
     //#i61007# order of captions
   -----------------------------------------------------------------------*/
 void lcl_MoveH( Window& rWin, sal_Int32 nMove )
diff --git a/sw/source/ui/inc/mailmergehelper.hxx b/sw/source/ui/inc/mailmergehelper.hxx
index 9aec2cb..dd7d5ea 100644
--- a/sw/source/ui/inc/mailmergehelper.hxx
+++ b/sw/source/ui/inc/mailmergehelper.hxx
@@ -83,7 +83,7 @@ namespace com{namespace sun{namespace star{
     }
 }}}
 
-/*-- 27.04.2004 13:20:00---------------------------------------------------
+/*-------------------------------------------------------------------------
     Preview window used to show the possible selection of address blocks
     and also the resulting address filled with database data
   -----------------------------------------------------------------------*/
@@ -139,7 +139,7 @@ public:
     void    SetSelectHdl (const Link& rLink) {m_aSelectHdl = rLink;}
 };
 
-/*-- 11.05.2004 15:39:59---------------------------------------------------
+/*-------------------------------------------------------------------------
     iterate over an address block or a greeting line
     the iterator returns the parts either as pure string
     or as column
diff --git a/sw/source/ui/shells/drwbassh.cxx b/sw/source/ui/shells/drwbassh.cxx
index be375cf..734d98b 100644
--- a/sw/source/ui/shells/drwbassh.cxx
+++ b/sw/source/ui/shells/drwbassh.cxx
@@ -767,7 +767,7 @@ BOOL SwDrawBaseShell::Disable(SfxItemSet& rSet, USHORT nWhich)
     return bDisable;
 }
 
-/*-- 09.03.2004 13:15:03---------------------------------------------------
+/*-------------------------------------------------------------------------
     Validate of drawing positions
   -----------------------------------------------------------------------*/
 IMPL_LINK(SwDrawBaseShell, ValidatePosition, SvxSwFrameValidation*, pValidation )


More information about the Libreoffice-commits mailing list