summaryrefslogtreecommitdiff
path: root/svx/inc/svx/paraprev.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/svx/paraprev.hxx')
-rw-r--r--svx/inc/svx/paraprev.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/svx/paraprev.hxx b/svx/inc/svx/paraprev.hxx
index 7f68fa459d86..ebef6399fcac 100644
--- a/svx/inc/svx/paraprev.hxx
+++ b/svx/inc/svx/paraprev.hxx
@@ -79,7 +79,7 @@ public:
void SetLastLine( SvxAdjust eNew ) { eLastLine = eNew; }
void SetLineSpace( SvxPrevLineSpace eNew, sal_uInt16 nNew = 0 )
{ eLine = eNew; nLineVal = nNew; }
- void SetText( const String& rStr ) { aText = rStr; }
+ void SetText( const OUString& rStr ) { aText = rStr; }
void SetSize( Size aNew ) { aSize = aNew; }
short GetFirstLineOfst() const { return nFirstLineOfst; }
@@ -91,7 +91,7 @@ public:
SvxPrevLineSpace GetLineEnum() const { return eLine; }
sal_uInt16 GetLineValue() const { return nLineVal; }
- String GetText() const { return aText; }
+ OUString GetText() const { return aText; }
Size GetSize() const { return aSize; }
void Draw( sal_Bool bAll ) { DrawParagraph( bAll ); }