diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2017-07-12 18:45:24 +0200 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2017-07-12 18:46:14 +0200 |
commit | db63ae291136379cc3b417b9daa070921a1372c9 (patch) | |
tree | e74dc074d37070c54876a88c727b88121ea7bab7 /sw | |
parent | a315d6921c696c687fd9cfcc92049bc28da6213a (diff) |
loplugin:unreffun
Fix some HAVE_MORE_FONTS dependent tests.
Change-Id: I79fec705d02b38222d66368759a95b667604335c
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/uiwriter/uiwriter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx index 453c62dece55..d3b59c560463 100644 --- a/sw/qa/extras/uiwriter/uiwriter.cxx +++ b/sw/qa/extras/uiwriter/uiwriter.cxx @@ -3780,6 +3780,7 @@ void SwUiWriterTest::testTdf87922() CPPUNIT_ASSERT_EQUAL(COL_WHITE, aFont.GetColor().GetColor()); } +#if HAVE_MORE_FONTS struct PortionItem { PortionItem(OUString const & sItemType, sal_Int32 nLength = 0, @@ -3837,7 +3838,6 @@ class PortionHandler : public SwPortionHandler } }; -#if HAVE_MORE_FONTS void SwUiWriterTest::testTdf77014() { // The problem described in the bug tdf#77014 is that the input |