summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-RC/files/patch-sw+source+filter+ww8+ww8par6.cxx
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-04-19 01:47:29 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-04-19 01:47:29 +0000
commit1555c01115fa775c3a446ccdd3361659f93c008e (patch)
tree2db1d395dd54e8e8442791c1db0c663158f94669 /editors/openoffice.org-3-RC/files/patch-sw+source+filter+ww8+ww8par6.cxx
parentSecurity update to 0.23.9. (diff)
1. Correct include path for instsetoo/util/openoffice.lst
Without it, licensing terms are not copied and installation fails for some localizd build. (affects patch-instsetoo+util+openoffice.lst and Makefile) 2. Added CJK Word 95/6.0/RTF import feature (Other patches) 3. Bump port revision By Takashi Ono <t_ono@hkfreak.net>
Notes
Notes: svn path=/head/; revision=79252
Diffstat (limited to '')
-rw-r--r--editors/openoffice.org-3-RC/files/patch-sw+source+filter+ww8+ww8par6.cxx25
1 files changed, 25 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-sw+source+filter+ww8+ww8par6.cxx b/editors/openoffice.org-3-RC/files/patch-sw+source+filter+ww8+ww8par6.cxx
new file mode 100644
index 000000000000..1ff350ab77e5
--- /dev/null
+++ b/editors/openoffice.org-3-RC/files/patch-sw+source+filter+ww8+ww8par6.cxx
@@ -0,0 +1,25 @@
+--- ../sw/source/filter/ww8/ww8par6.cxx.orig 2003-02-07 01:36:16.000000000 +0900
++++ ../sw/source/filter/ww8/ww8par6.cxx 2003-04-06 08:56:40.000000000 +0900
+@@ -3352,9 +3352,11 @@
+ nId = RES_CHRATR_CTL_FONT;
+ break;
+ case 93:
++ case 111:
+ case 0x4a4f:
+ nId = RES_CHRATR_FONT;
+ break;
++ case 112:
+ case 0x4a50:
+ nId = RES_CHRATR_CJK_FONT;
+ break;
+@@ -4830,8 +4832,8 @@
+ //percentage to grow hps short
+ {110, (FNReadRecord)0}, //"sprmCCondHyhen", chp.ysri
+ //ysri short
+- {111, (FNReadRecord)0}, //"??111",
+- {112, (FNReadRecord)0}, //"??112",
++ {111, &SwWW8ImplReader::Read_FontCode}, //ww7 font
++ {112, &SwWW8ImplReader::Read_FontCode}, //ww7 CJK font
+ {113, &SwWW8ImplReader::Read_FontCode}, //ww7 rtl font
+ {114, (FNReadRecord)0}, //"??114",
+ {115, &SwWW8ImplReader::Read_TxtColor}, //ww7 rtl colour ?