diff options
Diffstat (limited to 'idlc/inc')
-rw-r--r-- | idlc/inc/idlc/idlc.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/idlc/inc/idlc/idlc.hxx b/idlc/inc/idlc/idlc.hxx index 4a65dc04cdf9..7d92c7f9493e 100644 --- a/idlc/inc/idlc/idlc.hxx +++ b/idlc/inc/idlc/idlc.hxx @@ -144,7 +144,6 @@ sal_Int32 produceFile(const OString& filenameBase, // filenameBase is filename without ".idl" void removeIfExists(const OString& pathname); -OString makeTempName(const OString& prefix, const OString& postfix); bool copyFile(const OString* source, const OString& target); // a null source means stdin |