summaryrefslogtreecommitdiff
path: root/sc/inc/rangeutl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/rangeutl.hxx')
-rw-r--r--sc/inc/rangeutl.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/rangeutl.hxx b/sc/inc/rangeutl.hxx
index 4d420d6f117d..92ceaa99d84d 100644
--- a/sc/inc/rangeutl.hxx
+++ b/sc/inc/rangeutl.hxx
@@ -42,7 +42,6 @@ class SC_DLLPUBLIC ScRangeUtil
{
public:
ScRangeUtil() {}
- ~ScRangeUtil() {}
static bool MakeArea ( const OUString& rAreaStr,
ScArea& rArea,
@@ -265,7 +264,6 @@ private:
public:
ScAreaNameIterator( ScDocument* pDoc );
- ~ScAreaNameIterator() {}
bool Next( OUString& rName, ScRange& rRange );
bool WasDBName() const { return !bFirstPass; }