idlc/inc/idlc/errorhandler.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e02d0871471261df63d3d7fa8326f0fd18226922 Author: Andrea Gelmini <[email protected]> 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 <[email protected]> Reviewed-by: Julien Nabet <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
