summaryrefslogtreecommitdiff
path: root/framework/source/uiconfiguration/uicategorydescription.cxx
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/uiconfiguration/uicategorydescription.cxx
parent4d31d08215d2ed9062319c0caa55130029e5d0d8 (diff)
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: Idf27ee5370f1fa24adf22908d9e801c7d40db935
Diffstat (limited to 'framework/source/uiconfiguration/uicategorydescription.cxx')
-rw-r--r--framework/source/uiconfiguration/uicategorydescription.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uiconfiguration/uicategorydescription.cxx b/framework/source/uiconfiguration/uicategorydescription.cxx
index 21793ca52fb3..d97b0fbdf7de 100644
--- a/framework/source/uiconfiguration/uicategorydescription.cxx
+++ b/framework/source/uiconfiguration/uicategorydescription.cxx
@@ -181,7 +181,7 @@ sal_Bool SAL_CALL ConfigurationAccess_UICategory::hasElements()
throw ( RuntimeException, std::exception )
{
// There must be global categories!
- return sal_True;
+ return true;
}
void ConfigurationAccess_UICategory::fillCache()