rpms/openoffice.org/devel openoffice.org-2.3.0.ooo76649.httpencoding.patch, 1.2, 1.3

Caolan McNamara caolanm at fedoraproject.org
Sat Oct 10 19:40:02 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1696

Modified Files:
	openoffice.org-2.3.0.ooo76649.httpencoding.patch 
Log Message:
fix openoffice.org-2.3.0.ooo76649.httpencoding.patch

openoffice.org-2.3.0.ooo76649.httpencoding.patch:
 sc/source/filter/html/htmlpars.cxx |   46 +------------------------------------
 sfx2/source/bastyp/sfxhtml.cxx     |   23 +++++++++++++++++-
 svx/source/editeng/eehtml.cxx      |    3 --
 sw/source/filter/html/swhtml.cxx   |    8 ++----
 4 files changed, 28 insertions(+), 52 deletions(-)

Index: openoffice.org-2.3.0.ooo76649.httpencoding.patch
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org-2.3.0.ooo76649.httpencoding.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- openoffice.org-2.3.0.ooo76649.httpencoding.patch	10 Oct 2009 15:48:45 -0000	1.2
+++ openoffice.org-2.3.0.ooo76649.httpencoding.patch	10 Oct 2009 19:40:01 -0000	1.3
@@ -134,7 +134,7 @@ diff -u -r1.17 sfxhtml.cxx
 +			aContentType.AppendAscii( pCharSet );
 +
 +			xValues = new SvKeyValueIterator;
-+			xValues->Append( SvKeyValue( String::CreateFromAscii( sHTML_META_content_type ), aContentType ) );
++			xValues->Append( SvKeyValue( String::CreateFromAscii( OOO_STRING_SVTOOLS_HTML_META_content_type ), aContentType ) );
 +			pHTTPHeader = xValues;
 +		}
 +	}




More information about the fedora-extras-commits mailing list