summaryrefslogtreecommitdiff
path: root/vbahelper/source/msforms/vbasystemaxcontrol.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper/source/msforms/vbasystemaxcontrol.cxx')
-rw-r--r--vbahelper/source/msforms/vbasystemaxcontrol.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vbahelper/source/msforms/vbasystemaxcontrol.cxx b/vbahelper/source/msforms/vbasystemaxcontrol.cxx
index a0fd441cb955..016224a05755 100644
--- a/vbahelper/source/msforms/vbasystemaxcontrol.cxx
+++ b/vbahelper/source/msforms/vbasystemaxcontrol.cxx
@@ -57,14 +57,14 @@ uno::Any SAL_CALL VbaSystemAXControl::getValue( const OUString& aPropertyName )
}
-::sal_Bool SAL_CALL VbaSystemAXControl::hasMethod( const OUString& aName )
+sal_Bool SAL_CALL VbaSystemAXControl::hasMethod( const OUString& aName )
throw ( uno::RuntimeException, std::exception )
{
return m_xControlInvocation->hasMethod( aName );
}
-::sal_Bool SAL_CALL VbaSystemAXControl::hasProperty( const OUString& aName )
+sal_Bool SAL_CALL VbaSystemAXControl::hasProperty( const OUString& aName )
throw ( uno::RuntimeException, std::exception )
{
return m_xControlInvocation->hasProperty( aName );