summaryrefslogtreecommitdiff
path: root/codemaker
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker')
-rw-r--r--codemaker/source/codemaker/global.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/codemaker/source/codemaker/global.cxx b/codemaker/source/codemaker/global.cxx
index 5529dc08308d..a2da02595b9b 100644
--- a/codemaker/source/codemaker/global.cxx
+++ b/codemaker/source/codemaker/global.cxx
@@ -62,16 +62,10 @@ OString getTempDir(const OString& sFileName)
OString createFileNameFromType( const OString& destination,
const OString& typeName,
- const OString& postfix,
- bool bLowerCase )
+ const OString& postfix )
{
OString type(typeName.replace('.', '/'));
- if (bLowerCase)
- {
- type = typeName.toAsciiLowerCase();
- }
-
sal_uInt32 length = destination.getLength();
bool bWithPoint = false;