summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbafield.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbafield.cxx')
-rw-r--r--sw/source/ui/vba/vbafield.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/vba/vbafield.cxx b/sw/source/ui/vba/vbafield.cxx
index 8bef2126c165..d5546ae1b8cf 100644
--- a/sw/source/ui/vba/vbafield.cxx
+++ b/sw/source/ui/vba/vbafield.cxx
@@ -44,9 +44,9 @@ sal_Bool SAL_CALL SwVbaField::Update() throw (uno::RuntimeException, std::except
if( xUpdatable.is() )
{
xUpdatable->update();
- return sal_True;
+ return true;
}
- return sal_False;
+ return false;
}
// XHelperInterface