summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-19 13:06:37 +0200
committerNoel Grandin <noel@peralex.com>2013-08-22 10:49:24 +0200
commit2174567506a196f0d347967f72470839baf79249 (patch)
tree926008f0db67a6526b2b02d8c8cd280dc6ab8d8a /svtools
parentdde44b250ac5e6ca370faead7b500608063d3c3c (diff)
convert include/svtools/fmtfield.hxx from String to OUString
Change-Id: Id8b6e41b6eeb0f0b6cd835cea53abca55f1d1373
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/fmtfield.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/fmtfield.cxx b/svtools/source/control/fmtfield.cxx
index d65175dc1a64..515e32e7ca50 100644
--- a/svtools/source/control/fmtfield.cxx
+++ b/svtools/source/control/fmtfield.cxx
@@ -451,7 +451,7 @@ void FormattedField::SetTextFormatted(const OUString& rStr)
}
//------------------------------------------------------------------------------
-String FormattedField::GetTextValue() const
+OUString FormattedField::GetTextValue() const
{
if (m_bValueDirty)
{