summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xladdress.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xladdress.cxx')
-rw-r--r--sc/source/filter/excel/xladdress.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/excel/xladdress.cxx b/sc/source/filter/excel/xladdress.cxx
index ffc06a095c42..19e32972a97b 100644
--- a/sc/source/filter/excel/xladdress.cxx
+++ b/sc/source/filter/excel/xladdress.cxx
@@ -42,7 +42,7 @@ void XclAddress::Write( XclExpStream& rStrm, bool bCol16Bit ) const
rStrm << static_cast< sal_uInt8 >( mnCol );
}
-// ----------------------------------------------------------------------------
+
bool XclRange::Contains( const XclAddress& rPos ) const
{
@@ -73,7 +73,7 @@ void XclRange::Write( XclExpStream& rStrm, bool bCol16Bit ) const
rStrm << static_cast< sal_uInt8 >( maFirst.mnCol ) << static_cast< sal_uInt8 >( maLast.mnCol );
}
-// ----------------------------------------------------------------------------
+
XclRange XclRangeList::GetEnclosingRange() const
{