summaryrefslogtreecommitdiff
path: root/sw/qa/extras
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-11-18 00:51:30 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-11-19 02:24:28 +0100
commitb2efe90c07baa45d2ee7e13138dd306a29738473 (patch)
tree626c629ab8059b31530b4b8ceb053c43b0dd1586 /sw/qa/extras
parent1296f9063203a3f9488689136b833568c183edab (diff)
remove nonsense comment clutter
Change-Id: I9ab33513ffb927b02c27fbd6c115b41702751d18
Diffstat (limited to 'sw/qa/extras')
-rw-r--r--sw/qa/extras/ooxmlimport/ooxmlimport.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
index a0650a1a925a..27fe3d627b77 100644
--- a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
+++ b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
@@ -2504,7 +2504,6 @@ DECLARE_OOXMLIMPORT_TEST(testBnc821804, "bnc821804.docx")
DECLARE_OOXMLIMPORT_TEST(testFdo85542, "fdo85542.docx")
{
- //CPPUNIT_ASSERT_EQUAL(false,true);
uno::Reference<text::XBookmarksSupplier> xBookmarksSupplier(mxComponent, uno::UNO_QUERY);
uno::Reference<container::XIndexAccess> xBookmarksByIdx(xBookmarksSupplier->getBookmarks(), uno::UNO_QUERY);
CPPUNIT_ASSERT_EQUAL(xBookmarksByIdx->getCount(), static_cast<sal_Int32>(3));