summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/vba/vbasection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbasection.cxx')
-rw-r--r--sw/source/ui/vba/vbasection.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/vba/vbasection.cxx b/sw/source/ui/vba/vbasection.cxx
index 8b179951c160..3a09874a6f76 100644
--- a/sw/source/ui/vba/vbasection.cxx
+++ b/sw/source/ui/vba/vbasection.cxx
@@ -34,12 +34,12 @@ SwVbaSection::~SwVbaSection()
{
}
-::sal_Bool SAL_CALL SwVbaSection::getProtectedForForms() throw (uno::RuntimeException, std::exception)
+sal_Bool SAL_CALL SwVbaSection::getProtectedForForms() throw (uno::RuntimeException, std::exception)
{
return sal_False;
}
-void SAL_CALL SwVbaSection::setProtectedForForms( ::sal_Bool /*_protectedforforms*/ ) throw (uno::RuntimeException, std::exception)
+void SAL_CALL SwVbaSection::setProtectedForForms( sal_Bool /*_protectedforforms*/ ) throw (uno::RuntimeException, std::exception)
{
}