diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-29 08:43:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-29 10:26:53 +0100 |
commit | 9cbafe9085b226d0d109fed85d67ba4e0895974e (patch) | |
tree | 803236ecf66bfe10dfb579ff092607276e4f8e8a /include/editeng/bulletitem.hxx | |
parent | d5cb782f9e84e1371c5e0c829f5c564fa7edee40 (diff) |
XubString->OUString
Change-Id: I6db7b9e86ea6d17b5ba0a883136e0e4dbdd9e0b3
Diffstat (limited to 'include/editeng/bulletitem.hxx')
-rw-r--r-- | include/editeng/bulletitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/bulletitem.hxx b/include/editeng/bulletitem.hxx index deb122f556d4..4ae8ade9ad17 100644 --- a/include/editeng/bulletitem.hxx +++ b/include/editeng/bulletitem.hxx @@ -89,7 +89,7 @@ public: virtual SfxPoolItem* Create( SvStream&, sal_uInt16 nVersion ) const; virtual SvStream& Store( SvStream & , sal_uInt16 nItemVersion ) const; - String GetFullText() const; + OUString GetFullText() const; sal_Unicode GetSymbol() const { return cSymbol; } String GetPrevText() const { return aPrevText; } String GetFollowText() const { return aFollowText; } |