aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-devel/files/patch-svx+source+svrtf+rtfitem.cxx
blob: 5ebcaf8e27b17d40c42d0087be97f58d37482c06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- ../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 );
 			}
 		}