richedit: Update EM_GETOLEINTERFACE documentation status

Nikolay Sivov bunglehead at gmail.com
Wed Jan 21 10:12:22 CST 2009


Changelog:
    - removed outdated comments cause EM_GETOLEINTERFACE is actually implemented

>From 187f7f26736b54d5a29851c95cecd2ef281a3a0a Mon Sep 17 00:00:00 2001
From: Nikolay Sivov <bunglehead at gmail.com>
Date: Wed, 21 Jan 2009 19:08:31 +0300
Subject:  Update EM_GETOLEINTERFACE documentation status

---
 dlls/riched20/editor.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/dlls/riched20/editor.c b/dlls/riched20/editor.c
index 09f3fb3..40ef132 100644
--- a/dlls/riched20/editor.c
+++ b/dlls/riched20/editor.c
@@ -56,7 +56,7 @@
   + EM_GETLINE
   + EM_GETLINECOUNT   returns number of rows, not of paragraphs
   + EM_GETMODIFY
-  - EM_GETOLEINTERFACE
+  + EM_GETOLEINTERFACE
   + EM_GETOPTIONS
   + EM_GETPARAFORMAT
   + EM_GETPASSWORDCHAR 2.0
@@ -3041,7 +3041,6 @@ LRESULT ME_HandleMessage(ME_TextEditor *editor, UINT msg, WPARAM wParam,
   UNSUPPORTED_MSG(EM_GETIMESTATUS)
   UNSUPPORTED_MSG(EM_SETIMESTATUS)
   UNSUPPORTED_MSG(EM_GETLANGOPTIONS)
-  /* UNSUPPORTED_MSG(EM_GETOLEINTERFACE) separate stub */
   UNSUPPORTED_MSG(EM_GETREDONAME)
   UNSUPPORTED_MSG(EM_GETTEXTMODE)
   UNSUPPORTED_MSG(EM_GETTYPOGRAPHYOPTIONS)
-- 
1.5.6.5






More information about the wine-patches mailing list