include/basic/sberrors.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 52fc13a6f701b1e94ffc012e1cfe07a25747ccc6 Author: Caolán McNamara <caol...@redhat.com> Date: Thu Jun 1 14:31:01 2017 +0100 SbError is a ErrCode Change-Id: I2b4f0680f4adedc5661c6a9d2556ac3ecf2c4659 Reviewed-on: https://gerrit.libreoffice.org/38311 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/include/basic/sberrors.hxx b/include/basic/sberrors.hxx index 6ec016fd1ce5..f1e44a977754 100644 --- a/include/basic/sberrors.hxx +++ b/include/basic/sberrors.hxx @@ -23,7 +23,7 @@ #include <basic/sbxdef.hxx> #ifndef __RSC -typedef sal_uIntPtr SbError; +typedef ErrCode SbError; #endif // Mapping to SbxError
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits