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.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbaapplication.cxx b/sc/source/ui/vba/vbaapplication.cxx
index c050f1153c53..81aafa2bc0a7 100644
--- a/sc/source/ui/vba/vbaapplication.cxx
+++ b/sc/source/ui/vba/vbaapplication.cxx
@@ -502,7 +502,6 @@ ScVbaApplication::Names( const css::uno::Any& aIndex ) throw ( uno::RuntimeExcep
return uno::Any( xNames->Item( aIndex, uno::Any() ) );
}
-
uno::Reference< excel::XWorksheet > SAL_CALL
ScVbaApplication::getActiveSheet() throw (uno::RuntimeException, std::exception)
{
@@ -923,7 +922,6 @@ ScVbaApplication::getPathSeparator() throw (uno::RuntimeException, std::exceptio
return OUString( (sal_Unicode) SAL_PATHDELIMITER );
}
-
// Helpers for Intersect and Union
namespace {