summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-09 11:00:48 +0200
committerNoel Grandin <noel@peralex.com>2013-09-11 09:45:34 +0200
commitb929c663847fb8167824609a8748d55549418a81 (patch)
tree8af711b3ca68101ae1db645b1394a69ffc742d24 /include/editeng
parentd178cb406bd08f86ec2cc9ddba35f24901f3f386 (diff)
convert include/editeng/editeng.hxx from String to OUString
Change-Id: I92f69364667abec1b7a31080ce48fc55c4042165
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/editeng.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/editeng/editeng.hxx b/include/editeng/editeng.hxx
index bcad84dcf3e9..325af9ecbda7 100644
--- a/include/editeng/editeng.hxx
+++ b/include/editeng/editeng.hxx
@@ -66,7 +66,6 @@ class EditUndo;
class SvxFont;
class SfxItemPool;
class SfxStyleSheet;
-class String;
class SfxStyleSheetPool;
class SvxSearchItem;
class SvxFieldItem;
@@ -345,7 +344,7 @@ public:
void Draw( OutputDevice* pOutDev, const Point& rStartPos, short nOrientation = 0 );
// sal_uInt32: Error code of the stream.
- sal_uLong Read( SvStream& rInput, const String& rBaseURL, EETextFormat, SvKeyValueIterator* pHTTPHeaderAttrs = NULL );
+ sal_uLong Read( SvStream& rInput, const OUString& rBaseURL, EETextFormat, SvKeyValueIterator* pHTTPHeaderAttrs = NULL );
sal_uLong Write( SvStream& rOutput, EETextFormat );
void SetStatusEventHdl( const Link& rLink );
@@ -471,7 +470,7 @@ public:
const Color& rTextLineColor);
virtual void DrawingTab(
- const Point& rStartPos, long nWidth, const String& rChar,
+ const Point& rStartPos, long nWidth, const OUString& rChar,
const SvxFont& rFont, sal_Int32 nPara, xub_StrLen nIndex, sal_uInt8 nRightToLeft,
bool bEndOfLine,
bool bEndOfParagraph,
@@ -554,7 +553,7 @@ public:
void SetParaAttribsOnly(sal_Int32 nPara, const SfxItemSet& rSet);
void SetAttribs(const EditSelection& rSel, const SfxItemSet& rSet, sal_uInt8 nSpecial = 0);
- String GetSelected(const EditSelection& rSel, const LineEnd eParaSep = LINEEND_LF) const;
+ OUString GetSelected(const EditSelection& rSel, const LineEnd eParaSep = LINEEND_LF) const;
EditPaM DeleteSelected(const EditSelection& rSel);
sal_uInt16 GetScriptType(const EditSelection& rSel) const;