[Libreoffice-commits] .: Branch 'ooo-build-3-2-1' - patches/dev300

Radek Doulík rodo at kemper.freedesktop.org
Mon Dec 20 09:23:11 PST 2010


 patches/dev300/apply                                 |    1 +
 patches/dev300/filter-fix-too-broad-deep-search.diff |    9 +++++++++
 2 files changed, 10 insertions(+)

New commits:
commit 6858b4d2cfbc2e3d7078b796c01b08ea597f5376
Author: Radek Doulik <rodo at novell.com>
Date:   Mon Dec 20 18:20:59 2010 +0100

    remove too short type identificator
    
     - it triggers many false positives
    
    * patches/dev300/apply:
    * patches/dev300/filter-fix-too-broad-deep-search.diff:

diff --git a/patches/dev300/apply b/patches/dev300/apply
index 0b37aca..bb00532 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -4169,3 +4169,4 @@ oox-pptx-import-fix-text-paragraph-autofit.diff, n#650035, rodo
 oox-pptx-import-fix-table-style.diff, n#650008, rodo
 oox-pptx-import-backport-from-LO-fix-zero-sized-shapes.diff, n#650051, rodo
 vcl-canvastools-fix-crash.diff, n#654065, rodo
+filter-fix-too-broad-deep-search.diff, rodo
diff --git a/patches/dev300/filter-fix-too-broad-deep-search.diff b/patches/dev300/filter-fix-too-broad-deep-search.diff
new file mode 100644
index 0000000..d7357b1
--- /dev/null
+++ b/patches/dev300/filter-fix-too-broad-deep-search.diff
@@ -0,0 +1,9 @@
+diff -rupw filter-orig/source/config/fragments/types/writer_PocketWord_File.xcu filter/source/config/fragments/types/writer_PocketWord_File.xcu
+--- filter-orig/source/config/fragments/types/writer_PocketWord_File.xcu	2010-12-20 16:52:33.000000000 +0100
++++ filter/source/config/fragments/types/writer_PocketWord_File.xcu	2010-12-20 18:04:06.000000000 +0100
+@@ -8,5 +8,4 @@
+         <prop oor:name="UIName">
+             <value>Pocket Word</value>
+         </prop>
+-        <prop oor:name="ClipboardFormat"><value>doctype:pwi</value></prop>
+     </node>


More information about the Libreoffice-commits mailing list