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 868f48633c7e..a8fc770bcb6b 100644
--- a/sc/source/ui/vba/vbaapplication.cxx
+++ b/sc/source/ui/vba/vbaapplication.cxx
@@ -937,7 +937,7 @@ ScVbaApplication::getPathSeparator() throw (uno::RuntimeException)
return OUString( (sal_Unicode) SAL_PATHDELIMITER );
}
-// ----------------------------------------------------------------------------
+
// Helpers for Intersect and Union
namespace {
@@ -1113,7 +1113,7 @@ uno::Reference< excel::XRange > lclCreateVbaRange(
} // namespace
-// ----------------------------------------------------------------------------
+
uno::Reference< excel::XRange > SAL_CALL ScVbaApplication::Intersect(
const uno::Reference< excel::XRange >& rArg1, const uno::Reference< excel::XRange >& rArg2,