From 9e0cbe5eb3f4785d8db26f87ce0208823c87c5ad Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 29 Jun 2012 09:16:03 +0100 Subject: some pesky XubStrings Change-Id: Ib4095dee416cab6d954e1612d2e3f6e2d4464f48 --- svtools/source/edit/svmedit.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools/source/edit') diff --git a/svtools/source/edit/svmedit.cxx b/svtools/source/edit/svmedit.cxx index beb2153e4ffc..4fff9e02d1e4 100644 --- a/svtools/source/edit/svmedit.cxx +++ b/svtools/source/edit/svmedit.cxx @@ -1409,7 +1409,7 @@ void MultiLineEdit::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSi } } - XubString aText = GetText(); + rtl::OUString aText = GetText(); Size aTextSz( pDev->GetTextWidth( aText ), pDev->GetTextHeight() ); sal_uLong nLines = (sal_uLong) (aSize.Height() / aTextSz.Height()); if ( !nLines ) -- cgit