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

          Priority: medium
            Bug ID: 57285
          Keywords: regression
                CC: [email protected]
          Assignee: [email protected]
           Summary: Address Book Data Source Wizard lists "Mac OS X
                    address book" on Linux
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
          Reporter: [email protected]
          Hardware: All
            Status: NEW
           Version: 4.0.0.0.alpha0+ Master
         Component: Database
           Product: LibreOffice

With a current master Linux build, "File - Wizards - Address Data Source..." on
the first "Address book type" page lists "Mac OS X address book".  (Selecting
it and clicking "Next >>" leads to an error box "The file $filename$ could not
be loaded.")  This is not the case for a current libreoffice-3-6 Linux build.

The reason appears to be that MorkDriver::acceptsURL
(connectivity/source/drivers/mork/MDriver.cxx) always returns true, so that the
check of xManager->getDriverByURL("sdbc:address:macab") always succeeds in the
TypeSelectionPage ctor (extensions/source/abpilot/typeselectionpage.cxx). 
(Looking at MozabDriver::acceptsURL,
connectivity/source/drivers/mozab/MDriver.cxx, that one would return true for
URLs starting with any of sdbc:address:mozilla:, sdbc:address:thunderbird:,
sdbc:address:ldap:.  No idea what the correct implementation for the mork
driver would be.)

-- 
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