[Libreoffice-commits] .: cui/source extensions/source forms/source setup_native/source wizards/com xmlsecurity/source

Cédric Bosdonnat cbosdo at kemper.freedesktop.org
Tue Feb 8 10:12:02 PST 2011


 cui/source/options/optcolor.hxx                                             |    2 
 cui/source/tabpages/chardlg.cxx                                             |    1 
 cui/source/tabpages/swpossizetabpage.cxx                                    |   48 +++---
 cui/source/tabpages/tabline.cxx                                             |    4 
 cui/source/tabpages/textattr.cxx                                            |    3 
 extensions/source/abpilot/fieldmappingpage.cxx                              |    1 
 extensions/source/activex/main/so_activex.cpp                               |    4 
 extensions/source/bibliography/bibbeam.cxx                                  |    1 
 extensions/source/bibliography/general.cxx                                  |    1 
 forms/source/component/Button.cxx                                           |    1 
 forms/source/component/DatabaseForm.cxx                                     |    5 
 forms/source/component/FormComponent.cxx                                    |    1 
 forms/source/component/FormattedField.cxx                                   |    2 
 forms/source/component/ImageControl.cxx                                     |    1 
 forms/source/component/clickableimage.cxx                                   |    3 
 forms/source/runtime/formoperations.cxx                                     |    1 
 setup_native/source/win32/customactions/reg64/reg64.cxx                     |    4 
 setup_native/source/win32/customactions/shellextensions/shellextensions.cxx |    2 
 wizards/com/sun/star/wizards/common/UCB.java                                |    6 
 wizards/com/sun/star/wizards/ui/UIConsts.java                               |    7 
 wizards/com/sun/star/wizards/web/LogTaskListener.java                       |    7 
 wizards/com/sun/star/wizards/web/export/ConfiguredExporter.java             |    6 
 wizards/com/sun/star/wizards/web/export/CopyExporter.java                   |    7 
 wizards/com/sun/star/wizards/web/status/ErrorLog.java                       |    7 
 wizards/com/sun/star/wizards/web/status/ErrorReporter.java                  |    7 
 wizards/com/sun/star/wizards/web/status/LogTaskListener.java                |    7 
 wizards/com/sun/star/wizards/web/status/Task.java                           |    7 
 wizards/com/sun/star/wizards/web/status/TaskEvent.java                      |    7 
 wizards/com/sun/star/wizards/web/status/TaskListener.java                   |    7 
 xmlsecurity/source/framework/buffernode.cxx                                 |   78 ----------
 xmlsecurity/source/framework/buffernode.hxx                                 |    3 
 xmlsecurity/source/framework/decryptorimpl.cxx                              |    9 -
 xmlsecurity/source/framework/decryptorimpl.hxx                              |    4 
 xmlsecurity/source/framework/elementcollector.cxx                           |   18 --
 xmlsecurity/source/framework/elementcollector.hxx                           |    3 
 xmlsecurity/source/framework/elementmark.cxx                                |    3 
 xmlsecurity/source/framework/elementmark.hxx                                |    3 
 xmlsecurity/source/framework/encryptionengine.cxx                           |    9 -
 xmlsecurity/source/framework/encryptionengine.hxx                           |    3 
 xmlsecurity/source/framework/encryptorimpl.cxx                              |    9 -
 xmlsecurity/source/framework/encryptorimpl.hxx                              |    3 
 xmlsecurity/source/framework/saxeventkeeperimpl.cxx                         |   39 -----
 xmlsecurity/source/framework/saxeventkeeperimpl.hxx                         |    6 
 xmlsecurity/source/framework/securityengine.hxx                             |    4 
 xmlsecurity/source/framework/signaturecreatorimpl.cxx                       |   12 -
 xmlsecurity/source/framework/signaturecreatorimpl.hxx                       |    4 
 xmlsecurity/source/framework/signatureengine.cxx                            |    9 -
 xmlsecurity/source/framework/signatureengine.hxx                            |    3 
 xmlsecurity/source/framework/signatureverifierimpl.cxx                      |    9 -
 xmlsecurity/source/framework/signatureverifierimpl.hxx                      |    4 
 xmlsecurity/source/helper/xsecctl.cxx                                       |   42 -----
 xmlsecurity/source/helper/xsecctl.hxx                                       |    6 
 xmlsecurity/source/helper/xsecparser.hxx                                    |    3 
 xmlsecurity/source/xmlsec/mscrypt/seinitializer_mscryptimpl.hxx             |    3 
 xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.hxx                     |    3 
 xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx                 |   33 ----
 xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx                 |    5 
 xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx                  |    6 
 xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.hxx                  |    4 
 59 files changed, 42 insertions(+), 458 deletions(-)

New commits:
commit 2521c0adf5a3de3c7572ca6cf0813cbe817847c4
Author: Guillaume Poussel <gpoussel at gmail.com>
Date:   Tue Feb 8 08:48:59 2011 +0100

    Remove useless comments in components.

diff --git a/cui/source/options/optcolor.hxx b/cui/source/options/optcolor.hxx
index 0a1ae67..a81a294 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 0b9c0d3..c3ad3dc 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 at 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 c80c767..2bcb5eb 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 5aba235..3bbccab 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 42883dd..28959ae 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 82f25f9..85f518d 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 at 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 a681d18..588056b 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 f6f7c93..a09439b 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 at 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 0b8cf28..ed3cca3 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 at 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 8d9b8c8..7343d80 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 at 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 13cf47b..9f9bd30 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 at 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 at openoffice.org
 }
 
 //------------------------------------------------------------------------------
diff --git a/forms/source/component/FormComponent.cxx b/forms/source/component/FormComponent.cxx
index e47faa5..c266303 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 7c7eb29..ce5d1f0 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 at 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 e888fca..de00e7f 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 at 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 3a3b01a..4750711 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 at 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 06382b2..e085d47 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 at 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 2eb3f7f..447248d 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 502db5e..eb817e9 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 e068f01..97acd5a 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 bac864e..3115413 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 bb97fdf..c025c70 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 d9f9af0..fb7590c 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 b357152..4d89dff 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 258d96f..1a5a7ec 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 22a8e75..d5c5c7b 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 6fa9c9b..35fae95 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 c3a44c0..52c2202 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 38e3d8f..a4b9d61 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 bf0f3c3..ac51025 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 1ce46eb..60497bb 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 at sun.com
@@ -118,9 +115,6 @@ void BufferNode::setReceivedAll()
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	05.01.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at sun.com
@@ -878,9 +824,6 @@ void BufferNode::notifyBranch()
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	05.01.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at sun.com
@@ -915,9 +858,6 @@ void BufferNode::notifyAncestor()
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	05.01.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at 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 at 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 at 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 at 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 at 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 at 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 at sun.com
diff --git a/xmlsecurity/source/framework/buffernode.hxx b/xmlsecurity/source/framework/buffernode.hxx
index 3cb1035..76c3c2b 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 at sun.com
diff --git a/xmlsecurity/source/framework/decryptorimpl.cxx b/xmlsecurity/source/framework/decryptorimpl.cxx
index 6201920..a3d9e95 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 at sun.com
@@ -105,9 +102,6 @@ void DecryptorImpl::notifyResultListener() const
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	05.01.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at 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 at sun.com
diff --git a/xmlsecurity/source/framework/decryptorimpl.hxx b/xmlsecurity/source/framework/decryptorimpl.hxx
index cc13ec1..3a40d11 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 at sun.com
diff --git a/xmlsecurity/source/framework/elementcollector.cxx b/xmlsecurity/source/framework/elementcollector.cxx
index a9411d7..bff96c6 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 at sun.com
@@ -129,9 +126,6 @@ void ElementCollector::notifyListener()
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	05.01.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at sun.com
@@ -166,9 +160,6 @@ void ElementCollector::setReferenceResolvedListener(
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	05.01.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at 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 at sun.com
@@ -230,9 +218,6 @@ void ElementCollector::doNotify()
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	05.01.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at 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 at sun.com
diff --git a/xmlsecurity/source/framework/elementcollector.hxx b/xmlsecurity/source/framework/elementcollector.hxx
index 25e8bcc..6a6ae55 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 at sun.com
diff --git a/xmlsecurity/source/framework/elementmark.cxx b/xmlsecurity/source/framework/elementmark.cxx
index 44ee850..ef2b632 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 at sun.com
diff --git a/xmlsecurity/source/framework/elementmark.hxx b/xmlsecurity/source/framework/elementmark.hxx
index 7cb0378..0007d1b 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 at sun.com
diff --git a/xmlsecurity/source/framework/encryptionengine.cxx b/xmlsecurity/source/framework/encryptionengine.cxx
index d05600d..b6dcae0 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 at sun.com
@@ -123,9 +120,6 @@ void EncryptionEngine::tryToPerform( )
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	05.01.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at sun.com
@@ -179,9 +173,6 @@ void EncryptionEngine::clearUp( ) const
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	05.01.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at sun.com
diff --git a/xmlsecurity/source/framework/encryptionengine.hxx b/xmlsecurity/source/framework/encryptionengine.hxx
index 094a039..83522bb 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 at sun.com
diff --git a/xmlsecurity/source/framework/encryptorimpl.cxx b/xmlsecurity/source/framework/encryptorimpl.cxx
index 2c2328e..1f2e323 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 at sun.com
@@ -115,9 +112,6 @@ void EncryptorImpl::notifyResultListener() const
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	05.01.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at 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 at sun.com
diff --git a/xmlsecurity/source/framework/encryptorimpl.hxx b/xmlsecurity/source/framework/encryptorimpl.hxx
index 51b579d..905844f 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 at sun.com
diff --git a/xmlsecurity/source/framework/saxeventkeeperimpl.cxx b/xmlsecurity/source/framework/saxeventkeeperimpl.cxx
index f3519f4..5a8c286 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at sun.com
@@ -736,9 +709,6 @@ void SAXEventKeeperImpl::releaseElementMarkBuffer()
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	05.01.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at 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 at 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 at 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 at sun.com
diff --git a/xmlsecurity/source/framework/saxeventkeeperimpl.hxx b/xmlsecurity/source/framework/saxeventkeeperimpl.hxx
index 175a3ae..e2cb197 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 at sun.com
diff --git a/xmlsecurity/source/framework/securityengine.hxx b/xmlsecurity/source/framework/securityengine.hxx
index 75594f7..71cc2eb 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 at sun.com
diff --git a/xmlsecurity/source/framework/signaturecreatorimpl.cxx b/xmlsecurity/source/framework/signaturecreatorimpl.cxx
index 3129af3..dafdbb8 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 at sun.com
@@ -109,9 +106,6 @@ void SignatureCreatorImpl::notifyResultListener() const
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	05.01.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at 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 at sun.com
@@ -193,9 +184,6 @@ void SignatureCreatorImpl::clearUp() const
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	05.01.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at sun.com
diff --git a/xmlsecurity/source/framework/signaturecreatorimpl.hxx b/xmlsecurity/source/framework/signaturecreatorimpl.hxx
index 10641fd..dc753ba 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 at sun.com
diff --git a/xmlsecurity/source/framework/signatureengine.cxx b/xmlsecurity/source/framework/signatureengine.cxx
index bd5a520..1c2dd4b 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 at sun.com
@@ -123,9 +120,6 @@ void SignatureEngine::tryToPerform( )
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	05.01.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at sun.com
@@ -192,9 +186,6 @@ void SignatureEngine::clearUp( ) const
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	05.01.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at sun.com
diff --git a/xmlsecurity/source/framework/signatureengine.hxx b/xmlsecurity/source/framework/signatureengine.hxx
index 7733785..8d323e0 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 at sun.com
diff --git a/xmlsecurity/source/framework/signatureverifierimpl.cxx b/xmlsecurity/source/framework/signatureverifierimpl.cxx
index 408e8f7..ae2b73d 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 at sun.com
@@ -104,9 +101,6 @@ void SignatureVerifierImpl::notifyResultListener() const
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	05.01.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at 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 at sun.com
diff --git a/xmlsecurity/source/framework/signatureverifierimpl.hxx b/xmlsecurity/source/framework/signatureverifierimpl.hxx
index f4db3fc..26dc786 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 at sun.com
diff --git a/xmlsecurity/source/helper/xsecctl.cxx b/xmlsecurity/source/helper/xsecctl.cxx
index 282c47f..a806dcf 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 at sun.com
@@ -340,9 +337,6 @@ void XSecController::createXSecComponent( )
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	05.01.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at 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 at sun.com
@@ -549,9 +540,6 @@ void XSecController::chainOff()
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	05.01.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at sun.com
@@ -617,9 +605,6 @@ void XSecController::checkChainingStatus()
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	05.01.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at sun.com
@@ -656,9 +641,6 @@ void XSecController::initializeSAXChain()
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	05.01.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at 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 at sun.com
@@ -749,9 +728,6 @@ void XSecController::startMission(
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	05.01.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at sun.com
@@ -795,9 +771,6 @@ void XSecController::setSAXChainConnector(
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	05.01.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at sun.com
@@ -836,9 +809,6 @@ void XSecController::setSAXChainConnector(
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	05.01.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at sun.com
@@ -870,9 +840,6 @@ void XSecController::clearSAXChainConnector()
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	05.01.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at sun.com
@@ -915,9 +882,6 @@ void XSecController::endMission()
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	05.01.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at sun.com
@@ -976,9 +940,6 @@ const char* XSecController::getErrorMessage()
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	22.04.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at sun.com
@@ -1008,9 +969,6 @@ void XSecController::exportSignature(
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	26.05.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at sun.com
diff --git a/xmlsecurity/source/helper/xsecctl.hxx b/xmlsecurity/source/helper/xsecctl.hxx
index 526969c..a9d3933 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 558fc28..343d8fa 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 97c8510..6f95bab 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 at sun.com
diff --git a/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.hxx b/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.hxx
index d0b8a20..53e5129 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 at sun.com
diff --git a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx
index 0426784..3949d7e 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 at sun.com
@@ -221,9 +218,6 @@ void XMLDocumentWrapper_XmlSecImpl::sendStartElement(
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	05.01.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at sun.com
@@ -325,9 +319,6 @@ void XMLDocumentWrapper_XmlSecImpl::sendEndElement(
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	05.01.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at sun.com
@@ -376,9 +367,6 @@ void XMLDocumentWrapper_XmlSecImpl::sendNode(
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	05.01.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at 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 at 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 at 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 at sun.com
@@ -621,9 +600,6 @@ void XMLDocumentWrapper_XmlSecImpl::getNextReservedNode()
  *   RESULT
  *	empty
  *
- *   HISTORY
- *	05.01.2004 -	implemented
- *
  *   AUTHOR
  *	Michael Mi
  *	Email: michael.mi at 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 at 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 at 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 at sun.com
diff --git a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.hxx
index 5fcf9be..46f46ff 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 at sun.com
diff --git a/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx b/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.cxx
index c519932..d2b9c47 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 at 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 at sun.com
diff --git a/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.hxx b/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.hxx
index 764620f..99dc64c 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 at sun.com


More information about the Libreoffice-commits mailing list