diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2013-08-12 18:29:41 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2013-08-12 18:31:05 +0200 |
commit | 86637135b809f94973a6b55084d8045bbd276ceb (patch) | |
tree | f9372452b6fdd269ecf9088f009e9683fed7c3c1 /include/editeng/numitem.hxx | |
parent | ec365165ba7f332df479422174899808e1ff4152 (diff) |
String to OUString and some optimizations
Change-Id: I9d93d6aa26b2c9d20f7be8d201051a51e8e4ce7a
Diffstat (limited to 'include/editeng/numitem.hxx')
-rw-r--r-- | include/editeng/numitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/numitem.hxx b/include/editeng/numitem.hxx index 9f88e79de0ec..fbe59e651c65 100644 --- a/include/editeng/numitem.hxx +++ b/include/editeng/numitem.hxx @@ -176,7 +176,7 @@ public: const OUString& GetSuffix() const { return sSuffix;} void SetCharFmtName(const String& rSet){ sCharStyleName = rSet; } - virtual const String& GetCharFmtName()const; + virtual OUString GetCharFmtName()const; void SetBulletFont(const Font* pFont); const Font* GetBulletFont() const {return pBulletFont;} |