| Summary: | Document Converter doesn't work without 'Legacy Filters' | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | khagaroth |
| Component: | Libreoffice | Assignee: | Caolán McNamara <caolanm> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | medium | CC: | william |
| Version: | 3.5.0 Beta0 | ||
| Hardware: | x86 (IA32) | ||
| OS: | All | ||
| See Also: | https://bugs.freedesktop.org/show_bug.cgi?id=59366 | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
| Bug Depends on: | |||
| Bug Blocks: | 37361 | ||
| Attachments: | The error message | ||
|
Description
khagaroth
2011-12-08 14:57:39 UTC
Reproducible on Win7 Swedish with LibreOffice Beta 3.
It seems to fail when trying to create the service com.sun.star.comp.office.BF_MigrateFilter
I attach a screen-shot with the error message.
I haven't looked at the code for the code for the service and it is probably there it should be fixed but a quick and dirty solution in BASIC is to create a function:
Function createBF_MigrateFilterIfPossible()
Dim oService
On Error GoTo RTError
oService = createUnoService("com.sun.star.comp.office.BF_MigrateFilter")
getBinFilterCompIfItExists = oService
Exit Function
RTError:
createBF_MigrateFilterIfPossible = Nothing
End Function
Then replace the line:
oBinFilterComp = createUnoService( "com.sun.star.comp.office.BF_MigrateFilter" )
with:
oBinFilterComp = createBF_MigrateFilterIfPossible()
Created attachment 55745 [details]
The error message
*** Bug 45042 has been marked as a duplicate of this bug. *** oh huh, *registered* but not actually installed. Current scenarios handled are "registered and installed" and "unregistered and not installed" |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.