Bugzilla – Attachment 42499 Details for
Bug 33478
[FILESAVE] bad rtf when save with ru_RU locale
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch fixing the style name escape part of the issue
0001-RTF-escape-special-characters-in-style-names.patch (text/plain), 1020 bytes, created by
Miklos Vajna
on 2011-01-25 17:33:59 UTC
(
hide
)
Description:
Patch fixing the style name escape part of the issue
Filename:
MIME Type:
Creator:
Miklos Vajna
Created:
2011-01-25 17:33:59 UTC
Size:
1020 bytes
patch
obsolete
>From a0986bd81565856d2e8c88b380dae2b504059d8a Mon Sep 17 00:00:00 2001 >From: Miklos Vajna <vmiklos@frugalware.org> >Date: Wed, 26 Jan 2011 02:10:50 +0100 >Subject: [PATCH] RTF: escape special characters in style names > >--- > sw/source/filter/ww8/rtfattributeoutput.cxx | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/sw/source/filter/ww8/rtfattributeoutput.cxx b/sw/source/filter/ww8/rtfattributeoutput.cxx >index 82b0eab..bc0ab22 100644 >--- a/sw/source/filter/ww8/rtfattributeoutput.cxx >+++ b/sw/source/filter/ww8/rtfattributeoutput.cxx >@@ -1092,7 +1092,7 @@ void RtfAttributeOutput::EndStyle() > m_rExport.InsStyle(m_nStyleId, aStyles); > m_aStylesheet.append(aStyles); > m_aStylesheet.append(' '); >- m_aStylesheet.append(OUStringToOString( OUString( m_rStyleName ), m_rExport.eCurrentEncoding )); >+ m_aStylesheet.append(m_rExport.OutString(m_rStyleName, m_rExport.eCurrentEncoding)); > m_aStylesheet.append(";}"); > m_aStylesheet.append(m_rExport.sNewLine); > } >-- >1.7.3.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 33478
:
42470
|
42498
| 42499 |
42501