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

loplugin:salbool: Automatic rewrite of sal_False/True

Change-Id: Ib9ede3670960728cef12eaa9c082340426724843
üst efd8f922
......@@ -152,7 +152,7 @@ void Test::test() {
args[0].State = css::beans::PropertyState_DIRECT_VALUE;
args[1].Name = "ReadOnly";
args[1].Handle = -1;
args[1].Value <<= sal_True;
args[1].Value <<= true;
args[1].State = css::beans::PropertyState_DIRECT_VALUE;
css::util::URL url;
url.Complete = "vnd.sun.star.script:Standard.Global.StartTestWithDefaultOptions?"
......
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