[Libreoffice-commits] core.git: idlc/inc
Andrea Gelmini
andrea.gelmini at gelma.net
Fri May 20 07:25:48 UTC 2016
idlc/inc/idlc/errorhandler.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e02d0871471261df63d3d7fa8326f0fd18226922
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Thu May 19 17:13:29 2016 +0200
Fix typo in code
Change-Id: I71ede9bf7d3f7de236dd161f30b36f52efec2c56
Reviewed-on: https://gerrit.libreoffice.org/25185
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/idlc/inc/idlc/errorhandler.hxx b/idlc/inc/idlc/errorhandler.hxx
index ff176a0..7f7fd61 100644
--- a/idlc/inc/idlc/errorhandler.hxx
+++ b/idlc/inc/idlc/errorhandler.hxx
@@ -124,7 +124,7 @@ public:
static void evalError(AstExpression* pExpr);
- static bool checkPublished(AstDeclaration const * decl, bool bOptiional=false);
+ static bool checkPublished(AstDeclaration const * decl, bool bOptional=false);
};
#endif // INCLUDED_IDLC_INC_IDLC_ERRORHANDLER_HXX
More information about the Libreoffice-commits
mailing list