summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdotxfl.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-30 17:14:17 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:54:17 +0200
commit1e110338a1917504a79aa8250a93e0dc4641e448 (patch)
tree8e9259e5ecc971efab06a276f167b541c9bf1f00 /svx/source/svdraw/svdotxfl.cxx
parent75c850aa06cfdaf509b9dfbef707406c9738da13 (diff)
convert a slice of editeng and svx from String to OUString
specifically the aRepresentation field/methods in EditFieldInfo and the CalcFieldValue method in SdrTextObj, because they have a tricky dependency. Change-Id: Id1f9dc6d7cacc075983bd224d11dd4de1085a9c1
Diffstat (limited to 'svx/source/svdraw/svdotxfl.cxx')
-rw-r--r--svx/source/svdraw/svdotxfl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdotxfl.cxx b/svx/source/svdraw/svdotxfl.cxx
index 264f5e4ac36c..154e7707d73a 100644
--- a/svx/source/svdraw/svdotxfl.cxx
+++ b/svx/source/svdraw/svdotxfl.cxx
@@ -41,7 +41,7 @@ void SdrRegisterFieldClasses()
///////////////////////////////////////////////////////////////////////////////////////////////// */
bool SdrTextObj::CalcFieldValue(const SvxFieldItem& /*rField*/, sal_Int32 /*nPara*/, sal_uInt16 /*nPos*/,
- bool /*bEdit*/, Color*& /*rpTxtColor*/, Color*& /*rpFldColor*/, XubString& /*rRet*/) const
+ bool /*bEdit*/, Color*& /*rpTxtColor*/, Color*& /*rpFldColor*/, OUString& /*rRet*/) const
{
return false;
}