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:
Alexander Wilms
2014-02-22 21:20:15 +01:00
committed by Caolán McNamara
parent b81ac16e65
commit 0ce0c369aa
2756 changed files with 42510 additions and 44122 deletions

View File

@@ -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,