summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-02-08 08:48:59 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-02-08 19:06:48 +0100
commit842bfb16f710a624eb48294e5410e9944160c70d (patch)
tree7c85ef2417a993c608585948eab1a4e7faeb4b1b
parentb0c96965cfc02d2beb062158483079a2e746474f (diff)
Remove useless comments in components.
-rw-r--r--cui/source/options/optcolor.hxx2
-rw-r--r--cui/source/tabpages/chardlg.cxx1
-rw-r--r--cui/source/tabpages/swpossizetabpage.cxx48
-rw-r--r--cui/source/tabpages/tabline.cxx4
-rw-r--r--cui/source/tabpages/textattr.cxx3
-rw-r--r--extensions/source/abpilot/fieldmappingpage.cxx1
-rw-r--r--extensions/source/activex/main/so_activex.cpp4
-rw-r--r--extensions/source/bibliography/bibbeam.cxx1
-rw-r--r--extensions/source/bibliography/general.cxx1
-rw-r--r--forms/source/component/Button.cxx1
-rw-r--r--forms/source/component/DatabaseForm.cxx5
-rw-r--r--forms/source/component/FormComponent.cxx1
-rw-r--r--forms/source/component/FormattedField.cxx2
-rw-r--r--forms/source/component/ImageControl.cxx1
-rw-r--r--forms/source/component/clickableimage.cxx3
-rw-r--r--forms/source/runtime/formoperations.cxx1
-rw-r--r--setup_native/source/win32/customactions/reg64/reg64.cxx4
-rw-r--r--setup_native/source/win32/customactions/shellextensions/shellextensions.cxx2
-rw-r--r--wizards/com/sun/star/wizards/common/UCB.java6
-rw-r--r--wizards/com/sun/star/wizards/ui/UIConsts.java7
-rw-r--r--wizards/com/sun/star/wizards/web/LogTaskListener.java7
-rw-r--r--wizards/com/sun/star/wizards/web/export/ConfiguredExporter.java6
-rw-r--r--wizards/com/sun/star/wizards/web/export/CopyExporter.java7
-rw-r--r--wizards/com/sun/star/wizards/web/status/ErrorLog.java7
-rw-r--r--wizards/com/sun/star/wizards/web/status/ErrorReporter.java7
-rw-r--r--wizards/com/sun/star/wizards/web/status/LogTaskListener.java7
-rw-r--r--wizards/com/sun/star/wizards/web/status/Task.java7
-rw-r--r--wizards/com/sun/star/wizards/web/status/TaskEvent.java7
-rw-r--r--wizards/com/sun/star/wizards/web/status/TaskListener.java7
-rw-r--r--xmlsecurity/source/framework/buffernode.cxx78
-rw-r--r--xmlsecurity/source/framework/buffernode.hxx3
-rw-r--r--xmlsecurity/source/framework/decryptorimpl.cxx9
-rw-r--r--xmlsecurity/source/framework/decryptorimpl.hxx4
-rw-r--r--xmlsecurity/source/framework/elementcollector.cxx18
-rw-r--r--xmlsecurity/source/framework/elementcollector.hxx3
-rw-r--r--xmlsecurity/source/framework/elementmark.cxx3
-rw-r--r--xmlsecurity/source/framework/elementmark.hxx3
-rw-r--r--xmlsecurity/source/framework/encryptionengine.cxx9
-rw-r--r--xmlsecurity/source/framework/encryptionengine.hxx3
-rw-r--r--xmlsecurity/source/framework/encryptorimpl.cxx9
-rw-r--r--xmlsecurity/source/framework/encryptorimpl.hxx3
-rw-r--r--xmlsecurity/source/framework/saxeventkeeperimpl.cxx39
-rw-r--r--xmlsecurity/source/framework/saxeventkeeperimpl.hxx6
-rw-r--r--xmlsecurity/source/framework/securityengine.hxx4
-rw-r--r--xmlsecurity/source/framework/signaturecreatorimpl.cxx12
-rw-r--r--xmlsecurity/source/framework/signaturecreatorimpl.hxx4
-rw-r--r--xmlsecurity/source/framework/signatureengine.cxx9
-rw-r--r--xmlsecurity/source/framework/signatureengine.hxx3
-rw-r--r--xmlsecurity/source/framework/signatureverifierimpl.cxx9
-rw-r--r--xmlsecurity/source/framework/signatureverifierimpl.hxx4
-rw-r--r--xmlsecurity/source/helper/xsecctl.cxx42
-rw-r--r--xmlsecurity/source/helper/xsecctl.hxx6
-rw-r--r--xmlsecurity/source/helper/xsecparser.hxx3
-rw-r--r--xmlsecurity/source/xmlsec/mscrypt/seinitializer_mscryptimpl.hxx3
-rw-r--r--xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.hxx3
-rw-r--r--xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx33
-rw-r--r--xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx5
-rw-r--r--xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx6
-rw-r--r--xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.hxx4
59 files changed, 42 insertions, 458 deletions
diff --git a/cui/source/options/optcolor.hxx b/cui/source/options/optcolor.hxx
index 57d90ec574a8..b615d07f3c8f 100644
--- a/cui/source/options/optcolor.hxx
+++ b/cui/source/options/optcolor.hxx
@@ -37,7 +37,7 @@
namespace svtools {class EditableColorConfig;class EditableExtendedColorConfig;}
class ColorConfigCtrl_Impl;
-class AbstractSvxNameDialog; //CHINA001 class SvxNameDialog;
+class AbstractSvxNameDialog;
class SvxColorOptionsTabPage : public SfxTabPage
{
using SfxTabPage::DeactivatePage;
diff --git a/cui/source/tabpages/chardlg.cxx b/cui/source/tabpages/chardlg.cxx
index c0f039704e0e..2a1119288a20 100644
--- a/cui/source/tabpages/chardlg.cxx
+++ b/cui/source/tabpages/chardlg.cxx
@@ -2443,7 +2443,6 @@ void SvxCharEffectsPage::Reset( const SfxItemSet& rSet )
m_aUnderlineLB.GetSelectHdl().Call(NULL);
// don't call SelectHdl_Impl directly!
// in DisableControls, we may have re-reouted the select handler
- // 30.05.2001 - 86262 - frank.schoenheit@germany.sun.com
// the select handler for the emphasis listbox
// SelectHdl_Impl( &m_aEmphasisLB );
diff --git a/cui/source/tabpages/swpossizetabpage.cxx b/cui/source/tabpages/swpossizetabpage.cxx
index 1d3a8bdd2b26..bd1706280888 100644
--- a/cui/source/tabpages/swpossizetabpage.cxx
+++ b/cui/source/tabpages/swpossizetabpage.cxx
@@ -95,11 +95,11 @@ struct StringIdPair_Impl
#define LB_REL_CHAR 0x00020000L // as char, relative to character
#define LB_REL_ROW 0x00040000L // as char, relative to line
-// OD 10.11.2003 #i22305#
+// #i22305#
#define LB_FLY_VERT_FRAME 0x00100000L // vertical entire frame
#define LB_FLY_VERT_PRTAREA 0x00200000L // vertical frame text area
-// OD 11.11.2003 #i22341#
+// #i22341#
#define LB_VERT_LINE 0x00400000L // vertical text line
static RelationMap aRelationMap[] =
@@ -122,11 +122,11 @@ static RelationMap aRelationMap[] =
{SwFPos::REL_BORDER, SwFPos::REL_BORDER, LB_VERT_FRAME, RelOrientation::FRAME},
{SwFPos::REL_PRTAREA, SwFPos::REL_PRTAREA, LB_VERT_PRTAREA, RelOrientation::PRINT_AREA},
- // OD 10.11.2003 #i22305#
+ // #i22305#
{SwFPos::FLY_REL_PG_FRAME, SwFPos::FLY_REL_PG_FRAME, LB_FLY_VERT_FRAME, RelOrientation::FRAME},
{SwFPos::FLY_REL_PG_PRTAREA, SwFPos::FLY_REL_PG_PRTAREA, LB_FLY_VERT_PRTAREA, RelOrientation::PRINT_AREA},
- // OD 11.11.2003 #i22341#
+ // #i22341#
{SwFPos::REL_LINE, SwFPos::REL_LINE, LB_VERT_LINE, RelOrientation::TEXT_LINE}
};
@@ -193,8 +193,8 @@ static FrmMap aHFlyHtmlMap[] =
{SwFPos::FROMLEFT, SwFPos::MIR_FROMLEFT, HoriOrientation::NONE, LB_FLY_REL_PG_FRAME}
};
-// OD 19.09.2003 #i18732# - own vertical alignment map for to frame anchored objects
-// OD 10.11.2003 #i22305#
+// #i18732# - own vertical alignment map for to frame anchored objects
+// #i22305#
#define VERT_FRAME_REL (LB_VERT_FRAME|LB_FLY_VERT_PRTAREA)
static FrmMap aVFrameMap[] =
@@ -298,14 +298,14 @@ static FrmMap aHCharHtmlAbsMap[] =
{SwFPos::FROMLEFT, SwFPos::MIR_FROMLEFT, HoriOrientation::NONE, LB_REL_PG_FRAME}
};
-// OD 19.09.2003 #i18732# - allow vertical alignment at page areas
-// OD 12.11.2003 #i22341# - handle <LB_REL_CHAR> on its own
+// #i18732# - allow vertical alignment at page areas
+// #i22341# - handle <LB_REL_CHAR> on its own
#define VERT_CHAR_REL (LB_VERT_FRAME|LB_VERT_PRTAREA| \
LB_REL_PG_FRAME|LB_REL_PG_PRTAREA)
static FrmMap aVCharMap[] =
{
- // OD 11.11.2003 #i22341#
+ // #i22341#
// introduce mappings for new vertical alignment at top of line <LB_VERT_LINE>
// and correct mapping for vertical alignment at character for position <FROM_BOTTOM>
// Note: Because of these adjustments the map becomes ambigous in its values
@@ -477,7 +477,7 @@ SvxSwFramePosString::StringId lcl_ChangeResIdToVerticalOrRTL(
}
return eStringId;
}
-// OD 12.11.2003 #i22341# - helper method in order to determine all possible
+// #i22341# - helper method in order to determine all possible
// listbox relations in a relation map for a given relation
ULONG lcl_GetLBRelationsForRelations( const USHORT _nRel )
{
@@ -494,7 +494,7 @@ ULONG lcl_GetLBRelationsForRelations( const USHORT _nRel )
return nLBRelations;
}
-// OD 14.11.2003 #i22341# - helper method on order to determine all possible
+// #i22341# - helper method on order to determine all possible
// listbox relations in a relation map for a given string ID
ULONG lcl_GetLBRelationsForStrID( const FrmMap* _pMap,
const SvxSwFramePosString::StringId _eStrId,
@@ -913,15 +913,15 @@ void SvxSwPosSizeTabPage::Reset( const SfxItemSet& rSet)
}
m_aHoriMirrorCB.Show(FALSE);
m_aKeepRatioCB.Enable(FALSE);
- // OD 19.09.2003 #i18732# - hide checkbox in HTML mode
+ // #i18732# - hide checkbox in HTML mode
m_aFollowCB.Show(FALSE);
}
else
{
- // OD 06.11.2003 #i18732# correct enable/disable of check box 'Mirror on..'
+ // #i18732# correct enable/disable of check box 'Mirror on..'
m_aHoriMirrorCB.Enable(!m_aAsCharRB.IsChecked() && !m_bIsMultiSelection);
- // OD 06.11.2003 #i18732# - enable/disable check box 'Follow text flow'.
+ // #i18732# - enable/disable check box 'Follow text flow'.
m_aFollowCB.Enable( m_aToParaRB.IsChecked() ||
m_aToCharRB.IsChecked() );
}
@@ -979,7 +979,7 @@ void SvxSwPosSizeTabPage::Reset( const SfxItemSet& rSet)
m_aVertByMF.SaveValue();
m_aHoriByMF.SaveValue();
- // OD 19.09.2003 #i18732#
+ // #i18732#
m_aFollowCB.SaveValue();
RangeModifyHdl(&m_aWidthMF); // initially set maximum values
@@ -1053,7 +1053,7 @@ IMPL_LINK( SvxSwPosSizeTabPage, RangeModifyHdl, Edit *, EMPTYARG )
aVal.bAutoHeight = false;
aVal.bAutoWidth = false;
aVal.bMirror = m_aHoriMirrorCB.IsChecked();
- // OD 18.09.2003 #i18732#
+ // #i18732#
aVal.bFollowTextFlow = m_aFollowCB.IsChecked();
if ( m_pHMap )
@@ -1131,7 +1131,7 @@ IMPL_LINK( SvxSwPosSizeTabPage, AnchorTypeHdl, RadioButton *, EMPTYARG )
{
m_aHoriMirrorCB.Enable(!m_aAsCharRB.IsChecked() && !m_bIsMultiSelection);
- // OD 06.11.2003 #i18732# - enable check box 'Follow text flow' for anchor
+ // #i18732# - enable check box 'Follow text flow' for anchor
// type to-paragraph' and to-character
m_aFollowCB.Enable( m_aToParaRB.IsChecked() || m_aToCharRB.IsChecked() );
@@ -1340,7 +1340,7 @@ short SvxSwPosSizeTabPage::GetAlignment(FrmMap *pMap, USHORT nMapPos, ListBox &/
{
short nAlign = 0;
- // OD 14.11.2003 #i22341# - special handling also for map <aVCharMap>,
+ // #i22341# - special handling also for map <aVCharMap>,
// because it contains ambigous items for alignment
if (pMap == aVAsCharHtmlMap || pMap == aVAsCharMap ||
pMap == aVCharMap )
@@ -1443,7 +1443,7 @@ void SvxSwPosSizeTabPage::InitPos(short nAnchor,
}
else if ( nAnchor == TextContentAnchorType_AT_FRAME )
{
- // OD 19.09.2003 #i18732# - own vertical alignment map for to frame
+ // #i18732# - own vertical alignment map for to frame
// anchored objects.
m_pVMap = m_bHtmlMode ? aVFlyHtmlMap : aVFrameMap;
m_pHMap = m_bHtmlMode ? aHFlyHtmlMap : aHFrameMap;
@@ -1490,7 +1490,7 @@ void SvxSwPosSizeTabPage::InitPos(short nAnchor,
nH = m_nOldH;
nHRel = m_nOldHRel;
}
- // OD 12.11.2003 #i22341# - pass <nHRel> as 3rd parameter to method <FillPosLB>
+ // #i22341# - pass <nHRel> as 3rd parameter to method <FillPosLB>
USHORT nMapPos = FillPosLB(m_pHMap, nH, nHRel, m_aHoriLB);
FillRelLB(m_pHMap, nMapPos, nH, nHRel, m_aHoriToLB, m_aHoriToFT);
@@ -1500,7 +1500,7 @@ void SvxSwPosSizeTabPage::InitPos(short nAnchor,
nV = m_nOldV;
nVRel = m_nOldVRel;
}
- // OD 12.11.2003 #i22341# - pass <nVRel> as 3rd parameter to method <FillPosLB>
+ // #i22341# - pass <nVRel> as 3rd parameter to method <FillPosLB>
nMapPos = FillPosLB(m_pVMap, nV, nVRel, m_aVertLB);
FillRelLB(m_pVMap, nMapPos, nV, nVRel, m_aVertToLB, m_aVertToFT);
@@ -1649,7 +1649,7 @@ ULONG SvxSwPosSizeTabPage::FillRelLB(FrmMap *pMap, USHORT nMapPos, USHORT nAlign
{
USHORT nRelCount = SAL_N_ELEMENTS(aRelationMap);
- // OD 14.11.2003 #i22341# - special handling for map <aVCharMap>,
+ // #i22341# - special handling for map <aVCharMap>,
// because its ambigous in its <eStrId>/<eMirrorStrId>.
if ( pMap == aVCharMap )
{
@@ -1742,7 +1742,7 @@ USHORT SvxSwPosSizeTabPage::FillPosLB(FrmMap *_pMap,
_rLB.Clear();
- // OD 12.11.2003 #i22341# - determine all possible listbox relations for
+ // #i22341# - determine all possible listbox relations for
// given relation for map <aVCharMap>
const ULONG nLBRelations = (_pMap != aVCharMap)
? 0L
@@ -1763,7 +1763,7 @@ USHORT SvxSwPosSizeTabPage::FillPosLB(FrmMap *_pMap,
// bei zeichengebundenen Rahmen keine doppelten Eintraege einfuegen
_rLB.InsertEntry(sEntry);
}
- // OD 12.11.2003 #i22341# - add condition to handle map <aVCharMap>
+ // #i22341# - add condition to handle map <aVCharMap>
// that is ambigous in the alignment.
if ( _pMap[i].nAlign == _nAlign &&
( !(_pMap == aVCharMap) || _pMap[i].nLBRelations & nLBRelations ) )
diff --git a/cui/source/tabpages/tabline.cxx b/cui/source/tabpages/tabline.cxx
index 260281b03fdc..4872a16670fd 100644
--- a/cui/source/tabpages/tabline.cxx
+++ b/cui/source/tabpages/tabline.cxx
@@ -233,8 +233,8 @@ void SvxLineTabDialog::PageCreated( USHORT nId, SfxTabPage &rPage )
( (SvxLineTabPage&) rPage ).SetColorTable( pColorTab );
( (SvxLineTabPage&) rPage ).SetDashList( pDashList );
( (SvxLineTabPage&) rPage ).SetLineEndList( pLineEndList );
- ( (SvxLineTabPage&) rPage ).SetDlgType( nDlgType );//CHINA001 ( (SvxLineTabPage&) rPage ).SetDlgType( &nDlgType );
- ( (SvxLineTabPage&) rPage ).SetPageType( nPageType );//CHINA001 ( (SvxLineTabPage&) rPage ).SetPageType( &nPageType );
+ ( (SvxLineTabPage&) rPage ).SetDlgType( nDlgType );
+ ( (SvxLineTabPage&) rPage ).SetPageType( nPageType );
( (SvxLineTabPage&) rPage ).SetPosDashLb( &nPosDashLb );
( (SvxLineTabPage&) rPage ).SetPosLineEndLb( &nPosLineEndLb );
( (SvxLineTabPage&) rPage ).SetDashChgd( &nDashListState );
diff --git a/cui/source/tabpages/textattr.cxx b/cui/source/tabpages/textattr.cxx
index 67c97784e417..3454b300e1ce 100644
--- a/cui/source/tabpages/textattr.cxx
+++ b/cui/source/tabpages/textattr.cxx
@@ -755,7 +755,6 @@ bool SvxTextAttrPage::IsTextDirectionLeftToRight (void) const
return bLeftToRightDirection;
}
-//add CHINA001 begin
void SvxTextAttrPage::PageCreated(SfxAllItemSet aSet)
{
SFX_ITEMSET_ARG (&aSet,pViewItem,OfaPtrItem,SID_SVXTEXTATTRPAGE_VIEW,sal_False);
@@ -766,6 +765,4 @@ void SvxTextAttrPage::PageCreated(SfxAllItemSet aSet)
Construct();
}
-//end of CHINA001
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/extensions/source/abpilot/fieldmappingpage.cxx b/extensions/source/abpilot/fieldmappingpage.cxx
index 323259965d62..5e1a6f91290e 100644
--- a/extensions/source/abpilot/fieldmappingpage.cxx
+++ b/extensions/source/abpilot/fieldmappingpage.cxx
@@ -53,7 +53,6 @@ namespace abp
m_aInvokeDialog.SetClickHdl( LINK( this, FieldMappingPage, OnInvokeDialog ) );
// check the size of the InvokeDialog button - some languages are very ... gossipy here ....
- // 96349 - 09.01.2002 - fs@openoffice.org
sal_Int32 nTextWidth = m_aInvokeDialog.GetTextWidth( m_aInvokeDialog.GetText() );
sal_Int32 nBorderSpace = m_aInvokeDialog.LogicToPixel( Point( 4, 0 ), MAP_APPFONT ).X();
diff --git a/extensions/source/activex/main/so_activex.cpp b/extensions/source/activex/main/so_activex.cpp
index 43e49b6b3345..3af31daca52b 100644
--- a/extensions/source/activex/main/so_activex.cpp
+++ b/extensions/source/activex/main/so_activex.cpp
@@ -29,7 +29,7 @@ END_OBJECT_MAP()
#define X64_LIB_NAME "so_activex_x64.dll"
#define X32_LIB_NAME "so_activex.dll"
-// 06.11.2009 tkr: to provide windows xp as build systems for mingw we need to define KEY_WOW64_64KEY
+// to provide windows xp as build systems for mingw we need to define KEY_WOW64_64KEY
// in mingw 3.13 KEY_WOW64_64KEY isn't available < Win2003 systems.
// Also defined in setup_native\source\win32\customactions\reg64\reg64.cxx,source\win32\customactions\shellextensions\shellextensions.cxx and
// extensions\source\activex\main\so_activex.cpp
@@ -51,7 +51,7 @@ const BOOL bX64 = FALSE;
#define REG_DELETE_KEY_A( key, aPath, nKeyAccess ) RegDeleteKeyA( key, aPath )
#endif
-// 10.11.2009 tkr: MinGW doesn't know anything about RegDeleteKeyExA if WINVER < 0x0502.
+// MinGW doesn't know anything about RegDeleteKeyExA if WINVER < 0x0502.
extern "C" {
WINADVAPI LONG WINAPI RegDeleteKeyExA(HKEY,LPCSTR,REGSAM,DWORD);
}
diff --git a/extensions/source/bibliography/bibbeam.cxx b/extensions/source/bibliography/bibbeam.cxx
index 6caac4f610d3..be923bd66a1b 100644
--- a/extensions/source/bibliography/bibbeam.cxx
+++ b/extensions/source/bibliography/bibbeam.cxx
@@ -178,7 +178,6 @@ namespace bib
m_xGridWin->setVisible( sal_True );
m_xControl->setDesignMode( sal_True );
// initially switch on the desing mode - switch it off _after_ loading the form
- // 17.10.2001 - 93107 - frank.schoenheit@sun.com
::Size aSize = GetOutputSizePixel();
m_xGridWin->setPosSize(0, 0, aSize.Width(),aSize.Height(), awt::PosSize::POSSIZE);
diff --git a/extensions/source/bibliography/general.cxx b/extensions/source/bibliography/general.cxx
index c38180d43dbd..d49d8b81737c 100644
--- a/extensions/source/bibliography/general.cxx
+++ b/extensions/source/bibliography/general.cxx
@@ -559,7 +559,6 @@ uno::Reference< awt::XControlModel > BibGeneralPage::AddXControl(
xCtrWin->setVisible( sal_True );
xControl->setDesignMode( sal_True );
// initially switch on the desing mode - switch it off _after_ loading the form
- // 17.10.2001 - 93107 - frank.schoenheit@sun.com
xCtrWin->setPosSize(rPos.X(), rPos.Y(), rSize.Width(),
rSize.Height(), awt::PosSize::POSSIZE);
diff --git a/forms/source/component/Button.cxx b/forms/source/component/Button.cxx
index da060f997052..9b0c44de98b6 100644
--- a/forms/source/component/Button.cxx
+++ b/forms/source/component/Button.cxx
@@ -480,7 +480,6 @@ IMPL_LINK( OButtonControl, OnClick, void*, EMPTYARG )
// catch exceptions
// and catch them on a per-listener basis - if one listener fails, the others still need
// to get notified
- // 97676 - 21.02.2002 - fs@openoffice.org
try
{
static_cast< XActionListener* >( aIter.next() )->actionPerformed(aEvt);
diff --git a/forms/source/component/DatabaseForm.cxx b/forms/source/component/DatabaseForm.cxx
index e8b75818b3d0..cd6ebeae1160 100644
--- a/forms/source/component/DatabaseForm.cxx
+++ b/forms/source/component/DatabaseForm.cxx
@@ -3596,15 +3596,13 @@ void SAL_CALL ODatabaseForm::moveToInsertRow() throw( SQLException, RuntimeExcep
// * in reset_impl
// - set the control defaults into the columns if not void
// - do _not_ set the columns to NULL if no control default is set
- // This fixes both #88888# and #97955#
//
// Still, there is #72756#. During fixing this bug, DG introduced not calling the aggregate here. So
// in theory, we re-introduced #72756#. But the bug described therein does not happen anymore, as the
// preliminaries for it changed (no display of guessed values for new records with autoinc fields)
//
- // BTW: the public Issuezilla bug for #97955# is #i2815#
+ // BTW: the public Issuezilla bug is #i2815#
//
- // 16.04.2002 - 97955 - fs@openoffice.org
xUpdate->moveToInsertRow();
// then set the default values and the parameters given from the parent
@@ -3866,7 +3864,6 @@ Sequence< ::rtl::OUString > SAL_CALL ODatabaseForm::getSupportedServiceNames() t
// the compatible names
// This is maily to be consistent with the implementation before fixing #97083#, though the
// better solution _may_ be to return the compatible names at runtime, too
- // 04.03.2002 - fs@openoffice.org
}
//------------------------------------------------------------------------------
diff --git a/forms/source/component/FormComponent.cxx b/forms/source/component/FormComponent.cxx
index 0d36f10dc958..e79d97cb7cc0 100644
--- a/forms/source/component/FormComponent.cxx
+++ b/forms/source/component/FormComponent.cxx
@@ -1680,7 +1680,6 @@ void SAL_CALL OBoundControlModel::write( const Reference<stario::XObjectOutputSt
// in anything from data loss to crash.
// (use writeCommonProperties instead, this is called in derived classes write-method)
// !!! EOIN !!!
- // FS - 68876 - 28.09.1999
}
//------------------------------------------------------------------------------
diff --git a/forms/source/component/FormattedField.cxx b/forms/source/component/FormattedField.cxx
index 145671a6e120..0ada79edcf81 100644
--- a/forms/source/component/FormattedField.cxx
+++ b/forms/source/component/FormattedField.cxx
@@ -480,14 +480,12 @@ void OFormattedModel::describeAggregateProperties( Sequence< Property >& _rAggre
// same for FormatKey
// (though the paragraph above for the TreatAsNumeric does not hold anymore - we do not have an UI for this.
// But we have for the format key ...)
- // 25.06.2001 - 87862 - frank.schoenheit@sun.com
ModifyPropertyAttributes(_rAggregateProps, PROPERTY_FORMATKEY, 0, PropertyAttribute::TRANSIENT);
RemoveProperty(_rAggregateProps, PROPERTY_STRICTFORMAT);
// no strict format property for formatted fields: it does not make sense, 'cause
// there is no general way to decide which characters/sub strings are allowed during the input of an
// arbitraryly formatted control
- // 81441 - 12/07/00 - FS
}
//------------------------------------------------------------------------------
diff --git a/forms/source/component/ImageControl.cxx b/forms/source/component/ImageControl.cxx
index 6caf6f4b530a..fe58bda8674b 100644
--- a/forms/source/component/ImageControl.cxx
+++ b/forms/source/component/ImageControl.cxx
@@ -934,7 +934,6 @@ void OImageControlControl::mousePressed(const ::com::sun::star::awt::MouseEvent&
if ( ( e.X < 0 ) || ( e.Y < 0 ) )
{ // context menu triggered by keyboard
// position it in the center of the control
- // 102205 - 16.08.2002 - fs@openoffice.org
Reference< XWindow > xWindow( static_cast< ::cppu::OWeakObject* >( this ), UNO_QUERY );
OSL_ENSURE( xWindow.is(), "OImageControlControl::mousePressed: me not a window? How this?" );
if ( xWindow.is() )
diff --git a/forms/source/component/clickableimage.cxx b/forms/source/component/clickableimage.cxx
index f37c6bbeb89f..ff9cc69d7794 100644
--- a/forms/source/component/clickableimage.cxx
+++ b/forms/source/component/clickableimage.cxx
@@ -296,7 +296,6 @@ namespace frm
// * at the UI, show only the mark
// * !!!! recognize every SAVEAS on the document, so the absolute URL can be adjusted. This seems
// rather impossible !!!
- // 89752 - 23.07.2001 - frank.schoenheit@sun.com
aURL.Mark = aURL.Complete;
aURL.Complete = xModel->getURL();
aURL.Complete += aURL.Mark;
@@ -699,7 +698,6 @@ namespace frm
pImgProd->SetImage( sURL );
else
// caution: the medium may be NULL if somebody gave us a invalid URL to work with
- // 11/24/2000 - 79667 - FS
pImgProd->SetImage(String());
m_bDownloading = sal_False;
return;
@@ -733,7 +731,6 @@ namespace frm
}
// the SfxMedium is not allowed to be created with an invalid URL, so we have to check this first
- // 23.01.2001 - 81927 - FS
INetURLObject aUrl(rURL);
if (INET_PROT_NOT_VALID == aUrl.GetProtocol())
// we treat an invalid URL like we would treat no URL
diff --git a/forms/source/runtime/formoperations.cxx b/forms/source/runtime/formoperations.cxx
index 7744168f9ef4..6261648e1e42 100644
--- a/forms/source/runtime/formoperations.cxx
+++ b/forms/source/runtime/formoperations.cxx
@@ -650,7 +650,6 @@ namespace frm
case FormFeature::MoveToInsertRow:
// move to the last row before moving to the insert row
- // 21.01.2002 - 96480 - fs@openoffice.org
m_xCursor->last();
m_xUpdateCursor->moveToInsertRow();
break;
diff --git a/setup_native/source/win32/customactions/reg64/reg64.cxx b/setup_native/source/win32/customactions/reg64/reg64.cxx
index c4bf4f5aefe4..7490a153fac4 100644
--- a/setup_native/source/win32/customactions/reg64/reg64.cxx
+++ b/setup_native/source/win32/customactions/reg64/reg64.cxx
@@ -41,12 +41,12 @@
#include <malloc.h>
#include <strsafe.h>
-// 10.11.2009 tkr: MinGW doesn't know anything about RegDeleteKeyExW if WINVER < 0x0502.
+// MinGW doesn't know anything about RegDeleteKeyExW if WINVER < 0x0502.
extern "C" {
WINADVAPI LONG WINAPI RegDeleteKeyExW(HKEY,LPCWSTR,REGSAM,DWORD);
}
-// 06.11.2009 tkr: to provide windows xp as build systems for mingw we need to define KEY_WOW64_64KEY
+// to provide windows xp as build systems for mingw we need to define KEY_WOW64_64KEY
// in mingw 3.13 KEY_WOW64_64KEY isn't available < Win2003 systems.
// Also defined in setup_native\source\win32\customactions\reg64\reg64.cxx,source\win32\customactions\shellextensions\shellextensions.cxx and
// extensions\source\activex\main\so_activex.cpp
diff --git a/setup_native/source/win32/customactions/shellextensions/shellextensions.cxx b/setup_native/source/win32/customactions/shellextensions/shellextensions.cxx
index c26b0ca0d0c2..01f0b306b3b4 100644
--- a/setup_native/source/win32/customactions/shellextensions/shellextensions.cxx
+++ b/setup_native/source/win32/customactions/shellextensions/shellextensions.cxx
@@ -144,7 +144,7 @@ extern "C" UINT __stdcall InstallExecSequenceEntry(MSIHANDLE hMSI)
HKEY hKey;
-// 06.11.2009 tkr: to provide windows xp as build systems for mingw we need to define KEY_WOW64_64KEY
+// to provide windows xp as build systems for mingw we need to define KEY_WOW64_64KEY
// in mingw 3.13 KEY_WOW64_64KEY isn't available < Win2003 systems.
// Also defined in setup_native\source\win32\customactions\reg64\reg64.cxx,source\win32\customactions\shellextensions\shellextensions.cxx and
// extensions\source\activex\main\so_activex.cpp
diff --git a/wizards/com/sun/star/wizards/common/UCB.java b/wizards/com/sun/star/wizards/common/UCB.java
index 5e3ad00698df..cb7ff9e815d7 100644
--- a/wizards/com/sun/star/wizards/common/UCB.java
+++ b/wizards/com/sun/star/wizards/common/UCB.java
@@ -26,12 +26,6 @@
*
************************************************************************/
-/*
- * Created on 31.10.2003
- *
- * To change the template for this generated file go to
- * Window>Preferences>Java>Code Generation>Code and Comments
- */
package com.sun.star.wizards.common;
import java.util.List;
diff --git a/wizards/com/sun/star/wizards/ui/UIConsts.java b/wizards/com/sun/star/wizards/ui/UIConsts.java
index bac864ecd09c..3115413035b6 100644
--- a/wizards/com/sun/star/wizards/ui/UIConsts.java
+++ b/wizards/com/sun/star/wizards/ui/UIConsts.java
@@ -1,9 +1,4 @@
-/*
- * Created on 14.11.2003
- *
- * To change the template for this generated file go to
- * Window>Preferences>Java>Code Generation>Code and Comments
- */
+
package com.sun.star.wizards.ui;
/**
diff --git a/wizards/com/sun/star/wizards/web/LogTaskListener.java b/wizards/com/sun/star/wizards/web/LogTaskListener.java
index f1814f9e4cb6..e384e12737cb 100644
--- a/wizards/com/sun/star/wizards/web/LogTaskListener.java
+++ b/wizards/com/sun/star/wizards/web/LogTaskListener.java
@@ -25,12 +25,7 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-/*
- * Created on 04.11.2003
- *
- * To change the template for this generated file go to
- * Window>Preferences>Java>Code Generation>Code and Comments
- */
+
package com.sun.star.wizards.web;
import java.io.PrintStream;
diff --git a/wizards/com/sun/star/wizards/web/export/ConfiguredExporter.java b/wizards/com/sun/star/wizards/web/export/ConfiguredExporter.java
index de13a8c31bbe..fcc2d21f57d8 100644
--- a/wizards/com/sun/star/wizards/web/export/ConfiguredExporter.java
+++ b/wizards/com/sun/star/wizards/web/export/ConfiguredExporter.java
@@ -26,12 +26,6 @@
*
************************************************************************/
-/*
- * Created on 31.10.2003
- *
- * To change the template for this generated file go to
- * Window>Preferences>Java>Code Generation>Code and Comments
- */
package com.sun.star.wizards.web.export;
import java.util.Iterator;
diff --git a/wizards/com/sun/star/wizards/web/export/CopyExporter.java b/wizards/com/sun/star/wizards/web/export/CopyExporter.java
index f620e3b106d3..c2d5501d91d0 100644
--- a/wizards/com/sun/star/wizards/web/export/CopyExporter.java
+++ b/wizards/com/sun/star/wizards/web/export/CopyExporter.java
@@ -25,12 +25,7 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-/*
- * Created on 17.10.2003
- *
- * To change the template for this generated file go to
- * Window>Preferences>Java>Code Generation>Code and Comments
- */
+
package com.sun.star.wizards.web.export;
import com.sun.star.lang.XMultiServiceFactory;
diff --git a/wizards/com/sun/star/wizards/web/status/ErrorLog.java b/wizards/com/sun/star/wizards/web/status/ErrorLog.java
index d039fa5c64a3..a0448858c259 100644
--- a/wizards/com/sun/star/wizards/web/status/ErrorLog.java
+++ b/wizards/com/sun/star/wizards/web/status/ErrorLog.java
@@ -25,12 +25,7 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-/*
- * Created on 04.11.2003
- *
- * To change the template for this generated file go to
- * Window>Preferences>Java>Code Generation>Code and Comments
- */
+
package com.sun.star.wizards.web.status;
import java.util.List;
diff --git a/wizards/com/sun/star/wizards/web/status/ErrorReporter.java b/wizards/com/sun/star/wizards/web/status/ErrorReporter.java
index 4d967e24f3df..8f5eff93113c 100644
--- a/wizards/com/sun/star/wizards/web/status/ErrorReporter.java
+++ b/wizards/com/sun/star/wizards/web/status/ErrorReporter.java
@@ -25,12 +25,7 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-/*
- * Created on 14.10.2003
- *
- * To change the template for this generated file go to
- * Window>Preferences>Java>Code Generation>Code and Comments
- */
+
package com.sun.star.wizards.web.status;
/**
diff --git a/wizards/com/sun/star/wizards/web/status/LogTaskListener.java b/wizards/com/sun/star/wizards/web/status/LogTaskListener.java
index d4109da3406f..00ef6b2af3b4 100644
--- a/wizards/com/sun/star/wizards/web/status/LogTaskListener.java
+++ b/wizards/com/sun/star/wizards/web/status/LogTaskListener.java
@@ -25,12 +25,7 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-/*
- * Created on 04.11.2003
- *
- * To change the template for this generated file go to
- * Window>Preferences>Java>Code Generation>Code and Comments
- */
+
package com.sun.star.wizards.web.status;
import java.io.PrintStream;
diff --git a/wizards/com/sun/star/wizards/web/status/Task.java b/wizards/com/sun/star/wizards/web/status/Task.java
index 0fb0bf494286..ca01f9562889 100644
--- a/wizards/com/sun/star/wizards/web/status/Task.java
+++ b/wizards/com/sun/star/wizards/web/status/Task.java
@@ -25,12 +25,7 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-/*
- * Created on 17.10.2003
- *
- * To change the template for this generated file go to
- * Window>Preferences>Java>Code Generation>Code and Comments
- */
+
package com.sun.star.wizards.web.status;
import java.util.List;
diff --git a/wizards/com/sun/star/wizards/web/status/TaskEvent.java b/wizards/com/sun/star/wizards/web/status/TaskEvent.java
index dd1d06c1938a..1f86e6aa18f0 100644
--- a/wizards/com/sun/star/wizards/web/status/TaskEvent.java
+++ b/wizards/com/sun/star/wizards/web/status/TaskEvent.java
@@ -25,12 +25,7 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-/*
- * Created on 04.11.2003
- *
- * To change the template for this generated file go to
- * Window>Preferences>Java>Code Generation>Code and Comments
- */
+
package com.sun.star.wizards.web.status;
import java.util.EventObject;
diff --git a/wizards/com/sun/star/wizards/web/status/TaskListener.java b/wizards/com/sun/star/wizards/web/status/TaskListener.java
index 63745bf83a62..25d89e9d111b 100644
--- a/wizards/com/sun/star/wizards/web/status/TaskListener.java
+++ b/wizards/com/sun/star/wizards/web/status/TaskListener.java
@@ -25,12 +25,7 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-/*
- * Created on 04.11.2003
- *
- * To change the template for this generated file go to
- * Window>Preferences>Java>Code Generation>Code and Comments
- */
+
package com.sun.star.wizards.web.status;
import java.util.EventListener;
diff --git a/xmlsecurity/source/framework/buffernode.cxx b/xmlsecurity/source/framework/buffernode.cxx
index 2cf283cf5bc4..0f4f2aa5080b 100644
--- a/xmlsecurity/source/framework/buffernode.cxx
+++ b/xmlsecurity/source/framework/buffernode.cxx
@@ -71,9 +71,6 @@ bool BufferNode::isECOfBeforeModifyIncluded(sal_Int32 nIgnoredSecurityId) const
* RESULT
* bExist - true if a match found, false otherwise
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -118,9 +115,6 @@ void BufferNode::setReceivedAll()
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -153,9 +147,6 @@ void BufferNode::addElementCollector(const ElementCollector* pElementCollector)
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -184,9 +175,6 @@ void BufferNode::removeElementCollector(const ElementCollector* pElementCollecto
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -232,9 +220,6 @@ void BufferNode::setBlocker(const ElementMark* pBlocker)
* Because there is only one blocker permited for a BufferNode, so the
* old blocker on this BufferNode, if there is one, will be overcasted.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -267,9 +252,6 @@ rtl::OUString BufferNode::printChildren() const
* RESULT
* result - the information string
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -338,9 +320,6 @@ bool BufferNode::hasAnything() const
* RESULT
* bExist - true if there is, false otherwise.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -368,9 +347,6 @@ bool BufferNode::hasChildren() const
* RESULT
* bExist - true if there is, false otherwise.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -403,9 +379,6 @@ const BufferNode* BufferNode::getFirstChild() const
* child - the first child BufferNode, or NULL if there is no child
* BufferNode.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -444,9 +417,6 @@ void BufferNode::addChild(const BufferNode* pChild, sal_Int32 nPosition)
* If the nPosition is -1, then the new child BufferNode is appended
* at the end.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -485,9 +455,6 @@ void BufferNode::addChild(const BufferNode* pChild)
* NOTES
* The new child BufferNode is appended at the end.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -514,9 +481,6 @@ void BufferNode::removeChild(const BufferNode* pChild)
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -553,9 +517,6 @@ sal_Int32 BufferNode::indexOfChild(const BufferNode* pChild) const
* index - the index of that child BufferNode. If that child BufferNode
* is not found, -1 is returned.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -603,9 +564,6 @@ const BufferNode* BufferNode::childAt(sal_Int32 nIndex) const
* child - the child BufferNode at index position, or NULL if the index
* is out of the range of children.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -649,9 +607,6 @@ const BufferNode* BufferNode::getNextSibling() const
* RESULT
* sibling - the next sibling BufferNode, or NULL if there is none.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -687,9 +642,6 @@ const BufferNode* BufferNode::isAncestor(const BufferNode* pDescendant) const
* bIs - true if this BufferNode is an ancestor of the pDescendant,
* false otherwise.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -742,9 +694,6 @@ bool BufferNode::isPrevious(const BufferNode* pFollowing) const
* bIs - true if this BufferNode is ahead in the tree order, false
* otherwise.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -795,9 +744,6 @@ const BufferNode* BufferNode::getNextNodeByTreeOrder() const
* node is;
* 4. otherwise, no "next" node exists.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -878,9 +824,6 @@ void BufferNode::notifyBranch()
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -915,9 +858,6 @@ void BufferNode::notifyAncestor()
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -950,9 +890,6 @@ void BufferNode::elementCollectorNotify()
* child - the first child BufferNode, or NULL if there is no child
* BufferNode.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -1043,9 +980,6 @@ bool BufferNode::isECInSubTreeIncluded(sal_Int32 nIgnoredSecurityId) const
* RESULT
* bExist - true if a match found, false otherwise.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -1110,9 +1044,6 @@ bool BufferNode::isECOfBeforeModifyInAncestorIncluded(sal_Int32 nIgnoredSecurity
* RESULT
* bExist - true if a match found, false otherwise.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -1158,9 +1089,6 @@ bool BufferNode::isBlockerInSubTreeIncluded(sal_Int32 nIgnoredSecurityId) const
* RESULT
* bExist - true if a match found, false otherwise.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -1212,9 +1140,6 @@ const BufferNode* BufferNode::getNextChild(const BufferNode* pChild) const
* nextChild - the next child BufferNode after the pChild, or NULL if
* there is none.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -1260,9 +1185,6 @@ void BufferNode::freeAllChildren()
* RESULT
* empty
*
- * HISTORY
- * 30.03.2004 - the correct the memory leak bug
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/buffernode.hxx b/xmlsecurity/source/framework/buffernode.hxx
index cb6d596edecc..bdece77655fd 100644
--- a/xmlsecurity/source/framework/buffernode.hxx
+++ b/xmlsecurity/source/framework/buffernode.hxx
@@ -55,9 +55,6 @@ class BufferNode
* BufferNode objects are also in ancestor/descendant relationship.
* This class is used to manipulate the tree of bufferred elements.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/decryptorimpl.cxx b/xmlsecurity/source/framework/decryptorimpl.cxx
index a2636f61cdf1..de1c666887c7 100644
--- a/xmlsecurity/source/framework/decryptorimpl.cxx
+++ b/xmlsecurity/source/framework/decryptorimpl.cxx
@@ -74,9 +74,6 @@ bool DecryptorImpl::checkReady() const
* RESULT
* bReady - true if all conditions are satisfied, false otherwise
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -105,9 +102,6 @@ void DecryptorImpl::notifyResultListener() const
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -142,9 +136,6 @@ void DecryptorImpl::startEngine( const cssu::Reference<
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/decryptorimpl.hxx b/xmlsecurity/source/framework/decryptorimpl.hxx
index fa558e97ec9b..8dcb9880bd78 100644
--- a/xmlsecurity/source/framework/decryptorimpl.hxx
+++ b/xmlsecurity/source/framework/decryptorimpl.hxx
@@ -54,10 +54,6 @@ class DecryptorImpl : public cppu::ImplInheritanceHelper3
* Collects all resources for decrypting an encryption, then decrypts the
* encryption by invoking a xmlsec-based encryption bridge component.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XDecryptionResultBroadcaster,
- * XInitialization, XServiceInfo
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/elementcollector.cxx b/xmlsecurity/source/framework/elementcollector.cxx
index bb001e699aad..341a3fd3f920 100644
--- a/xmlsecurity/source/framework/elementcollector.cxx
+++ b/xmlsecurity/source/framework/elementcollector.cxx
@@ -83,9 +83,6 @@ ElementCollector::ElementCollector(
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -129,9 +126,6 @@ void ElementCollector::notifyListener()
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -166,9 +160,6 @@ void ElementCollector::setReferenceResolvedListener(
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -196,9 +187,6 @@ void ElementCollector::setSecurityId(sal_Int32 nSecurityId)
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -230,9 +218,6 @@ void ElementCollector::doNotify()
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -269,9 +254,6 @@ ElementCollector* ElementCollector::clone(
* RESULT
* clone - a new ElementCollector
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/elementcollector.hxx b/xmlsecurity/source/framework/elementcollector.hxx
index 12343bac2675..d08044017e1b 100644
--- a/xmlsecurity/source/framework/elementcollector.hxx
+++ b/xmlsecurity/source/framework/elementcollector.hxx
@@ -44,9 +44,6 @@ class ElementCollector : public ElementMark
* of the ElementMark class, this class also maintains the priority, and
* manages the notify process
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/elementmark.cxx b/xmlsecurity/source/framework/elementmark.cxx
index 8393af447d83..5452895cb5c0 100644
--- a/xmlsecurity/source/framework/elementmark.cxx
+++ b/xmlsecurity/source/framework/elementmark.cxx
@@ -62,9 +62,6 @@ ElementMark::ElementMark(sal_Int32 nSecurityId, sal_Int32 nBufferId)
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/elementmark.hxx b/xmlsecurity/source/framework/elementmark.hxx
index bc844cf66541..9f77c0f31e5e 100644
--- a/xmlsecurity/source/framework/elementmark.hxx
+++ b/xmlsecurity/source/framework/elementmark.hxx
@@ -44,9 +44,6 @@ class ElementMark
* This class maintains the security id, buffer id and its type for a
* buffer node.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/encryptionengine.cxx b/xmlsecurity/source/framework/encryptionengine.cxx
index 43df7f677b48..333672399c77 100644
--- a/xmlsecurity/source/framework/encryptionengine.cxx
+++ b/xmlsecurity/source/framework/encryptionengine.cxx
@@ -72,9 +72,6 @@ bool EncryptionEngine::checkReady() const
* RESULT
* bReady - true if all conditions are satisfied, false otherwise
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -123,9 +120,6 @@ void EncryptionEngine::tryToPerform( )
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -179,9 +173,6 @@ void EncryptionEngine::clearUp( ) const
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/encryptionengine.hxx b/xmlsecurity/source/framework/encryptionengine.hxx
index ef6f2dc09fb2..a0ae4173f061 100644
--- a/xmlsecurity/source/framework/encryptionengine.hxx
+++ b/xmlsecurity/source/framework/encryptionengine.hxx
@@ -54,9 +54,6 @@ class EncryptionEngine : public cppu::ImplInheritanceHelper1
* FUNCTION
* Maintains common members and methods related with encryption.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XBlockerMonitor
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/encryptorimpl.cxx b/xmlsecurity/source/framework/encryptorimpl.cxx
index b6d86ee8b1f1..161b544ca088 100644
--- a/xmlsecurity/source/framework/encryptorimpl.cxx
+++ b/xmlsecurity/source/framework/encryptorimpl.cxx
@@ -75,9 +75,6 @@ bool EncryptorImpl::checkReady() const
* RESULT
* bReady - true if all conditions are satisfied, false otherwise
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -115,9 +112,6 @@ void EncryptorImpl::notifyResultListener() const
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -152,9 +146,6 @@ void EncryptorImpl::startEngine( const cssu::Reference<
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/encryptorimpl.hxx b/xmlsecurity/source/framework/encryptorimpl.hxx
index 2d5e2e8aa444..50af964adceb 100644
--- a/xmlsecurity/source/framework/encryptorimpl.hxx
+++ b/xmlsecurity/source/framework/encryptorimpl.hxx
@@ -56,9 +56,6 @@ class EncryptorImpl : public cppu::ImplInheritanceHelper4
* Collects all resources for an encryption generation, then generates the
* encryption by invoking a xmlsec-based encryption bridge component.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XInitialization, XServiceInfo
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/saxeventkeeperimpl.cxx b/xmlsecurity/source/framework/saxeventkeeperimpl.cxx
index 5f19a305a748..a7bb8b8d4e60 100644
--- a/xmlsecurity/source/framework/saxeventkeeperimpl.cxx
+++ b/xmlsecurity/source/framework/saxeventkeeperimpl.cxx
@@ -111,9 +111,6 @@ void SAXEventKeeperImpl::setCurrentBufferNode(BufferNode* pBufferNode)
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -159,9 +156,6 @@ BufferNode* SAXEventKeeperImpl::addNewElementMarkBuffers()
* pBufferNode - the BufferNode that has been connected with both new
* ElementCollectors and new Blocker.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -246,9 +240,6 @@ ElementMark* SAXEventKeeperImpl::findElementMarkBuffer(sal_Int32 nId) const
* pElementMark - the ElementMark with the particular Id, or NULL when
* no such Id exists.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -288,9 +279,6 @@ void SAXEventKeeperImpl::removeElementMarkBuffer(sal_Int32 nId)
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -363,9 +351,6 @@ rtl::OUString SAXEventKeeperImpl::printBufferNode(
* RESULT
* info - the information string
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -446,9 +431,6 @@ cssu::Sequence< cssu::Reference< cssxw::XXMLElementWrapper > >
* RESULT
* list - the child Elements list.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -507,9 +489,6 @@ void SAXEventKeeperImpl::smashBufferNode(
* operation can delete all useless bufferred SAX events which are only
* needed by the Blocker to be deleted.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -652,9 +631,6 @@ BufferNode* SAXEventKeeperImpl::findNextBlockingBufferNode(
* pBufferNode - the next blocking BufferNode, or NULL if no such
* BufferNode exists.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -699,9 +675,6 @@ void SAXEventKeeperImpl::diffuse(BufferNode* pBufferNode) const
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -736,9 +709,6 @@ void SAXEventKeeperImpl::releaseElementMarkBuffer()
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -898,9 +868,6 @@ void SAXEventKeeperImpl::markElementMarkBuffer(sal_Int32 nId)
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -943,9 +910,6 @@ sal_Int32 SAXEventKeeperImpl::createElementCollector(
* RESULT
* nId - the Id of the new ElementCollector
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -991,9 +955,6 @@ sal_Int32 SAXEventKeeperImpl::createBlocker(sal_Int32 nSecurityId)
* RESULT
* nId - the Id of the new Blocker
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/saxeventkeeperimpl.hxx b/xmlsecurity/source/framework/saxeventkeeperimpl.hxx
index c78d58808586..52d1fed61ec4 100644
--- a/xmlsecurity/source/framework/saxeventkeeperimpl.hxx
+++ b/xmlsecurity/source/framework/saxeventkeeperimpl.hxx
@@ -67,12 +67,6 @@ class SAXEventKeeperImpl : public cppu::WeakImplHelper6
* Controls SAX events to be bufferred, and controls bufferred SAX events
* to be released.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XSecuritySAXEventKeeper,
- * XReferenceResolvedBroadcaster,
- * XSAXEventKeeperStatusChangeBroadcaster,
- * XDocumentHandler, XInitialization, XServiceInfo
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/securityengine.hxx b/xmlsecurity/source/framework/securityengine.hxx
index 925b45b2a26e..7a36d29bc35b 100644
--- a/xmlsecurity/source/framework/securityengine.hxx
+++ b/xmlsecurity/source/framework/securityengine.hxx
@@ -53,10 +53,6 @@ class SecurityEngine : public cppu::WeakImplHelper3
* Maintains common members and methods related with security engine
* operation.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XReferenceResolvedListener,
- * XKeyCollector, and XMissionTaker
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/signaturecreatorimpl.cxx b/xmlsecurity/source/framework/signaturecreatorimpl.cxx
index a0d0199957c7..c1717f8ad2f8 100644
--- a/xmlsecurity/source/framework/signaturecreatorimpl.cxx
+++ b/xmlsecurity/source/framework/signaturecreatorimpl.cxx
@@ -76,9 +76,6 @@ bool SignatureCreatorImpl::checkReady() const
* RESULT
* bReady - true if all conditions are satisfied, false otherwise
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -109,9 +106,6 @@ void SignatureCreatorImpl::notifyResultListener() const
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -147,9 +141,6 @@ void SignatureCreatorImpl::startEngine( const cssu::Reference<
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -193,9 +184,6 @@ void SignatureCreatorImpl::clearUp() const
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/signaturecreatorimpl.hxx b/xmlsecurity/source/framework/signaturecreatorimpl.hxx
index 52d04352a2d9..f55076e69f42 100644
--- a/xmlsecurity/source/framework/signaturecreatorimpl.hxx
+++ b/xmlsecurity/source/framework/signaturecreatorimpl.hxx
@@ -56,10 +56,6 @@ class SignatureCreatorImpl : public cppu::ImplInheritanceHelper4
* Collects all resources for a signature generation, then generates the
* signature by invoking a xmlsec-based signature bridge component.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XBlockerMonitor,
- * XInitialization, XServiceInfo
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/signatureengine.cxx b/xmlsecurity/source/framework/signatureengine.cxx
index 3eea00e41434..794ad73e3a35 100644
--- a/xmlsecurity/source/framework/signatureengine.cxx
+++ b/xmlsecurity/source/framework/signatureengine.cxx
@@ -72,9 +72,6 @@ bool SignatureEngine::checkReady() const
* RESULT
* bReady - true if all conditions are satisfied, false otherwise
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -123,9 +120,6 @@ void SignatureEngine::tryToPerform( )
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -192,9 +186,6 @@ void SignatureEngine::clearUp( ) const
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/signatureengine.hxx b/xmlsecurity/source/framework/signatureengine.hxx
index 138ee6f883f5..45a26637f73d 100644
--- a/xmlsecurity/source/framework/signatureengine.hxx
+++ b/xmlsecurity/source/framework/signatureengine.hxx
@@ -63,9 +63,6 @@ class SignatureEngine : public cppu::ImplInheritanceHelper2
* FUNCTION
* Maintains common members and methods related with signature operation.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XReferenceCollector
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/signatureverifierimpl.cxx b/xmlsecurity/source/framework/signatureverifierimpl.cxx
index d516e8761f6c..0ab14e4e16e5 100644
--- a/xmlsecurity/source/framework/signatureverifierimpl.cxx
+++ b/xmlsecurity/source/framework/signatureverifierimpl.cxx
@@ -74,9 +74,6 @@ bool SignatureVerifierImpl::checkReady() const
* RESULT
* bReady - true if all conditions are satisfied, false otherwise
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -104,9 +101,6 @@ void SignatureVerifierImpl::notifyResultListener() const
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -140,9 +134,6 @@ void SignatureVerifierImpl::startEngine( const cssu::Reference<
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/framework/signatureverifierimpl.hxx b/xmlsecurity/source/framework/signatureverifierimpl.hxx
index 77dede5b9272..3a40a6e901a1 100644
--- a/xmlsecurity/source/framework/signatureverifierimpl.hxx
+++ b/xmlsecurity/source/framework/signatureverifierimpl.hxx
@@ -54,10 +54,6 @@ class SignatureVerifierImpl : public cppu::ImplInheritanceHelper3
* Collects all resources for a signature verification, then verifies the
* signature by invoking a xmlsec-based signature bridge component.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XSignatureVerifyResultBroadcaster,
- * XInitialization, XServiceInfo
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/helper/xsecctl.cxx b/xmlsecurity/source/helper/xsecctl.cxx
index 3cf7bf826d75..9b888932b746 100644
--- a/xmlsecurity/source/helper/xsecctl.cxx
+++ b/xmlsecurity/source/helper/xsecctl.cxx
@@ -297,9 +297,6 @@ int XSecController::findSignatureInfor( sal_Int32 nSecurityId) const
* index - the index of the signature, or -1 when no such signature
* existing
*
- * HISTORY
- * 08.05.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -340,9 +337,6 @@ void XSecController::createXSecComponent( )
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -449,9 +443,6 @@ bool XSecController::chainOn( bool bRetrievingLastEvent )
* events except that startElement event, then adds a new
* ElementCollector, then receives that startElement event.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -549,9 +540,6 @@ void XSecController::chainOff()
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -617,9 +605,6 @@ void XSecController::checkChainingStatus()
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -656,9 +641,6 @@ void XSecController::initializeSAXChain()
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -698,9 +680,6 @@ cssu::Reference< com::sun::star::io::XInputStream >
* RESULT
* xInputStream - the XInputStream interface
*
- * HISTORY
- * 15.04.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -749,9 +728,6 @@ void XSecController::startMission(
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -795,9 +771,6 @@ void XSecController::setSAXChainConnector(
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -836,9 +809,6 @@ void XSecController::setSAXChainConnector(
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -870,9 +840,6 @@ void XSecController::clearSAXChainConnector()
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -915,9 +882,6 @@ void XSecController::endMission()
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -976,9 +940,6 @@ const char* XSecController::getErrorMessage()
* RESULT
* empty
*
- * HISTORY
- * 22.04.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -1008,9 +969,6 @@ void XSecController::exportSignature(
* RESULT
* empty
*
- * HISTORY
- * 26.05.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/helper/xsecctl.hxx b/xmlsecurity/source/helper/xsecctl.hxx
index ab401ecd805d..37ab6d328fdf 100644
--- a/xmlsecurity/source/helper/xsecctl.hxx
+++ b/xmlsecurity/source/helper/xsecctl.hxx
@@ -172,12 +172,6 @@ class XSecController : public cppu::WeakImplHelper4
* Controlls the whole xml security framework to create signatures or to
* verify signatures.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XSecurityController,
- * XFastPropertySet, XSAXEventKeeperStatusChangeListener,
- * XSignatureCreationResultListener,
- * XSignatureVerifyResultListener
- *
* NOTES
* The XFastPropertySet interface is used to transfer common values to
* classes in other module, for instance, the signature id for all
diff --git a/xmlsecurity/source/helper/xsecparser.hxx b/xmlsecurity/source/helper/xsecparser.hxx
index b246a2a92bb9..6530fa1d4207 100644
--- a/xmlsecurity/source/helper/xsecparser.hxx
+++ b/xmlsecurity/source/helper/xsecparser.hxx
@@ -53,9 +53,6 @@ class XSecParser: public cppu::WeakImplHelper2
* security elements in the SAX event stream, then notifies
* the XSecController.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XDocumentHandler, XInitialization
- *
* NOTES
* This class is used when importing a document.
*
diff --git a/xmlsecurity/source/xmlsec/mscrypt/seinitializer_mscryptimpl.hxx b/xmlsecurity/source/xmlsec/mscrypt/seinitializer_mscryptimpl.hxx
index b4ee827b74f0..1553155c9e37 100644
--- a/xmlsecurity/source/xmlsec/mscrypt/seinitializer_mscryptimpl.hxx
+++ b/xmlsecurity/source/xmlsec/mscrypt/seinitializer_mscryptimpl.hxx
@@ -54,9 +54,6 @@ class SEInitializer_MSCryptImpl : public cppu::WeakImplHelper2
* instance. After this instance is used up, use this class to free this
* instance.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XSEInitializer, XSEInitializer
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.hxx b/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.hxx
index da1f98b68188..6012a0317c5b 100644
--- a/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.hxx
+++ b/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.hxx
@@ -54,9 +54,6 @@ class SEInitializer_NssImpl : public cppu::WeakImplHelper2
* instance. After this instance is used up, use this class to free this
* instance.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XSEInitializer, XSEInitializer
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
index 15bcd066477d..987a76dff9fb 100644
--- a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
+++ b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
@@ -123,9 +123,6 @@ void XMLDocumentWrapper_XmlSecImpl::getNextSAXEvent()
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -221,9 +218,6 @@ void XMLDocumentWrapper_XmlSecImpl::sendStartElement(
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -325,9 +319,6 @@ void XMLDocumentWrapper_XmlSecImpl::sendEndElement(
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -376,9 +367,6 @@ void XMLDocumentWrapper_XmlSecImpl::sendNode(
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -428,9 +416,6 @@ rtl::OString XMLDocumentWrapper_XmlSecImpl::getNodeQName(const xmlNodePtr pNode)
* RESULT
* name - the node's qualified name
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -470,9 +455,6 @@ xmlNodePtr XMLDocumentWrapper_XmlSecImpl::checkElement( const cssu::Reference< c
* RESULT
* node - the node wrapped in the XXMLElementWrapper interface
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -541,9 +523,6 @@ sal_Int32 XMLDocumentWrapper_XmlSecImpl::recursiveDelete(
* The node in the m_aReservedNodes list must be in the tree order, otherwise
* the result is unpredictable.
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -621,9 +600,6 @@ void XMLDocumentWrapper_XmlSecImpl::getNextReservedNode()
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -658,9 +634,6 @@ void XMLDocumentWrapper_XmlSecImpl::removeNode(const xmlNodePtr pNode) const
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -703,9 +676,6 @@ void XMLDocumentWrapper_XmlSecImpl::buildIDAttr(xmlNodePtr pNode) const
* RESULT
* empty
*
- * HISTORY
- * 14.06.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -742,9 +712,6 @@ void XMLDocumentWrapper_XmlSecImpl::rebuildIDLink(xmlNodePtr pNode) const
* RESULT
* empty
*
- * HISTORY
- * 14.06.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx
index 3ec30d51a3e8..de4f5cb25769 100644
--- a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx
+++ b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx
@@ -60,11 +60,6 @@ class XMLDocumentWrapper_XmlSecImpl : public cppu::WeakImplHelper4
* Converts SAX events into a libxml2 document, converts the document back
* into SAX event stream, and manipulate nodes in the document.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XXMLDocumentWrapper,
- * XDocumentHandler, XCompressedDocumentHandler,
- * XServiceInfo
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx b/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx
index 72c498e939fd..cc00a33f1bdb 100644
--- a/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx
+++ b/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx
@@ -146,9 +146,6 @@ xmlNodePtr XMLElementWrapper_XmlSecImpl::getNativeElement( ) const
* RESULT
* pNode - the libxml2 node wrapped by this object
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
@@ -175,9 +172,6 @@ void XMLElementWrapper_XmlSecImpl::setNativeElement(const xmlNodePtr pNode)
* RESULT
* empty
*
- * HISTORY
- * 05.01.2004 - implemented
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com
diff --git a/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.hxx b/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.hxx
index dbd7ff941ca2..02a97be563d9 100644
--- a/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.hxx
+++ b/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.hxx
@@ -52,10 +52,6 @@ class XMLElementWrapper_XmlSecImpl : public cppu::WeakImplHelper3
* Used as a wrapper class to transfer a libxml2 node structure
* between different UNO components.
*
- * HISTORY
- * 05.01.2004 - Interface supported: XXMLElementWrapper, XUnoTunnel
- * XServiceInfo
- *
* AUTHOR
* Michael Mi
* Email: michael.mi@sun.com