10.12.2011 20:34, Olivier Hallot пишет:
Please find attached a partial fix for Easy Hack FDO43460,

Part III
Module basic

Pushed, thank you! :)

May I suggest you to remove unnecessary parentheses in addition? i.e

        sal_Bool bOldPassword = ( !OldPassword.isEmpty() );

can be

        sal_Bool bOldPassword = !OldPassword.isEmpty();

and thus more readable (at least to me) :)

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

Reply via email to