https://bugs.documentfoundation.org/show_bug.cgi?id=144979

            Bug ID: 144979
           Summary: Function XSystemChildFactory::createSystemChild()
                    hangs
           Product: LibreOffice
           Version: 7.1.6.2 release
          Hardware: x86 (IA32)
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: sdk
          Assignee: [email protected]
          Reporter: [email protected]

Our program allows users to open calc documents in a window inside the program,
to open calc window we use this code:

Reference<XWindowPeer> xPeer =
Reference<XWindowPeer>(xSystemChildFactory->createSystemChild(                 
  Any(reinterpret_cast<long>(hWndParent)), Sequence<sal_Int8>(4),
SYSTEM_WIN32), UNO_QUERY);

It worked well until LibreOffice 7.1.6.2 where is hangs and soffice.bin must be
killed from task manager
On LibreOffice 7.0.6.2 works fine and the child window is created
We tested also LibreOffice 7.2.2.1 it hangs the same as 7.1

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to