diff options
Diffstat (limited to 'sc/inc/rangeutl.hxx')
-rw-r--r-- | sc/inc/rangeutl.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/rangeutl.hxx b/sc/inc/rangeutl.hxx index f3fed7b6fb25..db54bc70cab6 100644 --- a/sc/inc/rangeutl.hxx +++ b/sc/inc/rangeutl.hxx @@ -236,9 +236,6 @@ public: SCCOL colEnd = 0, SCROW rowEnd = 0 ); - ScArea( const ScArea& r ); - - ScArea& operator= ( const ScArea& r ); bool operator== ( const ScArea& r ) const; public: |