From ac4094a6e296290042410196467b0efc1dbde621 Mon Sep 17 00:00:00 2001 From: "Dimitrie O. Paun" Date: Mon, 22 Sep 2003 19:35:14 +0000 Subject: [PATCH] Trivial cleanups to the OLE section. --- documentation/ole.sgml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/documentation/ole.sgml b/documentation/ole.sgml index f748dffc77c..16e72415354 100644 --- a/documentation/ole.sgml +++ b/documentation/ole.sgml @@ -1,29 +1,9 @@ COM/OLE in Wine - - COM/OLE Architecture in Wine - - - The section goes into detail about how COM/OLE2 are - implemented in Wine. - - - - - Using Binary OLE components in Wine - - This section describes how to import pre-compiled COM/OLE - components... - - - Writing OLE Components for Wine - - Based on the comments in wine/include/wine/obj_base.h. - This section describes how to create your own natively compiled COM/OLE components.