diff options
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/idlcproduce.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/idlcproduce.cxx b/idlc/source/idlcproduce.cxx index 60c5ff463045..2fa0a3b0317b 100644 --- a/idlc/source/idlcproduce.cxx +++ b/idlc/source/idlcproduce.cxx @@ -121,7 +121,7 @@ void removeIfExists(const OString& pathname) osl::File::remove(OStringToOUString(pathname, RTL_TEXTENCODING_UTF8)); } -sal_Int32 SAL_CALL +sal_Int32 produceFile(const OString& regFileName, sPair_t const*const pDepFile) { Options* pOptions = idlc()->getOptions(); |