diff options
author | Bernd Eilers <bei@openoffice.org> | 2001-06-03 09:06:50 +0000 |
---|---|---|
committer | Bernd Eilers <bei@openoffice.org> | 2001-06-03 09:06:50 +0000 |
commit | fe1d8de3bc683c363a62beb0a72087b0c517012d (patch) | |
tree | 2c82aa2699cccdceb77e24570bc2cc396c60dcd3 /idlc/source | |
parent | 73c4f8e85fa3bc7e33685cda85df3065d3e28b82 (diff) |
added missing SAL_CALL
Diffstat (limited to 'idlc/source')
-rw-r--r-- | idlc/source/idlccompile.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/source/idlccompile.cxx b/idlc/source/idlccompile.cxx index b0d0d1cd1dd6..73280e627294 100644 --- a/idlc/source/idlccompile.cxx +++ b/idlc/source/idlccompile.cxx @@ -2,9 +2,9 @@ * * $RCSfile: idlccompile.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: svesik $ $Date: 2001-05-14 12:48:24 $ + * last change: $Author: bei $ $Date: 2001-06-03 10:06:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -177,7 +177,7 @@ void copyFile(const OString& sourceFile, const OString& targetFile) fclose(pTarget); } -sal_Int32 compileFile(const OString& fileName) +sal_Int32 SAL_CALL compileFile(const OString& fileName) { // preporcess input file OString tmpFile = makeTempName(OString("idli_"), OString(".idl")); |