Hello,

Here's a patch (LGPLv3+ / MPL) for libs-core/connectivity/source/drivers/adabas/

Concerning the file connectivity/source/drivers/adabas/Buser.cxx, in the function :
::rtl::OUString OAdabasUser::getPrivilegeString(sal_Int32 nRights) const
from the file :
connectivity/source/drivers/adabas/Buser.cxx

Should'nt there be a block like this for INSERT part (at the beginning of the function) :
        if(sPrivs.getLength())
            sPrivs += ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(","));
?

Julien.

Attachment: connectivity_drivers_adabas.txt.bz2
Description: application/bzip

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to