diff options
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) |