diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-06-07 22:09:48 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-06-07 22:09:48 +0000 |
commit | 5191c1d5a85d6037d951f877eee67b94b669da7e (patch) | |
tree | 57007548daed9ef31884fdbe9398458989db24a3 /editors/openoffice-devel/files/patch-svx+source+svrtf+svxrtf.cxx | |
parent | Upgrade to OO1.1 beta2. (diff) |
Upgrade to OO1.1 beta2.
Diffstat (limited to 'editors/openoffice-devel/files/patch-svx+source+svrtf+svxrtf.cxx')
-rw-r--r-- | editors/openoffice-devel/files/patch-svx+source+svrtf+svxrtf.cxx | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/editors/openoffice-devel/files/patch-svx+source+svrtf+svxrtf.cxx b/editors/openoffice-devel/files/patch-svx+source+svrtf+svxrtf.cxx deleted file mode 100644 index 6d07a8f4d6ff..000000000000 --- a/editors/openoffice-devel/files/patch-svx+source+svrtf+svxrtf.cxx +++ /dev/null @@ -1,19 +0,0 @@ ---- ../svx/source/svrtf/svxrtf.cxx.orig 2003-01-17 22:27:36.000000000 +0900 -+++ ../svx/source/svrtf/svxrtf.cxx 2003-04-06 00:37:52.000000000 +0900 -@@ -583,8 +583,14 @@ - - case RTF_FCHARSET: - if( -1 != nTokenValue ) -- pFont->SetCharSet( rtl_getTextEncodingFromWindowsCharset( -- (BYTE)nTokenValue ) ); -+ { -+// pFont->SetCharSet( rtl_getTextEncodingFromWindowsCharset( -+// (BYTE)nTokenValue ) ); -+ CharSet nCharSet = -+ rtl_getTextEncodingFromWindowsCharset( (BYTE)nTokenValue ); -+ pFont->SetCharSet( nCharSet ); -+ SetEncoding( nCharSet ); //Takashi Ono -+ } - break; - - case RTF_FPRQ: |