https://bugs.documentfoundation.org/show_bug.cgi?id=111561
--- Comment #3 from Alex Thurgood <[email protected]> ---
From
https://github.com/st3fan/osx-10.9/blob/master/IOHIDFamily-503.1.13/IOHIDLib/IOHIDDeviceClass.cpp
it appears to be this section of code:
void IOHIDDeviceClass::setElementDictIntValue(CFMutableDictionaryRef element,
CFStringRef key, uint32_t value)
{
CFNumberRef number = CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType,
&value);
if ( !number )
return;
CFDictionarySetValue(element, key, number);
CFRelease(number);
}
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs