diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-19 17:13:29 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2016-05-20 07:25:28 +0000 |
commit | e02d0871471261df63d3d7fa8326f0fd18226922 (patch) | |
tree | 6e5d25b02fcc39247175a5de76c99f44d0dac0c9 /idlc/inc | |
parent | cb69665923c819b9ab53ed7a634b3b698bdc7ea0 (diff) |
Fix typo in code
Change-Id: I71ede9bf7d3f7de236dd161f30b36f52efec2c56
Reviewed-on: https://gerrit.libreoffice.org/25185
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'idlc/inc')
-rw-r--r-- | idlc/inc/idlc/errorhandler.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/idlc/errorhandler.hxx b/idlc/inc/idlc/errorhandler.hxx index ff176a0d7016..7f7fd614fc43 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 |