diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-20 17:15:56 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-20 17:25:38 +0200 |
commit | 918faa4a1647c165cbaf41108858bd33a530c37b (patch) | |
tree | 496141c80224af8230d300633c79134740acbe83 /include/cppuhelper/implbase9.hxx | |
parent | e7f330fa4aad63873a552e84bfdbf6452832b007 (diff) |
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: If965f73934c182a1c96d9fdca6f395c256f6b259
Diffstat (limited to 'include/cppuhelper/implbase9.hxx')
-rw-r--r-- | include/cppuhelper/implbase9.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppuhelper/implbase9.hxx b/include/cppuhelper/implbase9.hxx index e970f728914f..0516d566f88d 100644 --- a/include/cppuhelper/implbase9.hxx +++ b/include/cppuhelper/implbase9.hxx @@ -42,7 +42,7 @@ namespace cppu { static class_data9 s_cd = { - 9 +1, sal_False, sal_False, + 9 +1, false, false, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { CPPUHELPER_DETAIL_TYPEENTRY(Ifc1), |