summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpsilverbullet.hxx
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2012-06-01 17:53:42 +0200
committerThorsten Behrens <tbehrens@suse.com>2012-06-01 17:54:29 +0200
commitfcc31f1749e01e4184c4347929a9e1d7e782dee1 (patch)
tree7cec3fd4411e7c1352ce29faef396eae7b3a7b8f /lotuswordpro/source/filter/lwpsilverbullet.hxx
parentRelated: fdo#46361 fix VML import of v:rect's fillcolor (diff)
downloadcore-fcc31f1749e01e4184c4347929a9e1d7e782dee1.tar.gz
core-fcc31f1749e01e4184c4347929a9e1d7e782dee1.zip
Targeted string re-work for lotuswordpro filter
Also cleaned up commented code, and a few extraneous temporaries
Diffstat (limited to 'lotuswordpro/source/filter/lwpsilverbullet.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpsilverbullet.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/lotuswordpro/source/filter/lwpsilverbullet.hxx b/lotuswordpro/source/filter/lwpsilverbullet.hxx
index b9aca7a1f878..82a0c45dabb5 100644
--- a/lotuswordpro/source/filter/lwpsilverbullet.hxx
+++ b/lotuswordpro/source/filter/lwpsilverbullet.hxx
@@ -81,9 +81,9 @@ const sal_uInt16 NUMCHAR_i = 0x05; //index for numberchar "i"
const sal_uInt16 NUMCHAR_other= 0x06; //index for numberchar "other"
const sal_uInt16 NUMCHAR_01 = 0x0B; //index for numberchar "01"
-const sal_uInt16 NUMCHAR_Chinese1 = 0x09; //index for numberchar "Ò¼"
-const sal_uInt16 NUMCHAR_Chinese2 = 0x08; //index for numberchar "Ò»"
-const sal_uInt16 NUMCHAR_Chinese3= 0x0A; //index for numberchar "¼×"
+const sal_uInt16 NUMCHAR_Chinese1 = 0x09; //index for numberchar "Ò¼"
+const sal_uInt16 NUMCHAR_Chinese2 = 0x08; //index for numberchar "Ò»"
+const sal_uInt16 NUMCHAR_Chinese3= 0x0A; //index for numberchar "¼×"
const sal_uInt16 NUMCHAR_Chinese4 = 0x13; //index for numberchar "01" in chinese version
class LwpStory;
@@ -110,9 +110,9 @@ public:
UChar32 GetBulletChar();
- rtl::OUString GetPrefix();
+ rtl::OUString GetPrefix() { return rtl::OUString(); }
- rtl::OUString GetSuffix();
+ rtl::OUString GetSuffix() { return rtl::OUString(); }
inline rtl::OUString GetNumberingName();