summaryrefslogtreecommitdiff
path: root/framework/source/fwe
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:17:17 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:25:42 +0200
commited467869d8010b51d1f76c86b3628e23ec434655 (patch)
tree5724a5f680f49a1629613f4b87d4a2ae39153e29 /framework/source/fwe
parent4d31d08215d2ed9062319c0caa55130029e5d0d8 (diff)
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: Idf27ee5370f1fa24adf22908d9e801c7d40db935
Diffstat (limited to 'framework/source/fwe')
-rw-r--r--framework/source/fwe/classes/actiontriggerpropertyset.cxx2
-rw-r--r--framework/source/fwe/classes/actiontriggerseparatorpropertyset.cxx2
-rw-r--r--framework/source/fwe/classes/rootactiontriggercontainer.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/fwe/classes/actiontriggerpropertyset.cxx b/framework/source/fwe/classes/actiontriggerpropertyset.cxx
index fb217fd46286..158429eef129 100644
--- a/framework/source/fwe/classes/actiontriggerpropertyset.cxx
+++ b/framework/source/fwe/classes/actiontriggerpropertyset.cxx
@@ -271,7 +271,7 @@ void SAL_CALL ActionTriggerPropertySet::getFastPropertyValue(
// Define static member to give structure of properties to baseclass "OPropertySetHelper".
// "impl_getStaticPropertyDescriptor" is a non exported and static function, who will define a static propertytable.
// "sal_True" say: Table is sorted by name.
- static OPropertyArrayHelper aInfoHelper( impl_getStaticPropertyDescriptor(), sal_True );
+ static OPropertyArrayHelper aInfoHelper( impl_getStaticPropertyDescriptor(), true );
pInfoHelper = &aInfoHelper;
}
}
diff --git a/framework/source/fwe/classes/actiontriggerseparatorpropertyset.cxx b/framework/source/fwe/classes/actiontriggerseparatorpropertyset.cxx
index 20cf8aabdf7f..63c3ed4bb3c3 100644
--- a/framework/source/fwe/classes/actiontriggerseparatorpropertyset.cxx
+++ b/framework/source/fwe/classes/actiontriggerseparatorpropertyset.cxx
@@ -216,7 +216,7 @@ void SAL_CALL ActionTriggerSeparatorPropertySet::getFastPropertyValue(
// Define static member to give structure of properties to baseclass "OPropertySetHelper".
// "impl_getStaticPropertyDescriptor" is a non exported and static function, who will define a static propertytable.
// "sal_True" say: Table is sorted by name.
- static OPropertyArrayHelper aInfoHelper( impl_getStaticPropertyDescriptor(), sal_True );
+ static OPropertyArrayHelper aInfoHelper( impl_getStaticPropertyDescriptor(), true );
pInfoHelper = &aInfoHelper;
}
}
diff --git a/framework/source/fwe/classes/rootactiontriggercontainer.cxx b/framework/source/fwe/classes/rootactiontriggercontainer.cxx
index 8c2d94ea4b3a..f58cdcc5c500 100644
--- a/framework/source/fwe/classes/rootactiontriggercontainer.cxx
+++ b/framework/source/fwe/classes/rootactiontriggercontainer.cxx
@@ -210,7 +210,7 @@ throw (css::uno::RuntimeException, std::exception)
return ( m_pMenu->GetItemCount() > 0 );
}
- return sal_False;
+ return false;
}
// XServiceInfo