summaryrefslogtreecommitdiff
path: root/include/editeng/bulletitem.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-29 08:43:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-29 10:26:53 +0100
commit9cbafe9085b226d0d109fed85d67ba4e0895974e (patch)
tree803236ecf66bfe10dfb579ff092607276e4f8e8a /include/editeng/bulletitem.hxx
parentd5cb782f9e84e1371c5e0c829f5c564fa7edee40 (diff)
XubString->OUString
Change-Id: I6db7b9e86ea6d17b5ba0a883136e0e4dbdd9e0b3
Diffstat (limited to 'include/editeng/bulletitem.hxx')
-rw-r--r--include/editeng/bulletitem.hxx2
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; }