summaryrefslogtreecommitdiff
path: root/testtools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:20:26 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:27:27 +0200
commitcaae9ec4e0aaa0ecc6676650a2e99c116294f7ed (patch)
tree7147566ee529983b55e25d79e2b7a42aafc0bef5 /testtools
parentc838f2ed9f14e79c68adbf004f20513855e6edd3 (diff)
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: If03cdd1fc6943c3783cedf8b735c8a29a3ecd0c7
Diffstat (limited to 'testtools')
-rw-r--r--testtools/source/bridgetest/constructors.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/testtools/source/bridgetest/constructors.cxx b/testtools/source/bridgetest/constructors.cxx
index 3933fecffdf2..17ab92e8ebab 100644
--- a/testtools/source/bridgetest/constructors.cxx
+++ b/testtools/source/bridgetest/constructors.cxx
@@ -229,7 +229,7 @@ void Impl2::initialize(css::uno::Sequence< css::uno::Any > const & arguments)
{
ttb::TestPolyStruct< css::uno::Type > arg0;
ttb::TestPolyStruct< css::uno::Any > arg1;
- css::uno::Any arg1b(sal_True);
+ css::uno::Any arg1b(true);
ttb::TestPolyStruct< sal_Bool > arg2;
ttb::TestPolyStruct< ::sal_Int8 > arg3;
ttb::TestPolyStruct< ::sal_Int16 > arg4;