Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
601738df
Commit
601738df
authored
Apr 15, 2014
by
Nikolay Sivov
Committed by
Alexandre Julliard
Apr 15, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
riched20: GetClientSite() is implemented for IRichEditOle so uncomment related code (Coverity).
parent
c33e7308
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
editor.c
dlls/riched20/editor.c
+0
-3
No files found.
dlls/riched20/editor.c
View file @
601738df
...
...
@@ -1198,11 +1198,8 @@ static BOOL ME_RTFInsertOleObject(RTF_Info *info, HENHMETAFILE hemf, HBITMAP hbm
}
if
(
OleCreateDefaultHandler
(
&
CLSID_NULL
,
NULL
,
&
IID_IOleObject
,
(
void
**
)
&
lpObject
)
==
S_OK
&&
#if 0
/* FIXME: enable it when rich-edit properly implements this method */
IRichEditOle_GetClientSite
(
info
->
lpRichEditOle
,
&
lpClientSite
)
==
S_OK
&&
IOleObject_SetClientSite
(
lpObject
,
lpClientSite
)
==
S_OK
&&
#endif
IOleObject_GetUserClassID
(
lpObject
,
&
clsid
)
==
S_OK
&&
IOleObject_QueryInterface
(
lpObject
,
&
IID_IOleCache
,
(
void
**
)
&
lpOleCache
)
==
S_OK
&&
IOleCache_Cache
(
lpOleCache
,
&
fm
,
0
,
&
conn
)
==
S_OK
&&
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment