summaryrefslogtreecommitdiff
path: root/include/svx/svdotext.hxx
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 /include/svx/svdotext.hxx
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 'include/svx/svdotext.hxx')
-rw-r--r--include/svx/svdotext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdotext.hxx b/include/svx/svdotext.hxx
index b656777b2167..c298ecc97116 100644
--- a/include/svx/svdotext.hxx
+++ b/include/svx/svdotext.hxx
@@ -474,7 +474,7 @@ public:
virtual void ReformatText();
virtual bool CalcFieldValue(const SvxFieldItem& rField, sal_Int32 nPara, sal_uInt16 nPos,
- bool bEdit, Color*& rpTxtColor, Color*& rpFldColor, String& rRet) const;
+ bool bEdit, Color*& rpTxtColor, Color*& rpFldColor, OUString& rRet) const;
virtual SdrObject* DoConvertToPolyObj(sal_Bool bBezier, bool bAddText) const;