diff options
Diffstat (limited to 'idlc/inc/astexpression.hxx')
-rw-r--r-- | idlc/inc/astexpression.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/astexpression.hxx b/idlc/inc/astexpression.hxx index 53c9ff934556..9dac7e79cc10 100644 --- a/idlc/inc/astexpression.hxx +++ b/idlc/inc/astexpression.hxx @@ -84,7 +84,7 @@ struct AstExprValue ExprType et; }; -const sal_Char* SAL_CALL exprTypeToString(ExprType t); +const sal_Char* exprTypeToString(ExprType t); class AstExpression final { |