Kaydet (Commit) caae9ec4 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:salbool: Automatic rewrite of sal_False/True

Change-Id: If03cdd1fc6943c3783cedf8b735c8a29a3ecd0c7
üst c838f2ed
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment