diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-20 17:20:14 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-20 17:27:27 +0200 |
commit | 2c6840eb95eb925be78f2b5279594ef5c71c2e98 (patch) | |
tree | e51faa80bc33355f2224311f8b7ec0f10ef2da0d /sw/source/ui/vba/vbasection.cxx | |
parent | bb34461d280d499d93ef982e9b7391fd791ffa35 (diff) |
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: I5c33d8ed3551d9ad4432824995bfdc3f73cfc5f8
Diffstat (limited to 'sw/source/ui/vba/vbasection.cxx')
-rw-r--r-- | sw/source/ui/vba/vbasection.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbasection.cxx b/sw/source/ui/vba/vbasection.cxx index 3995c5f705a0..ff034e30e0f3 100644 --- a/sw/source/ui/vba/vbasection.cxx +++ b/sw/source/ui/vba/vbasection.cxx @@ -36,7 +36,7 @@ SwVbaSection::~SwVbaSection() sal_Bool SAL_CALL SwVbaSection::getProtectedForForms() throw (uno::RuntimeException, std::exception) { - return sal_False; + return false; } void SAL_CALL SwVbaSection::setProtectedForForms( sal_Bool /*_protectedforforms*/ ) throw (uno::RuntimeException, std::exception) |