From 153ea761e32238d1dd882823cf27da1b11c4d66a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 19 Jun 2015 10:49:42 +0200 Subject: Consistently represent bullet char as OUString (One difference is that for an XFListLevelBullet for which SetBulletChar has not been called, ToXml will use an empty string now instead of a string containing a single NUL character. But given that initializing m_chBullet to zero in the XFListLevelBullet ctor was only added recently with 72069675955aaf0b72a7842453347e3e7293f56d "coverity#738770: Unitialized scalar field," assume that ToXml is supposed to be only called after SetBulletChar has been called.) Change-Id: I7a5d7496b038cd094ab11ef8cbc1823ffc5bc130 --- lotuswordpro/source/filter/lwpsilverbullet.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lotuswordpro/source/filter/lwpsilverbullet.hxx') diff --git a/lotuswordpro/source/filter/lwpsilverbullet.hxx b/lotuswordpro/source/filter/lwpsilverbullet.hxx index c56f35e1c25a..41b2a38f7218 100644 --- a/lotuswordpro/source/filter/lwpsilverbullet.hxx +++ b/lotuswordpro/source/filter/lwpsilverbullet.hxx @@ -107,7 +107,7 @@ public: inline OUString GetBulletStyleName() const; - UChar32 GetBulletChar(); + OUString GetBulletChar(); static OUString GetPrefix() { return OUString(); } -- cgit