[libreoffice] fix patch

David Tardon dtardon at fedoraproject.org
Sat Oct 12 09:21:48 UTC 2013


commit c1c345a4a5f624b89388e3f5ec9f0283be3e6856
Author: David Tardon <dtardon at redhat.com>
Date:   Sat Oct 12 11:21:37 2013 +0200

    fix patch

 0001-fdo-69384-fix-impress-writer-copy-paste.patch |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/0001-fdo-69384-fix-impress-writer-copy-paste.patch b/0001-fdo-69384-fix-impress-writer-copy-paste.patch
index c5cf579..059dacf 100644
--- a/0001-fdo-69384-fix-impress-writer-copy-paste.patch
+++ b/0001-fdo-69384-fix-impress-writer-copy-paste.patch
@@ -51,24 +51,21 @@ diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfim
 index 8508909..e79d282 100644
 --- a/sw/qa/extras/rtfimport/rtfimport.cxx
 +++ b/sw/qa/extras/rtfimport/rtfimport.cxx
-@@ -159,6 +159,7 @@ public:
+@@ -159,5 +159,6 @@ public:
      void testFdo44715();
      void testFdo68076();
-     void testFdo68291();
 +    void testFdo69384();
  
      CPPUNIT_TEST_SUITE(Test);
  #if !defined(MACOSX) && !defined(WNT)
-@@ -302,6 +303,7 @@ void Test::run()
+@@ -302,5 +303,6 @@ void Test::run()
          {"fdo44715.rtf", &Test::testFdo44715},
          {"fdo68076.rtf", &Test::testFdo68076},
-         {"fdo68291.odt", &Test::testFdo68291},
 +        {"hello.rtf", &Test::testFdo69384},
      };
      header();
      for (unsigned int i = 0; i < SAL_N_ELEMENTS(aMethods); ++i)
-@@ -1464,6 +1466,18 @@ void Test::testFdo68291()
-     CPPUNIT_ASSERT_EQUAL(OUString(), getProperty<OUString>(getParagraph(1), "PageDescName"));
+@@ -1464,5 +1466,17 @@ void Test::testFdo68291()
  }
  
 +void Test::testFdo69384()


More information about the scm-commits mailing list