[Libreoffice-commits] core.git: include/basic
Caolán McNamara
caolanm at redhat.com
Thu Jun 1 15:23:07 UTC 2017
include/basic/sberrors.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 52fc13a6f701b1e94ffc012e1cfe07a25747ccc6
Author: Caolán McNamara <caolanm at 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 <ci at libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at 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
More information about the Libreoffice-commits
mailing list