summaryrefslogtreecommitdiffstats
path: root/idlc/inc/idlctypes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/idlctypes.hxx')
-rw-r--r--idlc/inc/idlctypes.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/idlc/inc/idlctypes.hxx b/idlc/inc/idlctypes.hxx
index 8f6f799f11ff..6d013f834e75 100644
--- a/idlc/inc/idlctypes.hxx
+++ b/idlc/inc/idlctypes.hxx
@@ -36,8 +36,8 @@ class AstDeclaration;
typedef std::list< AstDeclaration* > DeclList;
class AstScope;
-AstDeclaration* SAL_CALL scopeAsDecl(AstScope* pScope);
-AstScope* SAL_CALL declAsScope(AstDeclaration* pDecl);
+AstDeclaration* scopeAsDecl(AstScope* pScope);
+AstScope* declAsScope(AstDeclaration* pDecl);
#ifdef _MSC_VER
#pragma warning( disable : 4541 )