summaryrefslogtreecommitdiff
path: root/idlc/inc/idlc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/idlc.hxx')
-rw-r--r--idlc/inc/idlc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/idlc/inc/idlc.hxx b/idlc/inc/idlc.hxx
index 99efb291b1f0..881078303e4a 100644
--- a/idlc/inc/idlc.hxx
+++ b/idlc/inc/idlc.hxx
@@ -150,8 +150,8 @@ bool isFileUrl(const OString& fileName);
OString convertToAbsoluteSystemPath(const OString& fileName);
OString convertToFileUrl(const OString& fileName);
-Idlc* SAL_CALL idlc();
-Idlc* SAL_CALL setIdlc(Options* pOptions);
+Idlc* idlc();
+Idlc* setIdlc(Options* pOptions);
AstDeclaration const * resolveTypedefs(AstDeclaration const * type);