summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-23 16:58:59 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-23 19:58:28 +0100
commit7b80e47bb75b911ce8da8db7f39165aa175e5f78 (patch)
tree824a6854683540daba893dcbe8c0244c1ce7dd2d /include/editeng
parent6d7a70b4a40941d3dbb4724a3d30af4196b46fca (diff)
XubString->OUString
Change-Id: If59e9a3956074557842ebc5b178266e9be95a867
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/svxrtf.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/svxrtf.hxx b/include/editeng/svxrtf.hxx
index 175a750e6e82..50bf842f512c 100644
--- a/include/editeng/svxrtf.hxx
+++ b/include/editeng/svxrtf.hxx
@@ -89,7 +89,7 @@ typedef std::deque< SvxRTFItemStackType* > SvxRTFItemStack;
struct SvxRTFStyleType
{
SfxItemSet aAttrSet; // the attributes of Style (+ derivate!)
- String sName;
+ OUString sName;
sal_uInt16 nBasedOn, nNext;
sal_Bool bBasedOnIsSet;
sal_uInt8 nOutlineNo;