summaryrefslogtreecommitdiffstats
path: root/sw/inc/section.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/section.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/section.hxx')
-rw-r--r--sw/inc/section.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/section.hxx b/sw/inc/section.hxx
index 539918cfd4d2..40eba2acbd60 100644
--- a/sw/inc/section.hxx
+++ b/sw/inc/section.hxx
@@ -139,7 +139,7 @@ public:
bool IsConnectFlag() const { return m_bConnectFlag; }
void SetConnectFlag(bool const bFlag = true){ m_bConnectFlag = bFlag; }
- static OUString CollapseWhiteSpaces(const OUString sName);
+ static OUString CollapseWhiteSpaces(const OUString& sName);
};
class SW_DLLPUBLIC SwSection