diff --git a/dlls/ole32/datacache.c b/dlls/ole32/datacache.c index 99fd0e83615..6ab418703cf 100644 --- a/dlls/ole32/datacache.c +++ b/dlls/ole32/datacache.c @@ -1503,9 +1503,7 @@ static HRESULT WINAPI DataCache_SetAdvise( */ if (advf & ADVF_PRIMEFIRST) { - DataCache_FireOnViewChange(this, - DVASPECT_CONTENT, - -1); + DataCache_FireOnViewChange(this, aspects, -1); } return S_OK;