From 2174567506a196f0d347967f72470839baf79249 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 19 Aug 2013 13:06:37 +0200 Subject: convert include/svtools/fmtfield.hxx from String to OUString Change-Id: Id8b6e41b6eeb0f0b6cd835cea53abca55f1d1373 --- svtools/source/control/fmtfield.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools') 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) { -- cgit