Remove unneccessary comments
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
committed by
Caolán McNamara
parent
b81ac16e65
commit
0ce0c369aa
@@ -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,
|
||||
|
Reference in New Issue
Block a user