From: Dennis Hayes Date: Mon, 18 Nov 2002 07:08:21 +0000 (-0000) Subject: removed comvisible X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=d322ee58ead398570e4d18bd101c7d8dd4771a84;p=mono.git removed comvisible svn path=/trunk/mcs/; revision=9053 --- diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/IDataObject.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/IDataObject.cs index 319c2772f18..177365cda12 100644 --- a/mcs/class/System.Windows.Forms/System.Windows.Forms/IDataObject.cs +++ b/mcs/class/System.Windows.Forms/System.Windows.Forms/IDataObject.cs @@ -10,7 +10,6 @@ namespace System.Windows.Forms { - [ComVisible(true)] public interface IDataObject { object GetData(string format); diff --git a/mcs/class/System.Windows.Forms/System.Windows.Forms/IWin32Window.cs b/mcs/class/System.Windows.Forms/System.Windows.Forms/IWin32Window.cs index 5de9e06dd79..6ec745df7aa 100644 --- a/mcs/class/System.Windows.Forms/System.Windows.Forms/IWin32Window.cs +++ b/mcs/class/System.Windows.Forms/System.Windows.Forms/IWin32Window.cs @@ -10,7 +10,6 @@ namespace System.Windows.Forms { - [ComVisible(true)] // FixMe [Guid("")] // FixMe [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] public interface IWin32Window {