summaryrefslogtreecommitdiffstats
path: root/sw/inc/expfld.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-17 09:14:55 +0200
committerNoel Grandin <noel@peralex.com>2014-03-17 13:30:51 +0200
commit769a6c20c4eb9e081cdc46dd638f67927fc7bc25 (patch)
treeef7c0e04c12897d8b73a2b2e3de3df477f83f37c /sw/inc/expfld.hxx
parentwriterfilter: prefer passing OUString by reference (diff)
downloadcore-769a6c20c4eb9e081cdc46dd638f67927fc7bc25.tar.gz
core-769a6c20c4eb9e081cdc46dd638f67927fc7bc25.zip
sw: prefer passing OUString by reference
Change-Id: Iaa846ec8f19567f0a9f30154d74cc53df93eff16
Diffstat (limited to 'sw/inc/expfld.hxx')
-rw-r--r--sw/inc/expfld.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/expfld.hxx b/sw/inc/expfld.hxx
index 6a47e0627075..8aaf12e04abc 100644
--- a/sw/inc/expfld.hxx
+++ b/sw/inc/expfld.hxx
@@ -39,7 +39,7 @@ class SwEditShell;
const SwTxtNode* GetBodyTxtNode( const SwDoc& pDoc, SwPosition& rPos,
const SwFrm& rFrm );
-OUString ReplacePoint(OUString sTmpName, bool bWithCommandType = false);
+OUString ReplacePoint(const OUString& sTmpName, bool bWithCommandType = false);
struct _SeqFldLstElem
{