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:
authorAndreas N <andreas@mono-cvs.ximian.com>2003-07-07 14:59:55 +0400
committerAndreas N <andreas@mono-cvs.ximian.com>2003-07-07 14:59:55 +0400
commit57df1ed1ae48ca4ca271b268663af13e0dbee3d7 (patch)
tree21f247219ea33cee55807756e655c185d06a7659 /mcs/class/System/Microsoft.VisualBasic
parent2de75de4385192b68f231a67aaef42cbb2f43f6b (diff)
2003-07-07 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
* VBCodeProvider.cs: Removed unneccesary attributes according to corecompare svn path=/trunk/mcs/; revision=16007
Diffstat (limited to 'mcs/class/System/Microsoft.VisualBasic')
-rw-r--r--mcs/class/System/Microsoft.VisualBasic/ChangeLog4
-rw-r--r--mcs/class/System/Microsoft.VisualBasic/VBCodeProvider.cs1
2 files changed, 4 insertions, 1 deletions
diff --git a/mcs/class/System/Microsoft.VisualBasic/ChangeLog b/mcs/class/System/Microsoft.VisualBasic/ChangeLog
index 80a8232d5c7..19873b9d670 100644
--- a/mcs/class/System/Microsoft.VisualBasic/ChangeLog
+++ b/mcs/class/System/Microsoft.VisualBasic/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-07 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+ * VBCodeProvider.cs: Removed unneccesary attributes according to corecompare
+
2003-06-25 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
* VBCodeGenerator.cs: Added and nearly completely implemented
diff --git a/mcs/class/System/Microsoft.VisualBasic/VBCodeProvider.cs b/mcs/class/System/Microsoft.VisualBasic/VBCodeProvider.cs
index 04b00dd795e..45624771ba3 100644
--- a/mcs/class/System/Microsoft.VisualBasic/VBCodeProvider.cs
+++ b/mcs/class/System/Microsoft.VisualBasic/VBCodeProvider.cs
@@ -13,7 +13,6 @@ using System.ComponentModel;
namespace Microsoft.VisualBasic
{
- [ToolboxItem (""), DesignerCategory ("Component")]
public class VBCodeProvider : CodeDomProvider
{