diff options
Diffstat (limited to 'include/codemaker/global.hxx')
-rw-r--r-- | include/codemaker/global.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/codemaker/global.hxx b/include/codemaker/global.hxx index e75b61d4dfa2..6ee033c7dfd1 100644 --- a/include/codemaker/global.hxx +++ b/include/codemaker/global.hxx @@ -105,10 +105,10 @@ private: ::rtl::OString getTempDir(const ::rtl::OString& sFileName); ::rtl::OString createFileNameFromType(const ::rtl::OString& destination, - const ::rtl::OString type, - const ::rtl::OString postfix, + const ::rtl::OString& type, + const ::rtl::OString& postfix, bool bLowerCase=false, - const ::rtl::OString prefix=""); + const ::rtl::OString& prefix=""); bool fileExists(const ::rtl::OString& fileName); bool makeValidTypeFile(const ::rtl::OString& targetFileName, |