From e22825fe361f89a40758a0e34ee844c141bdb273 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 26 Apr 2013 10:08:28 +0100 Subject: XubString->OUString Change-Id: I32c867e43bfb50a57261414107caae60f616d703 --- include/editeng/unoforou.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/editeng/unoforou.hxx') diff --git a/include/editeng/unoforou.hxx b/include/editeng/unoforou.hxx index 68ee89160944..8b2140309b38 100644 --- a/include/editeng/unoforou.hxx +++ b/include/editeng/unoforou.hxx @@ -72,7 +72,7 @@ public: virtual SfxItemPool* GetPool() const; - virtual XubString CalcFieldValue( const SvxFieldItem& rField, sal_uInt16 nPara, sal_uInt16 nPos, Color*& rpTxtColor, Color*& rpFldColor ); + virtual OUString CalcFieldValue( const SvxFieldItem& rField, sal_uInt16 nPara, sal_uInt16 nPos, Color*& rpTxtColor, Color*& rpFldColor ); virtual void FieldClicked( const SvxFieldItem& rField, sal_uInt16 nPara, xub_StrLen nPos ); virtual sal_Bool IsValid() const; -- cgit