summaryrefslogtreecommitdiffstats
path: root/include/cppuhelper
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
parentloplugin:salbool: Automatic rewrite of sal_False/True (diff)
downloadcore-918faa4a1647c165cbaf41108858bd33a530c37b.tar.gz
core-918faa4a1647c165cbaf41108858bd33a530c37b.zip
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: If965f73934c182a1c96d9fdca6f395c256f6b259
Diffstat (limited to 'include/cppuhelper')
-rw-r--r--include/cppuhelper/implbase1.hxx2
-rw-r--r--include/cppuhelper/implbase10.hxx2
-rw-r--r--include/cppuhelper/implbase11.hxx2
-rw-r--r--include/cppuhelper/implbase12.hxx2
-rw-r--r--include/cppuhelper/implbase13.hxx2
-rw-r--r--include/cppuhelper/implbase2.hxx2
-rw-r--r--include/cppuhelper/implbase3.hxx2
-rw-r--r--include/cppuhelper/implbase4.hxx2
-rw-r--r--include/cppuhelper/implbase5.hxx2
-rw-r--r--include/cppuhelper/implbase6.hxx2
-rw-r--r--include/cppuhelper/implbase7.hxx2
-rw-r--r--include/cppuhelper/implbase8.hxx2
-rw-r--r--include/cppuhelper/implbase9.hxx2
-rw-r--r--include/cppuhelper/propshlp.hxx4
14 files changed, 15 insertions, 15 deletions
diff --git a/include/cppuhelper/implbase1.hxx b/include/cppuhelper/implbase1.hxx
index 61022f296ee4..c79e30c37418 100644
--- a/include/cppuhelper/implbase1.hxx
+++ b/include/cppuhelper/implbase1.hxx
@@ -41,7 +41,7 @@ namespace cppu
{
static class_data1 s_cd =
{
- 1 +1, sal_False, sal_False,
+ 1 +1, false, false,
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
{
CPPUHELPER_DETAIL_TYPEENTRY(Ifc1),
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),
diff --git a/include/cppuhelper/implbase11.hxx b/include/cppuhelper/implbase11.hxx
index 6375a3f49f40..37bddc94a3c0 100644
--- a/include/cppuhelper/implbase11.hxx
+++ b/include/cppuhelper/implbase11.hxx
@@ -42,7 +42,7 @@ namespace cppu
{
static class_data11 s_cd =
{
- 11 +1, sal_False, sal_False,
+ 11 +1, false, false,
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
{
CPPUHELPER_DETAIL_TYPEENTRY(Ifc1),
diff --git a/include/cppuhelper/implbase12.hxx b/include/cppuhelper/implbase12.hxx
index b3d02e44160a..f3d72613ae11 100644
--- a/include/cppuhelper/implbase12.hxx
+++ b/include/cppuhelper/implbase12.hxx
@@ -42,7 +42,7 @@ namespace cppu
{
static class_data12 s_cd =
{
- 12 +1, sal_False, sal_False,
+ 12 +1, false, false,
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
{
CPPUHELPER_DETAIL_TYPEENTRY(Ifc1),
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),
diff --git a/include/cppuhelper/implbase2.hxx b/include/cppuhelper/implbase2.hxx
index f41746e857a0..7c435f6ddc62 100644
--- a/include/cppuhelper/implbase2.hxx
+++ b/include/cppuhelper/implbase2.hxx
@@ -41,7 +41,7 @@ namespace cppu
{
static class_data2 s_cd =
{
- 2 +1, sal_False, sal_False,
+ 2 +1, false, false,
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
{
CPPUHELPER_DETAIL_TYPEENTRY(Ifc1),
diff --git a/include/cppuhelper/implbase3.hxx b/include/cppuhelper/implbase3.hxx
index 691bfb38aefd..54a8abbdb516 100644
--- a/include/cppuhelper/implbase3.hxx
+++ b/include/cppuhelper/implbase3.hxx
@@ -41,7 +41,7 @@ namespace cppu
{
static class_data3 s_cd =
{
- 3 +1, sal_False, sal_False,
+ 3 +1, false, false,
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
{
CPPUHELPER_DETAIL_TYPEENTRY(Ifc1),
diff --git a/include/cppuhelper/implbase4.hxx b/include/cppuhelper/implbase4.hxx
index 645354398dfd..639630d202bc 100644
--- a/include/cppuhelper/implbase4.hxx
+++ b/include/cppuhelper/implbase4.hxx
@@ -42,7 +42,7 @@ namespace cppu
{
static class_data4 s_cd =
{
- 4 +1, sal_False, sal_False,
+ 4 +1, false, false,
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
{
CPPUHELPER_DETAIL_TYPEENTRY(Ifc1),
diff --git a/include/cppuhelper/implbase5.hxx b/include/cppuhelper/implbase5.hxx
index 792593ace05e..2f9920e8de1f 100644
--- a/include/cppuhelper/implbase5.hxx
+++ b/include/cppuhelper/implbase5.hxx
@@ -42,7 +42,7 @@ namespace cppu
{
static class_data5 s_cd =
{
- 5 +1, sal_False, sal_False,
+ 5 +1, false, false,
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
{
CPPUHELPER_DETAIL_TYPEENTRY(Ifc1),
diff --git a/include/cppuhelper/implbase6.hxx b/include/cppuhelper/implbase6.hxx
index eef81231d0a4..457b7dc62164 100644
--- a/include/cppuhelper/implbase6.hxx
+++ b/include/cppuhelper/implbase6.hxx
@@ -42,7 +42,7 @@ namespace cppu
{
static class_data6 s_cd =
{
- 6 +1, sal_False, sal_False,
+ 6 +1, false, false,
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
{
CPPUHELPER_DETAIL_TYPEENTRY(Ifc1),
diff --git a/include/cppuhelper/implbase7.hxx b/include/cppuhelper/implbase7.hxx
index f83bc6612069..f18cf7dea7fd 100644
--- a/include/cppuhelper/implbase7.hxx
+++ b/include/cppuhelper/implbase7.hxx
@@ -42,7 +42,7 @@ namespace cppu
{
static class_data7 s_cd =
{
- 7 +1, sal_False, sal_False,
+ 7 +1, false, false,
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
{
CPPUHELPER_DETAIL_TYPEENTRY(Ifc1),
diff --git a/include/cppuhelper/implbase8.hxx b/include/cppuhelper/implbase8.hxx
index 3ab86d884bc1..69ef371b239f 100644
--- a/include/cppuhelper/implbase8.hxx
+++ b/include/cppuhelper/implbase8.hxx
@@ -42,7 +42,7 @@ namespace cppu
{
static class_data8 s_cd =
{
- 8 +1, sal_False, sal_False,
+ 8 +1, false, false,
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
{
CPPUHELPER_DETAIL_TYPEENTRY(Ifc1),
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),
diff --git a/include/cppuhelper/propshlp.hxx b/include/cppuhelper/propshlp.hxx
index 0130688471fd..7f7221018b25 100644
--- a/include/cppuhelper/propshlp.hxx
+++ b/include/cppuhelper/propshlp.hxx
@@ -124,7 +124,7 @@ public:
OPropertyArrayHelper(
css::beans::Property *pProps,
sal_Int32 nElements ,
- sal_Bool bSorted = sal_True );
+ sal_Bool bSorted = true );
/**
Create an object which supports the common property interfaces.
@@ -134,7 +134,7 @@ public:
*/
OPropertyArrayHelper(
const css::uno::Sequence< css::beans::Property > & aProps,
- sal_Bool bSorted = sal_True );
+ sal_Bool bSorted = true );
/**
Return the number of properties.