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

[SCM] LibreOffice packaging repository branch, debian-experimental-3.5, updated. libreoffice_3.4.4-1-90-ga8e3d04



The following commit has been merged in the debian-experimental-3.5 branch:
commit a8e3d04f14c7f377130ce0ec5089f7c7bccfe531
Author: Rene Engelhard <rene@debian.org>
Date:   Mon Nov 21 19:27:27 2011 +0100

    remove obsolete patch mistakenly merged

diff --git a/patches/wordml2ooo_draw.xsl-add-missing-include.diff b/patches/wordml2ooo_draw.xsl-add-missing-include.diff
deleted file mode 100644
index abbfc8b..0000000
--- a/patches/wordml2ooo_draw.xsl-add-missing-include.diff
+++ /dev/null
@@ -1,23 +0,0 @@
---- /dev/null	2011-11-18 23:57:45.520533843 +0100
-+++ libreoffice-3.4.4/libreoffice-build/patches/hotfixes/wordml2ooo_draw.xsl-add-missing-include.diff	2011-11-21 14:30:12.000000000 +0100
-@@ -0,0 +1,20 @@
-+From 6af8887b41a8438d29b4743f238be7330516ecbc Mon Sep 17 00:00:00 2001
-+From: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>
-+Date: Mon, 21 Nov 2011 12:49:06 +0000
-+Subject: d#648250: added missing include in wordml2ooo_draw.xsl
-+
-+---
-+diff --git a/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl b/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
-+index 448923f..e36d7cd 100644
-+--- filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
-++++ filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
-+@@ -27,6 +27,7 @@
-+ -->
-+ <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml"; xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint"; xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:aml="http://schemas.microsoft.com/aml/2001/core"; xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns:dc="http://purl.org/dc/elements/1.1/"; xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:d
 atastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML"; xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office"; xmlns:ooow="http://openoffice.org/2004/writer"; xmlns:oooc="http://openoffice.org/2004/calc"; xmlns:dom="http://www.w3.org/2001/xml-events"; xmlns:ole="http://libreoffice.org/2011/xslt/ole"; exclude-result-prefixes="w wx aml o dt v">
-+     <xsl:include href="wordml2ooo_custom_draw.xsl"/>
-++    <xsl:include href="wordml2ooo_path.xsl"/>
-+     
-+     <xsl:key name="imagedata" match="w:binData" use="@w:name"/>
-+     <xsl:key name="shapetype" match="v:shapetype" use="concat('#', @id)"/>
-+--
-+cgit v0.9.0.2-2-gbebe

-- 
LibreOffice packaging repository


Reply to: