ooo-build r11662 - in trunk: . patches/src680



Author: tml
Date: Thu Feb 21 15:00:19 2008
New Revision: 11662
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11662&view=rev

Log:
2008-02-21  Tor Lillqvist  <tml novell com>

	* patches/src680/xmloff-field-patch.diff: Remove stray CRs that
	screw up patch.unapply on Cygwin.



Modified:
   trunk/ChangeLog
   trunk/patches/src680/xmloff-field-patch.diff

Modified: trunk/patches/src680/xmloff-field-patch.diff
==============================================================================
--- trunk/patches/src680/xmloff-field-patch.diff	(original)
+++ trunk/patches/src680/xmloff-field-patch.diff	Thu Feb 21 15:00:19 2008
@@ -396,9 +396,9 @@
  	}
  }
  
-+SvXMLImportContext *XMLTextMarkImportContext::CreateChildContext( USHORT nPrefix,
-+                                        const ::rtl::OUString& rLocalName,
-+                                        const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList )
++SvXMLImportContext *XMLTextMarkImportContext::CreateChildContext( USHORT nPrefix,
++                                        const ::rtl::OUString& rLocalName,
++                                        const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList )
 +{
 +	return new XMLFieldParamImportContext(GetImport(), rHelper, nPrefix, rLocalName);
 +}
@@ -488,9 +488,9 @@
  			::com::sun::star::xml::sax::XAttributeList> & xAttrList);
 +	virtual void EndElement();
 +
-+    virtual SvXMLImportContext *CreateChildContext( USHORT nPrefix,
-+                                                    const ::rtl::OUString& rLocalName,
-+                                                    const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList );
++    virtual SvXMLImportContext *CreateChildContext( USHORT nPrefix,
++                                                    const ::rtl::OUString& rLocalName,
++                                                    const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList );
  
  public:
 -	static void CreateAndInsertMark(



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]