https://bugs.freedesktop.org/show_bug.cgi?id=46498

             Bug #: 46498
           Summary: LibreOffice COM object registry entries are missing
    Classification: Unclassified
           Product: LibreOffice
           Version: LibO 3.5.0 Release
          Platform: Other
        OS/Version: Windows (All)
            Status: UNCONFIRMED
          Severity: major
          Priority: medium
         Component: Installation
        AssignedTo: [email protected]
        ReportedBy: [email protected]


first please note that I noticed this from the main 3.5 branch, I err in the
side of caution by putting 3.5.0 as the version ( I will check the last rc too
)

In a vba module ( just open Excel or Word, open the VBA IDE and insert the
following procedure into a module and run )

Sub Test
    Set oService = CreateObject("com.sun.star.ServiceManager") '<- will fail
    Set oDesktop = oService.createInstance("com.sun.star.frame.Desktop")
End Sub

I get an unable to create ActiveX object ( or some such error )

looking in the registry there are no entries relating to
"com.sun.star.ServiceManager"

This is a regression, in the past mostly bugs to do with using COM automation
to access  are from corporate users e.g. accessing Libreoffice functionality
via .net or vb ( or sometimes even c++ using OLE/COM )

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to