summaryrefslogtreecommitdiff
path: root/sw/qa
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-01-16 16:25:18 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-01-16 22:42:19 +0100
commit4a79b0a4354fb16d1912c2d55848e1ff106cfc0f (patch)
treeb822b3dc10b71f79b1076a410d33891d3d7f8446 /sw/qa
parenta6f35f870c1d9b418535a6d8f1f591273cb0ffc1 (diff)
sw: try to fix non-HAVE_MORE_FONTS build
Change-Id: I8d8ac84ac8bb44fbc00be26c7e4b16001103a535 Reviewed-on: https://gerrit.libreoffice.org/48006 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/qa')
-rw-r--r--sw/qa/extras/uiwriter/uiwriter.cxx14
1 files changed, 7 insertions, 7 deletions
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");