[Libreoffice-commits] core.git: sw/qa

Miklos Vajna vmiklos at collabora.co.uk
Tue Jan 16 21:42:40 UTC 2018


 sw/qa/extras/uiwriter/uiwriter.cxx |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 4a79b0a4354fb16d1912c2d55848e1ff106cfc0f
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Tue Jan 16 16:25:18 2018 +0100

    sw: try to fix non-HAVE_MORE_FONTS build
    
    Change-Id: I8d8ac84ac8bb44fbc00be26c7e4b16001103a535
    Reviewed-on: https://gerrit.libreoffice.org/48006
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>

diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx
index 18bbf80acd32..e76a50ab8cc3 100644
--- a/sw/qa/extras/uiwriter/uiwriter.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter.cxx
@@ -5548,13 +5548,6 @@ void SwUiWriterTest::testSectionInTableInTable()
     createDoc("tdf112109.fodt");
 }
 
-void SwUiWriterTest::testTdf114536()
-{
-    // This crashed in SwTextFormatter::MergeCharacterBorder() due to a
-    // use after free.
-    createDoc("tdf114536.odt");
-}
-
 void SwUiWriterTest::testSectionInTableInTable2()
 {
     createDoc("split-section-in-nested-table.fodt");
@@ -5661,6 +5654,13 @@ void SwUiWriterTest::testTdf112160()
 }
 #endif
 
+void SwUiWriterTest::testTdf114536()
+{
+    // This crashed in SwTextFormatter::MergeCharacterBorder() due to a
+    // use after free.
+    createDoc("tdf114536.odt");
+}
+
 void SwUiWriterTest::testParagraphOfTextRange()
 {
     SwDoc* pDoc = createDoc("paragraph-of-text-range.odt");


More information about the Libreoffice-commits mailing list