diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-23 16:58:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-23 19:58:28 +0100 |
commit | 7b80e47bb75b911ce8da8db7f39165aa175e5f78 (patch) | |
tree | 824a6854683540daba893dcbe8c0244c1ce7dd2d /include | |
parent | 6d7a70b4a40941d3dbb4724a3d30af4196b46fca (diff) |
XubString->OUString
Change-Id: If59e9a3956074557842ebc5b178266e9be95a867
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/svxrtf.hxx | 2 |
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; |