summaryrefslogtreecommitdiffstats
path: root/sw/inc/numrule.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2013-08-12 18:29:41 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2013-08-12 18:31:05 +0200
commit86637135b809f94973a6b55084d8045bbd276ceb (patch)
treef9372452b6fdd269ecf9088f009e9683fed7c3c1 /sw/inc/numrule.hxx
parentImplement refreshTables. (firebird-sdbc) (diff)
downloadcore-86637135b809f94973a6b55084d8045bbd276ceb.tar.gz
core-86637135b809f94973a6b55084d8045bbd276ceb.zip
String to OUString and some optimizations
Change-Id: I9d93d6aa26b2c9d20f7be8d201051a51e8e4ce7a
Diffstat (limited to 'sw/inc/numrule.hxx')
-rw-r--r--sw/inc/numrule.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx
index 225933a00af9..fe25ce8e64ed 100644
--- a/sw/inc/numrule.hxx
+++ b/sw/inc/numrule.hxx
@@ -76,7 +76,7 @@ public:
void SetCharFmt( SwCharFmt* );
virtual void SetCharFmtName(const String& rSet);
- virtual const String& GetCharFmtName()const;
+ virtual OUString GetCharFmtName()const;
//For i120928,access the cp info of graphic within bullet
void SetGrfBulletCP(sal_Unicode cP){cGrfBulletCP = cP;}