diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-20 17:19:43 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-20 17:27:25 +0200 |
commit | 9a10b6f1ffc9f9331c3bb55c1ac2a70828ee14bb (patch) | |
tree | 767da198475998c3fcf2108bd60b48c2ed53155c /smoketest | |
parent | efd8f9224c9a32664076ee2e9b64a7990a9b75fa (diff) |
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: Ib9ede3670960728cef12eaa9c082340426724843
Diffstat (limited to 'smoketest')
-rw-r--r-- | smoketest/smoketest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/smoketest.cxx b/smoketest/smoketest.cxx index 2133cc17d3f0..5845c332997c 100644 --- a/smoketest/smoketest.cxx +++ b/smoketest/smoketest.cxx @@ -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?" |