diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-14 11:36:22 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-17 09:00:07 +0200 |
commit | c58fe8c85f159c6b456223b51981f411e312e33b (patch) | |
tree | ebef7d946d80be91e26f08c932aa628571b0d127 /include/codemaker | |
parent | c0a6e9a1baa7664ea62a3942f43f7bd79cf3fcc6 (diff) |
codemaker,editeng: prefer passing OUString by reference
Change-Id: If3e2dd3905cc33f1e7fc9fbfbb9f2bb49a756a34
Diffstat (limited to 'include/codemaker')
-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, |