summaryrefslogtreecommitdiffstats
path: root/include/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-09 12:59:28 +0200
committerNoel Grandin <noel@peralex.com>2013-09-11 09:45:34 +0200
commita2ea07f0b944ebb3506c8fafd285ef3bdff23e99 (patch)
treea605b6f43ccf402d500c2fba577aebe4b52b51c8 /include/editeng
parentconvert include/editeng/editeng.hxx from String to OUString (diff)
downloadcore-a2ea07f0b944ebb3506c8fafd285ef3bdff23e99.tar.gz
core-a2ea07f0b944ebb3506c8fafd285ef3bdff23e99.zip
convert include/editeng/editdata.hxx from String to OUString
Change-Id: I5bdb26880448ce0f71bf1b6639fcf2db3e472a50
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/editdata.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/editdata.hxx b/include/editeng/editdata.hxx
index 3f782e420cb7..f0485a275f87 100644
--- a/include/editeng/editdata.hxx
+++ b/include/editeng/editdata.hxx
@@ -211,7 +211,7 @@ inline void ESelection::Adjust()
struct EDITENG_DLLPUBLIC EFieldInfo
{
SvxFieldItem* pFieldItem;
- String aCurrentText;
+ OUString aCurrentText;
EPosition aPosition;
EFieldInfo();
@@ -246,7 +246,7 @@ struct ImportInfo
int nToken;
short nTokenValue;
- String aText;
+ OUString aText;
void* pAttrs; // RTF: SvxRTFItemStackType*, HTML: SfxItemSet*