sd/inc/sderror.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e7d1e2c769afbd0593facf87a084a8d63d134be2 Author: Takeshi Abe <t...@fixedpoint.jp> Date: Mon Oct 21 10:25:30 2013 +0900 Once is enough Change-Id: I037a4f9fab0bcf7a613217e6be4c75dcdd05f231 diff --git a/sd/inc/sderror.hxx b/sd/inc/sderror.hxx index 0f752d0..bad4d9a 100644 --- a/sd/inc/sderror.hxx +++ b/sd/inc/sderror.hxx @@ -43,7 +43,7 @@ inline bool IsWarning( sal_uLong nErr ) { - return 0 != ( nErr & ERRCODE_WARNING_MASK & nErr ); + return 0 != ( nErr & ERRCODE_WARNING_MASK ); } #endif _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits