summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1-devel/files/patch-svx+source+svrtf+rtfitem.cxx
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-06-07 22:09:48 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-06-07 22:09:48 +0000
commit5191c1d5a85d6037d951f877eee67b94b669da7e (patch)
tree57007548daed9ef31884fdbe9398458989db24a3 /editors/openoffice-1.1-devel/files/patch-svx+source+svrtf+rtfitem.cxx
parentUpgrade to OO1.1 beta2. (diff)
Upgrade to OO1.1 beta2.
Diffstat (limited to 'editors/openoffice-1.1-devel/files/patch-svx+source+svrtf+rtfitem.cxx')
-rw-r--r--editors/openoffice-1.1-devel/files/patch-svx+source+svrtf+rtfitem.cxx24
1 files changed, 0 insertions, 24 deletions
diff --git a/editors/openoffice-1.1-devel/files/patch-svx+source+svrtf+rtfitem.cxx b/editors/openoffice-1.1-devel/files/patch-svx+source+svrtf+rtfitem.cxx
deleted file mode 100644
index 5ebcaf8e27b1..000000000000
--- a/editors/openoffice-1.1-devel/files/patch-svx+source+svrtf+rtfitem.cxx
+++ /dev/null
@@ -1,24 +0,0 @@
---- ../svx/source/svrtf/rtfitem.cxx.orig Thu Apr 17 22:50:50 2003
-+++ ../svx/source/svrtf/rtfitem.cxx Thu Apr 17 23:40:15 2003
-@@ -285,11 +285,20 @@
- }
- else
- {
-- if( LOW_CHARTYPE == eType || HIGH_CHARTYPE == eType )
-+// if( LOW_CHARTYPE == eType || HIGH_CHARTYPE == eType ) //Takashi Ono for CJK
-+ if( LOW_CHARTYPE == eType )
- {
- if( *pNormal )
- {
- rItem.SetWhich( *pNormal );
-+ rSet.Put( rItem );
-+ }
-+ }
-+ else if( HIGH_CHARTYPE == eType )
-+ {
-+ if( *pCTL )
-+ {
-+ rItem.SetWhich( *pCTL );
- rSet.Put( rItem );
- }
- }