summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbaapplication.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbaapplication.cxx')
-rw-r--r--sc/source/ui/vba/vbaapplication.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbaapplication.cxx b/sc/source/ui/vba/vbaapplication.cxx
index 3a0e695a4c41..93c9fa50ce07 100644
--- a/sc/source/ui/vba/vbaapplication.cxx
+++ b/sc/source/ui/vba/vbaapplication.cxx
@@ -1247,7 +1247,7 @@ ScVbaApplication::Volatile( const uno::Any& aVolatile ) throw ( uno::RuntimeExc
return;
}
-::sal_Bool SAL_CALL
+sal_Bool SAL_CALL
ScVbaApplication::getDisplayFormulaBar()
throw (css::uno::RuntimeException, std::exception)
{
@@ -1268,7 +1268,7 @@ ScVbaApplication::getDisplayFormulaBar()
}
void SAL_CALL
-ScVbaApplication::setDisplayFormulaBar( ::sal_Bool _displayformulabar )
+ScVbaApplication::setDisplayFormulaBar( sal_Bool _displayformulabar )
throw(css::uno::RuntimeException, std::exception)
{
ScTabViewShell* pViewShell = excel::getCurrentBestViewShell( mxContext );