summaryrefslogtreecommitdiff
path: root/sw/inc/section.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2013-08-15 20:10:00 +0200
committerMichael Stahl <mstahl@redhat.com>2013-08-16 22:07:46 +0000
commit714b30109d0f145d669aebdf08ded251c7f78d52 (patch)
treeb01bb9daac1044e80e82994e45dd60c7a05b20ea /sw/inc/section.hxx
parent985df3aa867a5ebba22e3d7805baa53022c1ee2a (diff)
String to OUString and use helper function
Change-Id: I4c554eb5bf8f15eece755453398d1f1bce24b98b Reviewed-on: https://gerrit.libreoffice.org/5442 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/inc/section.hxx')
-rw-r--r--sw/inc/section.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/section.hxx b/sw/inc/section.hxx
index db6ce8afbd81..0aea68bab5bc 100644
--- a/sw/inc/section.hxx
+++ b/sw/inc/section.hxx
@@ -142,6 +142,8 @@ public:
bool IsConnectFlag() const { return m_bConnectFlag; }
void SetConnectFlag(bool const bFlag = true){ m_bConnectFlag = bFlag; }
+
+ static OUString CollapseWhiteSpaces(const OUString sName);
};
class SW_DLLPUBLIC SwSection