diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2015-03-29 23:03:06 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2015-03-30 04:34:26 +0200 |
commit | e49808edc46c75ae2bd351ca71f09fb43c3b9051 (patch) | |
tree | 2c779e56d11e23225dfc6b4a760c4283e624495f /sc/qa/extras | |
parent | 76115b29524be1214e29613aa31cc433f5ba7c75 (diff) |
the implementation is available so enable it again
Change-Id: Ia5974e57fd4a21897577ff25fb53f48cceb49501
Diffstat (limited to 'sc/qa/extras')
-rw-r--r-- | sc/qa/extras/new_cond_format.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sc/qa/extras/new_cond_format.cxx b/sc/qa/extras/new_cond_format.cxx index 7b76f6e1a4c2..3f67d38e8f66 100644 --- a/sc/qa/extras/new_cond_format.cxx +++ b/sc/qa/extras/new_cond_format.cxx @@ -170,11 +170,9 @@ void ScConditionalFormatTest::testCondFormatXIndex() CPPUNIT_ASSERT(xCondFormat->hasElements()); CPPUNIT_ASSERT_EQUAL(sal_Int32(3), xCondFormat->getCount()); - /* - * missing implementation + uno::Any aAny = xCondFormat->getByIndex(0); CPPUNIT_ASSERT(aAny.hasValue()); - */ } namespace { |