summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoftn.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-15 17:20:31 +0200
committerNoel Grandin <noel@peralex.com>2013-10-18 09:59:17 +0200
commitbbd37f87b337f4b5c91fae02357a932de3eaa094 (patch)
treed680984519b7201a4fd1f513d7de55c93fb85125 /sw/source/core/unocore/unoftn.cxx
parent3898de20ed5f6347045e0ed18e4317abeadf2e74 (diff)
convert sw/source/core/unocore/*.cxx from String to OUString
Change-Id: I4af097f36d47452dc992f8965f74dd707c2c08a9
Diffstat (limited to 'sw/source/core/unocore/unoftn.cxx')
-rw-r--r--sw/source/core/unocore/unoftn.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unoftn.cxx b/sw/source/core/unocore/unoftn.cxx
index 69526c940758..84aedbb2018d 100644
--- a/sw/source/core/unocore/unoftn.cxx
+++ b/sw/source/core/unocore/unoftn.cxx
@@ -288,7 +288,7 @@ SwXFootnote::setLabel(const OUString& aLabel) throw (uno::RuntimeException)
}
else if (m_pImpl->m_bIsDescriptor)
{
- m_pImpl->m_sLabel = String(aLabel);
+ m_pImpl->m_sLabel = aLabel;
}
else
{