Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordi Mas i Hernandez <jordi@mono-cvs.ximian.com>2004-12-20 14:04:09 +0300
committerJordi Mas i Hernandez <jordi@mono-cvs.ximian.com>2004-12-20 14:04:09 +0300
commit19dd25a7c65ba8b69c4a4cddb1bb0864e3dd2bbe (patch)
tree87cdb24c513e5c30b1e2db25cc8a056aae05d5ff /mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs
parent568ab50ba5e110fb3b90d7ae7649e0819668f20e (diff)
remove old cvs comments since they are no longer updated and we use ChangeLog now
svn path=/trunk/mcs/; revision=37958
Diffstat (limited to 'mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs')
-rw-r--r--mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs25
1 files changed, 3 insertions, 22 deletions
diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs
index 2856a0912bb..29e02b6cc9c 100644
--- a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs
+++ b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs
@@ -22,29 +22,10 @@
// Author:
// Ravindra (rkumar@novell.com)
//
-// $Revision: 1.5 $
-// $Modtime: $
-// $Log: ColumnHeader.cs,v $
-// Revision 1.5 2004/11/04 11:29:38 ravindra
-// - Changed default value signatures (prefixed all with ListView).
-// - Fixed/implemented layout LargeIcon, SmallIcon and List views for ListView.
-// - Fixed calculations for ListViewItem and implemented Clone() method.
-//
-// Revision 1.4 2004/10/26 09:55:48 ravindra
-// Some formatting for my last checkins.
-//
-// Revision 1.3 2004/10/26 09:33:00 ravindra
-// Added some internal members and calculations for ColumnHeader.
-//
-// Revision 1.2 2004/10/15 15:06:44 ravindra
-// Flushing some formatting changes.
-//
-// Revision 1.1 2004/09/30 13:25:33 ravindra
-// Supporting class for ListView control.
-//
-//
+
+
// COMPLETE
-//
+
using System.ComponentModel;
using System.Drawing;