summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorJ. Graeme Lingard <jgraeme+git@gmail.com>2010-11-15 15:45:28 +0000
committerJ. Graeme Lingard <jgraeme+git@gmail.com>2010-11-15 15:45:28 +0000
commitff0323be77497b6beed1a39a7c5dfa1335450bc9 (patch)
tree97353d3641408156a96e2fe453312512c07be575 /sw/source
parent704153e5db7e66f68797772b4f3a7e4ab67ad87f (diff)
Remove empty dated comments
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/core/docnode/ndtbl.cxx5
-rw-r--r--sw/source/core/edit/editsh.cxx3
-rw-r--r--sw/source/core/edit/edlingu.cxx21
-rw-r--r--sw/source/core/edit/ednumber.cxx3
-rw-r--r--sw/source/core/fields/chpfld.cxx5
-rw-r--r--sw/source/core/fields/docufld.cxx55
-rw-r--r--sw/source/core/fields/flddat.cxx5
-rw-r--r--sw/source/core/fields/macrofld.cxx5
-rw-r--r--sw/source/core/fields/scrptfld.cxx4
-rw-r--r--sw/source/core/fields/tblcalc.cxx6
-rw-r--r--sw/source/core/fields/usrfld.cxx10
-rw-r--r--sw/source/core/frmedt/fecopy.cxx3
-rw-r--r--sw/source/core/frmedt/fefly1.cxx2
-rw-r--r--sw/source/core/inc/doctxm.hxx2
-rw-r--r--sw/source/core/swg/swblocks.cxx5
-rw-r--r--sw/source/core/undo/docundo.cxx3
-rw-r--r--sw/source/ui/dbui/createaddresslistdialog.src6
-rw-r--r--sw/source/ui/dbui/customizeaddresslistdialog.hxx4
-rw-r--r--sw/source/ui/dbui/customizeaddresslistdialog.src5
-rw-r--r--sw/source/ui/dbui/mmaddressblockpage.src9
-rw-r--r--sw/source/ui/inc/numprevw.hxx3
-rw-r--r--sw/source/ui/lingu/olmenu.cxx2
-rw-r--r--sw/source/ui/misc/docfnote.cxx3
-rw-r--r--sw/source/ui/uiview/viewdlg2.cxx12
24 files changed, 0 insertions, 181 deletions
diff --git a/sw/source/core/docnode/ndtbl.cxx b/sw/source/core/docnode/ndtbl.cxx
index 961383c7de8f..12e238176135 100644
--- a/sw/source/core/docnode/ndtbl.cxx
+++ b/sw/source/core/docnode/ndtbl.cxx
@@ -1120,9 +1120,7 @@ SwTableNode* SwNodes::TextToTable( const SwNodeRange& rRange, sal_Unicode cCh,
// das wars doch wohl ??
return pTblNd;
}
-/*-- 18.05.2006 10:30:29---------------------------------------------------
- -----------------------------------------------------------------------*/
const SwTable* SwDoc::TextToTable( const std::vector< std::vector<SwNodeRange> >& rTableNodes )
{
/* #106283# Save first node in the selection if it is a content node. */
@@ -1333,9 +1331,6 @@ SwNodeRange * SwNodes::ExpandRangeForTableBox(const SwNodeRange & rRange)
return pResult;
}
-/*-- 18.05.2006 08:23:28---------------------------------------------------
-
- -----------------------------------------------------------------------*/
SwTableNode* SwNodes::TextToTable( const SwNodes::TableRanges_t & rTableNodes,
SwTableFmt* pTblFmt,
SwTableLineFmt* pLineFmt,
diff --git a/sw/source/core/edit/editsh.cxx b/sw/source/core/edit/editsh.cxx
index 0451b807b672..a392d26ace20 100644
--- a/sw/source/core/edit/editsh.cxx
+++ b/sw/source/core/edit/editsh.cxx
@@ -221,9 +221,6 @@ long SwEditShell::SplitNode( BOOL bAutoFormat, BOOL bCheckTableStart )
return(1L);
}
-/*-- 11.05.2004 09:41:20---------------------------------------------------
-
- -----------------------------------------------------------------------*/
sal_Bool SwEditShell::AppendTxtNode()
{
sal_Bool bRet = sal_False;
diff --git a/sw/source/core/edit/edlingu.cxx b/sw/source/core/edit/edlingu.cxx
index f5b637898431..d42e5537b8ee 100644
--- a/sw/source/core/edit/edlingu.cxx
+++ b/sw/source/core/edit/edlingu.cxx
@@ -1256,9 +1256,6 @@ bool SwEditShell::GetGrammarCorrection(
return bRes;
}
-/*-- 18.09.2003 15:08:18---------------------------------------------------
-
- -----------------------------------------------------------------------*/
bool SwEditShell::SpellSentence(::svx::SpellPortions& rPortions, bool bIsGrammarCheck)
{
ASSERT( pSpellIter, "SpellIter missing" );
@@ -1282,9 +1279,7 @@ void SwEditShell::PutSpellingToSentenceStart()
return;
pSpellIter->ToSentenceStart();
}
-/*-- 02.02.2005 14:34:41---------------------------------------------------
- -----------------------------------------------------------------------*/
sal_uInt32 lcl_CountRedlines(
const ::svx::SpellPortions& rLastPortions)
{
@@ -1297,9 +1292,6 @@ sal_uInt32 lcl_CountRedlines(
}
return nRet;
}
-/*-- 18.09.2003 15:08:20---------------------------------------------------
-
- -----------------------------------------------------------------------*/
void SwEditShell::MoveContinuationPosToEndOfCheckedSentence()
{
@@ -1521,9 +1513,7 @@ void lcl_CutRedlines( SpellContentPositions& aDeletedRedlines, SwEditShell* pSh
}
}
}
-/*-- 02.02.2005 11:43:00---------------------------------------------------
- -----------------------------------------------------------------------*/
SpellContentPosition lcl_FindNextDeletedRedline(
const SpellContentPositions& rDeletedRedlines,
xub_StrLen nSearchFrom )
@@ -1543,9 +1533,7 @@ SpellContentPosition lcl_FindNextDeletedRedline(
}
return aRet;
}
-/*-- 18.09.2003 15:08:20---------------------------------------------------
- -----------------------------------------------------------------------*/
bool SwSpellIter::SpellSentence(::svx::SpellPortions& rPortions, bool bIsGrammarCheck)
{
bool bRet = false;
@@ -1748,16 +1736,11 @@ bool SwSpellIter::SpellSentence(::svx::SpellPortions& rPortions, bool bIsGrammar
return bRet;
}
-/*-- 08.09.2008 09:37:15---------------------------------------------------
-
- -----------------------------------------------------------------------*/
void SwSpellIter::ToSentenceStart()
{
bBackToStartOfSentence = true;
}
-/*-- 08.10.2003 08:49:56---------------------------------------------------
- -----------------------------------------------------------------------*/
LanguageType lcl_GetLanguage(SwEditShell& rSh)
{
USHORT nScriptType = rSh.GetScriptType();
@@ -1822,9 +1805,7 @@ void SwSpellIter::CreatePortion(uno::Reference< XSpellAlternatives > xAlt,
aLastPositions.push_back(aPosition);
}
}
-/*-- 19.09.2003 13:05:43---------------------------------------------------
- -----------------------------------------------------------------------*/
void SwSpellIter::AddPortion(uno::Reference< XSpellAlternatives > xAlt,
linguistic2::ProofreadingResult* pGrammarResult,
const SpellContentPositions& rDeletedRedlines)
@@ -1943,9 +1924,7 @@ void SwSpellIter::AddPortion(uno::Reference< XSpellAlternatives > xAlt,
}
}
}
-/*-- 07.08.2008 15:01:25---------------------------------------------------
- -----------------------------------------------------------------------*/
void SwEditShell::IgnoreGrammarErrorAt( SwPaM& rErrorPosition )
{
SwTxtNode *pNode;
diff --git a/sw/source/core/edit/ednumber.cxx b/sw/source/core/edit/ednumber.cxx
index 6ae13009ba74..0b9039438e1d 100644
--- a/sw/source/core/edit/ednumber.cxx
+++ b/sw/source/core/edit/ednumber.cxx
@@ -819,9 +819,6 @@ USHORT SwEditShell::GetNodeNumStart() const
// <--
}
-/*-- 26.08.2005 14:47:17---------------------------------------------------
-
- -----------------------------------------------------------------------*/
// --> OD 2008-03-18 #refactorlists#
const SwNumRule * SwEditShell::SearchNumRule( const bool bForward,
const bool bNum,
diff --git a/sw/source/core/fields/chpfld.cxx b/sw/source/core/fields/chpfld.cxx
index 77bf051f9d02..fff3739631c0 100644
--- a/sw/source/core/fields/chpfld.cxx
+++ b/sw/source/core/fields/chpfld.cxx
@@ -225,9 +225,6 @@ void SwChapterField::ChangeExpansion(const SwTxtNode &rTxtNd, sal_Bool bSrchNum)
}
}
-/*-----------------05.03.98 16:19-------------------
-
---------------------------------------------------*/
bool SwChapterField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
{
switch( nWhichId )
@@ -261,9 +258,7 @@ bool SwChapterField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
}
return true;
}
-/*-----------------05.03.98 16:19-------------------
---------------------------------------------------*/
bool SwChapterField::PutValue( const uno::Any& rAny, USHORT nWhichId )
{
BOOL bRet = TRUE;
diff --git a/sw/source/core/fields/docufld.cxx b/sw/source/core/fields/docufld.cxx
index c67cdf68a111..add8d7625a9a 100644
--- a/sw/source/core/fields/docufld.cxx
+++ b/sw/source/core/fields/docufld.cxx
@@ -250,9 +250,6 @@ sal_uInt16 SwPageNumberField::GetSubType() const
return nSubType;
}
-/*-----------------05.03.98 10:25-------------------
-
---------------------------------------------------*/
bool SwPageNumberField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
{
switch( nWhichId )
@@ -283,9 +280,7 @@ bool SwPageNumberField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
}
return true;
}
-/*-----------------05.03.98 10:25-------------------
---------------------------------------------------*/
bool SwPageNumberField::PutValue( const uno::Any& rAny, USHORT nWhichId )
{
bool bRet = true;
@@ -384,9 +379,6 @@ SwField* SwAuthorField::Copy() const
return pTmp;
}
-/*-----------------05.03.98 11:15-------------------
-
---------------------------------------------------*/
bool SwAuthorField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
{
bool bVal;
@@ -411,9 +403,7 @@ bool SwAuthorField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
}
return true;
}
-/*-----------------05.03.98 11:15-------------------
---------------------------------------------------*/
bool SwAuthorField::PutValue( const uno::Any& rAny, USHORT nWhichId )
{
switch( nWhichId )
@@ -530,9 +520,6 @@ SwField* SwFileNameField::Copy() const
return pTmp;
}
-/*-----------------05.03.98 08:59-------------------
-
---------------------------------------------------*/
bool SwFileNameField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
{
switch( nWhichId )
@@ -572,9 +559,7 @@ bool SwFileNameField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
}
return true;
}
-/*-----------------05.03.98 09:01-------------------
---------------------------------------------------*/
bool SwFileNameField::PutValue( const uno::Any& rAny, USHORT nWhichId )
{
switch( nWhichId )
@@ -706,9 +691,6 @@ SwField* SwTemplNameField::Copy() const
return pTmp;
}
-/*-----------------05.03.98 08:59-------------------
-
---------------------------------------------------*/
bool SwTemplNameField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
{
switch ( nWhichId )
@@ -734,9 +716,7 @@ bool SwTemplNameField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
}
return true;
}
-/*-----------------05.03.98 09:01-------------------
---------------------------------------------------*/
bool SwTemplNameField::PutValue( const uno::Any& rAny, USHORT nWhichId )
{
switch ( nWhichId )
@@ -861,9 +841,6 @@ void SwDocStatField::ChangeExpansion( const SwFrm* pFrm )
pFrm->FindPageFrm()->GetPageDesc()->GetNumType().GetNumberingType() );
}
-/*-----------------05.03.98 11:38-------------------
-
---------------------------------------------------*/
bool SwDocStatField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
{
switch ( nWhichId )
@@ -876,9 +853,7 @@ bool SwDocStatField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
}
return true;
}
-/*-----------------05.03.98 11:38-------------------
---------------------------------------------------*/
bool SwDocStatField::PutValue( const uno::Any& rAny, USHORT nWhichId )
{
bool bRet = false;
@@ -1749,9 +1724,7 @@ SwField* SwHiddenParaField::Copy() const
return pFld;
}
-/*-----------------05.03.98 13:25-------------------
---------------------------------------------------*/
bool SwHiddenParaField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
{
switch ( nWhichId )
@@ -1771,9 +1744,7 @@ bool SwHiddenParaField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
}
return true;
}
-/*-----------------05.03.98 13:25-------------------
---------------------------------------------------*/
bool SwHiddenParaField::PutValue( const uno::Any& rAny, USHORT nWhichId )
{
switch ( nWhichId )
@@ -1914,9 +1885,6 @@ sal_uInt32 SwPostItField::GetNumberOfParagraphs() const
return (mpText) ? mpText->Count() : 1;
}
-/*-----------------05.03.98 13:42-------------------
-
---------------------------------------------------*/
bool SwPostItField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
{
switch( nWhichId )
@@ -1977,10 +1945,6 @@ bool SwPostItField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
return true;
}
-
-/*-----------------05.03.98 13:42-------------------
-
---------------------------------------------------*/
bool SwPostItField::PutValue( const uno::Any& rAny, USHORT nWhichId )
{
switch( nWhichId )
@@ -2122,9 +2086,6 @@ void SwExtUserField::SetSubType(sal_uInt16 nSub)
nType = nSub;
}
-/*-----------------05.03.98 14:14-------------------
-
---------------------------------------------------*/
bool SwExtUserField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
{
switch( nWhichId )
@@ -2150,9 +2111,7 @@ bool SwExtUserField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
}
return true;
}
-/*-----------------05.03.98 14:14-------------------
---------------------------------------------------*/
bool SwExtUserField::PutValue( const uno::Any& rAny, USHORT nWhichId )
{
switch( nWhichId )
@@ -2242,9 +2201,6 @@ void SwRefPageSetField::SetPar2(const String& rStr)
SetOffset( (short) rStr.ToInt32() );
}
-/*-----------------05.03.98 14:52-------------------
-
---------------------------------------------------*/
bool SwRefPageSetField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
{
switch( nWhichId )
@@ -2260,9 +2216,7 @@ bool SwRefPageSetField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
}
return true;
}
-/*-----------------05.03.98 14:52-------------------
---------------------------------------------------*/
bool SwRefPageSetField::PutValue( const uno::Any& rAny, USHORT nWhichId )
{
switch( nWhichId )
@@ -2513,9 +2467,7 @@ void SwRefPageGetField::ChangeExpansion( const SwFrm* pFrm,
pGetFld->SetText( FormatNumber( nPageNum, nTmpFmt ) );
}
}
-/*-----------------05.03.98 14:52-------------------
---------------------------------------------------*/
bool SwRefPageGetField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
{
switch( nWhichId )
@@ -2531,9 +2483,7 @@ bool SwRefPageGetField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
}
return true;
}
-/*-----------------05.03.98 14:52-------------------
---------------------------------------------------*/
bool SwRefPageGetField::PutValue( const uno::Any& rAny, USHORT nWhichId )
{
switch( nWhichId )
@@ -2649,9 +2599,6 @@ void SwJumpEditField::SetPar2(const String& rStr)
sHelp = rStr;
}
-/*-----------------05.03.98 15:00-------------------
-
---------------------------------------------------*/
bool SwJumpEditField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
{
switch( nWhichId )
@@ -2683,9 +2630,7 @@ bool SwJumpEditField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
}
return true;
}
-/*-----------------05.03.98 15:00-------------------
---------------------------------------------------*/
bool SwJumpEditField::PutValue( const uno::Any& rAny, USHORT nWhichId )
{
switch( nWhichId )
diff --git a/sw/source/core/fields/flddat.cxx b/sw/source/core/fields/flddat.cxx
index 74920521b88d..f9f092c04861 100644
--- a/sw/source/core/fields/flddat.cxx
+++ b/sw/source/core/fields/flddat.cxx
@@ -179,9 +179,6 @@ Time SwDateTimeField::GetTime(BOOL bUseOffset) const
return (Time)aDT;
}
-/*-----------------04.03.98 11:05-------------------
-
---------------------------------------------------*/
bool SwDateTimeField::QueryValue( uno::Any& rVal, USHORT nWhichId ) const
{
switch( nWhichId )
@@ -224,9 +221,7 @@ bool SwDateTimeField::QueryValue( uno::Any& rVal, USHORT nWhichId ) const
}
return true;
}
-/*-----------------04.03.98 11:05-------------------
---------------------------------------------------*/
bool SwDateTimeField::PutValue( const uno::Any& rVal, USHORT nWhichId )
{
sal_Int32 nTmp = 0;
diff --git a/sw/source/core/fields/macrofld.cxx b/sw/source/core/fields/macrofld.cxx
index 5aef3045b2f7..3b8104b9b31b 100644
--- a/sw/source/core/fields/macrofld.cxx
+++ b/sw/source/core/fields/macrofld.cxx
@@ -176,9 +176,6 @@ String SwMacroField::GetPar2() const
return aText;
}
-/*-----------------05.03.98 13:38-------------------
-
---------------------------------------------------*/
bool SwMacroField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
{
switch( nWhichId )
@@ -200,9 +197,7 @@ bool SwMacroField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
}
return true;
}
-/*-----------------05.03.98 13:38-------------------
---------------------------------------------------*/
bool SwMacroField::PutValue( const uno::Any& rAny, USHORT nWhichId )
{
String sTmp;
diff --git a/sw/source/core/fields/scrptfld.cxx b/sw/source/core/fields/scrptfld.cxx
index 9d5e808d985a..540b5390a150 100644
--- a/sw/source/core/fields/scrptfld.cxx
+++ b/sw/source/core/fields/scrptfld.cxx
@@ -105,9 +105,7 @@ String SwScriptField::GetPar2() const
{
return sCode;
}
-/*-----------------05.03.98 15:00-------------------
---------------------------------------------------*/
bool SwScriptField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
{
switch( nWhichId )
@@ -126,9 +124,7 @@ bool SwScriptField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
}
return true;
}
-/*-----------------05.03.98 15:00-------------------
---------------------------------------------------*/
bool SwScriptField::PutValue( const uno::Any& rAny, USHORT nWhichId )
{
switch( nWhichId )
diff --git a/sw/source/core/fields/tblcalc.cxx b/sw/source/core/fields/tblcalc.cxx
index 5ffe9084ba7b..d0f338100af0 100644
--- a/sw/source/core/fields/tblcalc.cxx
+++ b/sw/source/core/fields/tblcalc.cxx
@@ -189,10 +189,6 @@ void SwTblField::SetPar2(const String& rStr)
SetFormula( rStr );
}
-
-/*-----------------04.03.98 10:33-------------------
-
---------------------------------------------------*/
bool SwTblField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
{
bool bRet = true;
@@ -224,9 +220,7 @@ bool SwTblField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
}
return bRet;
}
-/*-----------------04.03.98 10:33-------------------
---------------------------------------------------*/
bool SwTblField::PutValue( const uno::Any& rAny, USHORT nWhichId )
{
bool bRet = true;
diff --git a/sw/source/core/fields/usrfld.cxx b/sw/source/core/fields/usrfld.cxx
index c267b03d52d0..7f6d93688665 100644
--- a/sw/source/core/fields/usrfld.cxx
+++ b/sw/source/core/fields/usrfld.cxx
@@ -128,9 +128,6 @@ void SwUserField::SetSubType(sal_uInt16 nSub)
nSubType = nSub & 0xff00;
}
-/*-----------------09.03.98 08:04-------------------
-
---------------------------------------------------*/
bool SwUserField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
{
switch( nWhichId )
@@ -155,9 +152,7 @@ bool SwUserField::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
}
return true;
}
-/*-----------------09.03.98 08:04-------------------
---------------------------------------------------*/
bool SwUserField::PutValue( const uno::Any& rAny, USHORT nWhichId )
{
switch( nWhichId )
@@ -308,9 +303,6 @@ void SwUserFieldType::SetContent( const String& rStr, sal_uInt32 nFmt )
}
}
-/*-----------------04.03.98 17:05-------------------
-
---------------------------------------------------*/
bool SwUserFieldType::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
{
switch( nWhichId )
@@ -332,9 +324,7 @@ bool SwUserFieldType::QueryValue( uno::Any& rAny, USHORT nWhichId ) const
}
return true;
}
-/*-----------------04.03.98 17:05-------------------
---------------------------------------------------*/
bool SwUserFieldType::PutValue( const uno::Any& rAny, USHORT nWhichId )
{
switch( nWhichId )
diff --git a/sw/source/core/frmedt/fecopy.cxx b/sw/source/core/frmedt/fecopy.cxx
index 65817f3ed00c..f5f7054c2c7d 100644
--- a/sw/source/core/frmedt/fecopy.cxx
+++ b/sw/source/core/frmedt/fecopy.cxx
@@ -1131,9 +1131,6 @@ BOOL SwFEShell::Paste( SwDoc* pClpDoc, BOOL bIncludingPageFrames )
return bRet;
}
-/*-- 14.06.2004 13:31:17---------------------------------------------------
-
- -----------------------------------------------------------------------*/
BOOL SwFEShell::PastePages( SwFEShell& rToFill, USHORT nStartPage, USHORT nEndPage)
{
Push();
diff --git a/sw/source/core/frmedt/fefly1.cxx b/sw/source/core/frmedt/fefly1.cxx
index 0c000889ecaf..4d37269f6909 100644
--- a/sw/source/core/frmedt/fefly1.cxx
+++ b/sw/source/core/frmedt/fefly1.cxx
@@ -1149,9 +1149,7 @@ sal_Bool SwFEShell::SetFlyFrmAttr( SfxItemSet& rSet )
}
return bRet;
}
-/*-- 30.03.2004 15:05:07---------------------------------------------------
- -----------------------------------------------------------------------*/
sal_Bool SwFEShell::SetDrawingAttr( SfxItemSet& rSet )
{
sal_Bool bRet = sal_False;
diff --git a/sw/source/core/inc/doctxm.hxx b/sw/source/core/inc/doctxm.hxx
index a7431ea526f0..2a790120e7f1 100644
--- a/sw/source/core/inc/doctxm.hxx
+++ b/sw/source/core/inc/doctxm.hxx
@@ -110,9 +110,7 @@ public:
BOOL SetPosAtStartEnd( SwPosition& rPos, BOOL bAtStart = TRUE ) const;
};
-/* -----------------02.09.99 07:52-------------------
- --------------------------------------------------*/
struct SwDefTOXBase_Impl
{
SwTOXBase* pContBase;
diff --git a/sw/source/core/swg/swblocks.cxx b/sw/source/core/swg/swblocks.cxx
index 8a2763fdaf6d..c634fce960df 100644
--- a/sw/source/core/swg/swblocks.cxx
+++ b/sw/source/core/swg/swblocks.cxx
@@ -791,9 +791,6 @@ void SwTextBlocks::EndPutMuchBlockEntries()
pImp->PutMuchEntries( FALSE );
}
-/*-- 20.09.2004 10:25:33---------------------------------------------------
-
- -----------------------------------------------------------------------*/
String SwTextBlocks::GetBaseURL() const
{
String sRet;
@@ -801,9 +798,7 @@ String SwTextBlocks::GetBaseURL() const
sRet = pImp->GetBaseURL();
return sRet;
}
-/*-- 20.09.2004 10:25:33---------------------------------------------------
- -----------------------------------------------------------------------*/
void SwTextBlocks::SetBaseURL( const String& rURL )
{
if(pImp)
diff --git a/sw/source/core/undo/docundo.cxx b/sw/source/core/undo/docundo.cxx
index 3fa944475319..c44d6b246c7d 100644
--- a/sw/source/core/undo/docundo.cxx
+++ b/sw/source/core/undo/docundo.cxx
@@ -601,9 +601,6 @@ String SwDoc::GetUndoIdsStr( String* pStr, SwUndoIds *pUndoIds) const
return aTmpStr;
}
-/*-- 24.11.2004 16:11:21---------------------------------------------------
-
- -----------------------------------------------------------------------*/
sal_Bool SwDoc::RestoreInvisibleContent()
{
sal_Bool bRet = sal_False;
diff --git a/sw/source/ui/dbui/createaddresslistdialog.src b/sw/source/ui/dbui/createaddresslistdialog.src
index b43a373cd047..c7bbe2f1b658 100644
--- a/sw/source/ui/dbui/createaddresslistdialog.src
+++ b/sw/source/ui/dbui/createaddresslistdialog.src
@@ -29,9 +29,6 @@
#include <dbui.hrc>
#include <helpid.h>
-/*-- 13.04.2004 13:58:13---------------------------------------------------
-
- -----------------------------------------------------------------------*/
ModalDialog DLG_MM_CREATEADDRESSLIST
{
OutputSize = TRUE ;
@@ -164,9 +161,6 @@ ModalDialog DLG_MM_CREATEADDRESSLIST
};
};
-/*-- 13.04.2004 13:58:13---------------------------------------------------
-
- -----------------------------------------------------------------------*/
ModelessDialog DLG_MM_FIND_ENTRY
{
OutputSize = TRUE ;
diff --git a/sw/source/ui/dbui/customizeaddresslistdialog.hxx b/sw/source/ui/dbui/customizeaddresslistdialog.hxx
index a8c10a42e958..1989499cb7f7 100644
--- a/sw/source/ui/dbui/customizeaddresslistdialog.hxx
+++ b/sw/source/ui/dbui/customizeaddresslistdialog.hxx
@@ -35,9 +35,7 @@
#include <vcl/lstbox.hxx>
struct SwCSVData;
-/*-- 08.04.2004 14:04:39---------------------------------------------------
- -----------------------------------------------------------------------*/
class SwCustomizeAddressListDialog : public SfxModalDialog
{
FixedText m_aFieldsFT;
@@ -70,9 +68,7 @@ public:
SwCSVData* GetNewData();
};
-/*-- 13.04.2004 13:30:21---------------------------------------------------
- -----------------------------------------------------------------------*/
class SwAddRenameEntryDialog : public SfxModalDialog
{
FixedText m_aFieldNameFT;
diff --git a/sw/source/ui/dbui/customizeaddresslistdialog.src b/sw/source/ui/dbui/customizeaddresslistdialog.src
index 21e32ecb89c4..ae81c4a2eef6 100644
--- a/sw/source/ui/dbui/customizeaddresslistdialog.src
+++ b/sw/source/ui/dbui/customizeaddresslistdialog.src
@@ -29,9 +29,6 @@
#include <dbui.hrc>
#include <helpid.h>
-/*-- 13.04.2004 13:58:13---------------------------------------------------
-
- -----------------------------------------------------------------------*/
ModalDialog DLG_MM_CUSTOMIZE_ADDRESS_LIST
{
OutputSize = TRUE ;
@@ -108,9 +105,7 @@ ModalDialog DLG_MM_CUSTOMIZE_ADDRESS_LIST
Size = MAP_APPFONT ( 50 , 14 ) ;
};
};
-/*-- 13.04.2004 13:58:13---------------------------------------------------
- -----------------------------------------------------------------------*/
ModalDialog DLG_MM_ADD_RENAME_ENTRY
{
OutputSize = TRUE ;
diff --git a/sw/source/ui/dbui/mmaddressblockpage.src b/sw/source/ui/dbui/mmaddressblockpage.src
index 238d1cfa1260..9db19f59bd6b 100644
--- a/sw/source/ui/dbui/mmaddressblockpage.src
+++ b/sw/source/ui/dbui/mmaddressblockpage.src
@@ -187,9 +187,6 @@ TabPage DLG_MM_ADDRESSBLOCK_PAGE
};
};
-/*-- 13.04.2004 16:07:28---------------------------------------------------
-
- -----------------------------------------------------------------------*/
ModalDialog DLG_MM_SELECTADDRESSBLOCK
{
OutputSize = TRUE ;
@@ -287,10 +284,6 @@ ModalDialog DLG_MM_SELECTADDRESSBLOCK
};
};
-/*-- 13.04.2004 16:07:28---------------------------------------------------
-
- -----------------------------------------------------------------------*/
-
#define WORKAROUND\
Text [ en-US ] = "New Address Block";
@@ -512,9 +505,7 @@ ModalDialog DLG_MM_CUSTOMIZEADDRESSBLOCK
};
};
};
-/*-- 13.04.2004 17:45:24---------------------------------------------------
- -----------------------------------------------------------------------*/
ModalDialog DLG_MM_ASSIGNFIELDS
{
OutputSize = TRUE ;
diff --git a/sw/source/ui/inc/numprevw.hxx b/sw/source/ui/inc/numprevw.hxx
index 1d0002f0d56e..939cdd0e0585 100644
--- a/sw/source/ui/inc/numprevw.hxx
+++ b/sw/source/ui/inc/numprevw.hxx
@@ -33,9 +33,6 @@
#include <vcl/window.hxx>
class SwNumRule;
-/*-----------------02.12.97 10:31-------------------
-
---------------------------------------------------*/
class NumberingPreview : public Window
{
diff --git a/sw/source/ui/lingu/olmenu.cxx b/sw/source/ui/lingu/olmenu.cxx
index 65f7abf985fe..812ce27861ee 100644
--- a/sw/source/ui/lingu/olmenu.cxx
+++ b/sw/source/ui/lingu/olmenu.cxx
@@ -722,9 +722,7 @@ sal_uInt16 SwSpellPopup::Execute( const Rectangle& rWordPos, Window* pWin )
Execute( nRet );
return nRet;
}
-/*-- 19.01.2006 08:15:48---------------------------------------------------
- -----------------------------------------------------------------------*/
void SwSpellPopup::Execute( USHORT nId )
{
if (nId == USHRT_MAX)
diff --git a/sw/source/ui/misc/docfnote.cxx b/sw/source/ui/misc/docfnote.cxx
index 1cc11d239153..2351eda483de 100644
--- a/sw/source/ui/misc/docfnote.cxx
+++ b/sw/source/ui/misc/docfnote.cxx
@@ -315,9 +315,6 @@ int SwEndNoteOptionPage::GetNumbering() const
return (int) bPosDoc? nPos + 1: nPos;
}
-/*-----------------09.02.98 11:17-------------------
-
---------------------------------------------------*/
void SwEndNoteOptionPage::SetShell( SwWrtShell &rShell )
{
pSh = &rShell;
diff --git a/sw/source/ui/uiview/viewdlg2.cxx b/sw/source/ui/uiview/viewdlg2.cxx
index 9a6bd8a0c77d..50db327adbf5 100644
--- a/sw/source/ui/uiview/viewdlg2.cxx
+++ b/sw/source/ui/uiview/viewdlg2.cxx
@@ -61,10 +61,6 @@ extern String* pOldTabCat;
extern String* pOldFrmCat;
extern String* pOldDrwCat;
-/* -----------------06.11.98 13:45-------------------
- *
- * --------------------------------------------------*/
-
void SwView::ExecDlgExt(SfxRequest &rReq)
{
Window *pMDI = &GetViewFrame()->GetWindow();
@@ -102,10 +98,6 @@ void SwView::ExecDlgExt(SfxRequest &rReq)
}
}
-/* -----------------06.11.98 14:53-------------------
- *
- * --------------------------------------------------*/
-
void SwView::AutoCaption(const USHORT nType, const SvGlobalName *pOleId)
{
SwModuleOptions* pModOpt = SW_MOD()->GetModuleConfig();
@@ -119,10 +111,6 @@ void SwView::AutoCaption(const USHORT nType, const SvGlobalName *pOleId)
}
}
-/* -----------------06.11.98 12:58-------------------
- *
- * --------------------------------------------------*/
-
void SwView::InsertCaption(const InsCaptionOpt *pOpt)
{
if (!pOpt)