summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorBernd Eilers <bei@openoffice.org>2001-06-03 09:06:50 +0000
committerBernd Eilers <bei@openoffice.org>2001-06-03 09:06:50 +0000
commitfe1d8de3bc683c363a62beb0a72087b0c517012d (patch)
tree2c82aa2699cccdceb77e24570bc2cc396c60dcd3 /idlc
parent73c4f8e85fa3bc7e33685cda85df3065d3e28b82 (diff)
added missing SAL_CALL
Diffstat (limited to 'idlc')
-rw-r--r--idlc/source/idlccompile.cxx6
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"));