summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xladdress.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xladdress.hxx')
-rw-r--r--sc/source/filter/inc/xladdress.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/filter/inc/xladdress.hxx b/sc/source/filter/inc/xladdress.hxx
index 2750a4cd8709..68b386c9f307 100644
--- a/sc/source/filter/inc/xladdress.hxx
+++ b/sc/source/filter/inc/xladdress.hxx
@@ -77,8 +77,6 @@ struct XclRange
inline explicit XclRange( sal_uInt16 nCol1, sal_uInt32 nRow1, sal_uInt16 nCol2, sal_uInt32 nRow2 ) :
maFirst( nCol1, nRow1 ), maLast( nCol2, nRow2 ) {}
- inline void Set( const XclAddress& rFirst, const XclAddress& rLast )
- { maFirst = rFirst; maLast = rLast; }
inline void Set( sal_uInt16 nCol1, sal_uInt32 nRow1, sal_uInt16 nCol2, sal_uInt32 nRow2 )
{ maFirst.Set( nCol1, nRow1 ); maLast.Set( nCol2, nRow2 ); }