summaryrefslogtreecommitdiff
path: root/basic/source/uno/dlgcont.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:14:08 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:25:35 +0200
commitda50c790a74af391cd46e20dbb457e975894b9cf (patch)
tree544fcd5488c544775d666116953cdbe9e9339f07 /basic/source/uno/dlgcont.cxx
parent6546ed8c7948841f147c3848acccc8defbe9997a (diff)
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: Ib91f20761167ab78b68813d8877dceea5fef801f
Diffstat (limited to 'basic/source/uno/dlgcont.cxx')
-rw-r--r--basic/source/uno/dlgcont.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/uno/dlgcont.cxx b/basic/source/uno/dlgcont.cxx
index b5b20fff5578..2a8684e494bb 100644
--- a/basic/source/uno/dlgcont.cxx
+++ b/basic/source/uno/dlgcont.cxx
@@ -443,7 +443,7 @@ void SfxDialogLibraryContainer::onNewRootStorage()
sal_Bool SAL_CALL
SfxDialogLibraryContainer:: HasExecutableCode( const OUString& /*Library*/ ) throw (uno::RuntimeException, std::exception)
{
- return sal_False; // dialog library has no executable code
+ return false; // dialog library has no executable code
}
// Service