summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/controlmodelcontainerbase.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:20:31 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:27:28 +0200
commitb7e28df9bb45f4f9ce2dad0325b905f26b12c0a0 (patch)
tree7604f2a6930344ad94440019067901c5d336f124 /toolkit/source/controls/controlmodelcontainerbase.cxx
parentcaae9ec4e0aaa0ecc6676650a2e99c116294f7ed (diff)
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: I04d2884dcb81482c5c3450c98cccb36096a126d4
Diffstat (limited to 'toolkit/source/controls/controlmodelcontainerbase.cxx')
-rw-r--r--toolkit/source/controls/controlmodelcontainerbase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/controls/controlmodelcontainerbase.cxx b/toolkit/source/controls/controlmodelcontainerbase.cxx
index 8be65bfa7a7c..c9c1abd30fab 100644
--- a/toolkit/source/controls/controlmodelcontainerbase.cxx
+++ b/toolkit/source/controls/controlmodelcontainerbase.cxx
@@ -661,7 +661,7 @@ void ControlModelContainerBase::removeByName( const OUString& aName ) throw(NoSu
sal_Bool SAL_CALL ControlModelContainerBase::getGroupControl( ) throw (RuntimeException, std::exception)
{
- return sal_True;
+ return true;
}