summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-08-14 01:24:33 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-08-14 01:32:22 +0200
commit1885266f274575327cdeee9852945a3e91f32f15 (patch)
tree3d3495b94ac883030206ca84fa681dcec2a15a8f /sc/qa
parent65457cbaf0acbfb1925c21f2d03ffec8e20e84bd (diff)
implement dumper for new cond format test
Change-Id: I2a7f0cf20fa54cbcafcb30d8b8834fd1adf3821d
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/unit/subsequent_filters-test.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx
index 32cfb76406c1..8d6a8043de3d 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -1264,6 +1264,7 @@ void ScFiltersTest::testColorScale()
ScConditionalFormatList* pCondFormatList = pDoc->GetCondFormList(0);
const ScConditionalFormat* pFormat = pCondFormatList->GetFormat(nIndex);
CPPUNIT_ASSERT(pFormat);
+ pFormat->dumpInfo();
pPattern = pDoc->GetPattern(1,5,0);
nIndex = static_cast<const SfxUInt32Item&>(pPattern->GetItem(ATTR_CONDITIONAL)).GetValue();