* TAutoObject.GetTypeInfo function should return DispTypeInfo instead of ClassInfo. Fix by Korba812. Fixes Eventsinks for openoffice.

https://forum.lazarus.freepascal.org/index.php/topic,68806.0/topicseen.html
This commit is contained in:
marcoonthegit 2025-01-04 18:33:30 +01:00
parent 90c03c7e70
commit ac510d391f

View File

@ -1862,7 +1862,7 @@ HKCR
Result := DISP_E_BADINDEX
else
begin
ITypeInfo(TypeInfo) := TAutoObjectFactory(Factory).ClassInfo;
ITypeInfo(TypeInfo) := TAutoObjectFactory(Factory).DispTypeInfo;
Result := S_OK;
end;
end;