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

             Bug #: 51333
           Summary: isLibraryPasswordVerified raises
                    IllegalArgumentException
    Classification: Unclassified
           Product: LibreOffice
           Version: 3.5.4 release
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: BASIC
        AssignedTo: [email protected]
        ReportedBy: [email protected]


using this method through  BasicLibraries.isLibraryPasswordVerified always
raises an illegalArgumentException

guesses
maybe related to
http://opengrok.libreoffice.org/xref/core/basic/source/uno/namecont.cxx#2664
http://opengrok.libreoffice.org/xref/core/basic/source/uno/scriptcont.cxx#426
it sounds like some problem with the definition of the  
SfxScriptLibraryContainer class

anything related to nss ?

Morever creating a library dynamically, password protected, creates it but
remains unprotected when reloading librO

        BasicLibraries.createLibrary(libName)
        BasicLibraries.getByName(libName).insertByName(module,"")
        BasicLibraries.changeLibraryPassword(libName,"",thePassword)

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