summaryrefslogtreecommitdiff
path: root/include/cppuhelper/implbase13.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:15:56 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:25:38 +0200
commit918faa4a1647c165cbaf41108858bd33a530c37b (patch)
tree496141c80224af8230d300633c79134740acbe83 /include/cppuhelper/implbase13.hxx
parente7f330fa4aad63873a552e84bfdbf6452832b007 (diff)
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: If965f73934c182a1c96d9fdca6f395c256f6b259
Diffstat (limited to 'include/cppuhelper/implbase13.hxx')
-rw-r--r--include/cppuhelper/implbase13.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppuhelper/implbase13.hxx b/include/cppuhelper/implbase13.hxx
index aa0892946677..8ad2593dbe34 100644
--- a/include/cppuhelper/implbase13.hxx
+++ b/include/cppuhelper/implbase13.hxx
@@ -42,7 +42,7 @@ namespace cppu
{
static class_data13 s_cd =
{
- 13 +1, sal_False, sal_False,
+ 13 +1, false, false,
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
{
CPPUHELPER_DETAIL_TYPEENTRY(Ifc1),