summaryrefslogtreecommitdiff
path: root/include/codemaker/global.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-03 13:04:59 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-03-03 11:39:56 +0000
commit5adde1bf69828da955f5f8ae8d36a4bd52eee055 (patch)
tree19b20375684dd8bb328ceb59a7b035ad7d352bd9 /include/codemaker/global.hxx
parent83dccbadc2c6caa804039199915d4a8c1f3f2d5a (diff)
loplugin:unuseddefaultparams various
Change-Id: Ibf8489c957b307156689de4c7cb8440ddd4e4546 Reviewed-on: https://gerrit.libreoffice.org/22852 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/codemaker/global.hxx')
-rw-r--r--include/codemaker/global.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/codemaker/global.hxx b/include/codemaker/global.hxx
index 17f6aa0603c1..7fc9ac9be5e2 100644
--- a/include/codemaker/global.hxx
+++ b/include/codemaker/global.hxx
@@ -82,8 +82,7 @@ private:
::rtl::OString createFileNameFromType(const ::rtl::OString& destination,
const ::rtl::OString& type,
const ::rtl::OString& postfix,
- bool bLowerCase=false,
- const ::rtl::OString& prefix="");
+ bool bLowerCase=false);
bool fileExists(const ::rtl::OString& fileName);
bool makeValidTypeFile(const ::rtl::OString& targetFileName,