From 918faa4a1647c165cbaf41108858bd33a530c37b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 20 Apr 2016 17:15:56 +0200 Subject: loplugin:salbool: Automatic rewrite of sal_False/True Change-Id: If965f73934c182a1c96d9fdca6f395c256f6b259 --- include/cppuhelper/implbase10.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cppuhelper/implbase10.hxx') diff --git a/include/cppuhelper/implbase10.hxx b/include/cppuhelper/implbase10.hxx index 986e800d0fa0..435cde9f5cf9 100644 --- a/include/cppuhelper/implbase10.hxx +++ b/include/cppuhelper/implbase10.hxx @@ -42,7 +42,7 @@ namespace cppu { static class_data10 s_cd = { - 10 +1, sal_False, sal_False, + 10 +1, false, false, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { CPPUHELPER_DETAIL_TYPEENTRY(Ifc1), -- cgit