summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbaglobals.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbaglobals.cxx')
-rw-r--r--sc/source/ui/vba/vbaglobals.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/ui/vba/vbaglobals.cxx b/sc/source/ui/vba/vbaglobals.cxx
index 70055e15543d..f6477be468c9 100644
--- a/sc/source/ui/vba/vbaglobals.cxx
+++ b/sc/source/ui/vba/vbaglobals.cxx
@@ -34,10 +34,8 @@ using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
using namespace ::ooo::vba;
-
// ScVbaGlobals
-
//ScVbaGlobals::ScVbaGlobals( css::uno::Reference< css::uno::XComponentContext >const& rxContext, ) : ScVbaGlobals_BASE( uno::Reference< XHelperInterface >(), rxContext )
ScVbaGlobals::ScVbaGlobals( uno::Sequence< uno::Any > const& aArgs, uno::Reference< uno::XComponentContext >const& rxContext ) : ScVbaGlobals_BASE( uno::Reference< XHelperInterface >(), rxContext, "ExcelDocumentContext" )
@@ -58,7 +56,6 @@ ScVbaGlobals::~ScVbaGlobals()
OSL_TRACE("ScVbaGlobals::~ScVbaGlobals");
}
-
// XGlobals
uno::Reference<excel::XApplication >
@@ -70,7 +67,6 @@ ScVbaGlobals::getApplication() throw (uno::RuntimeException)
return mxApplication;
}
-
uno::Reference<excel::XApplication > SAL_CALL
ScVbaGlobals::getExcel() throw (uno::RuntimeException, std::exception)
{
@@ -90,7 +86,6 @@ ScVbaGlobals::getActiveWorkbook() throw (uno::RuntimeException, std::exception)
throw uno::RuntimeException( "No activeWorkbook available" );
}
-
uno::Reference< excel::XWindow > SAL_CALL
ScVbaGlobals::getActiveWindow() throw (uno::RuntimeException, std::exception)
{
@@ -215,7 +210,6 @@ ScVbaGlobals::Rows( const uno::Any& aIndex ) throw (uno::RuntimeException, std::
}
-
uno::Any SAL_CALL
ScVbaGlobals::getDebug() throw (uno::RuntimeException, std::exception)
{