Commit 55ca155a authored by Gijs Vermeulen's avatar Gijs Vermeulen Committed by Alexandre Julliard

riched20: Turn FIXME into a TRACE for ITextRange::SetRange.

It was implemented in fec69206. Signed-off-by: 's avatarGijs Vermeulen <gijsvrm@gmail.com> Signed-off-by: 's avatarHuw Davies <huw@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 88edff84
......@@ -2048,7 +2048,7 @@ static HRESULT WINAPI ITextRange_fnSetRange(ITextRange *me, LONG anchor, LONG ac
{
ITextRangeImpl *This = impl_from_ITextRange(me);
FIXME("(%p)->(%d %d): stub\n", This, anchor, active);
TRACE("(%p)->(%d %d)\n", This, anchor, active);
if (!This->child.reole)
return CO_E_RELEASED;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment