summaryrefslogtreecommitdiff
path: root/sd/qa/unit
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-24 10:52:02 +0200
committerNoel Grandin <noel@peralex.com>2014-04-24 10:53:17 +0200
commitb45a12c37d2b671e54404afda5dee1b0947bd3ed (patch)
tree484fa50da87e5434970c774527a77e0dd079e1b9 /sd/qa/unit
parente4e654e40575300eaab429a6b94348bf43b9d7ce (diff)
sd: sal_Bool->bool
Change-Id: I3172a42f6b6abe434ffe0475d1201ff50b6c06ea
Diffstat (limited to 'sd/qa/unit')
-rw-r--r--sd/qa/unit/uimpress.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/uimpress.cxx b/sd/qa/unit/uimpress.cxx
index d5f7cb1b1552..f1704a6d5699 100644
--- a/sd/qa/unit/uimpress.cxx
+++ b/sd/qa/unit/uimpress.cxx
@@ -103,7 +103,7 @@ void Test::testAddPage()
void Test::testCustomShow()
{
CPPUNIT_ASSERT_MESSAGE("test generation of custom show list!",
- m_pDoc->GetCustomShowList(sal_True));
+ m_pDoc->GetCustomShowList(true));
}
CPPUNIT_TEST_SUITE_REGISTRATION(Test);