summaryrefslogtreecommitdiff
path: root/sc/source/filter/html/htmlpars.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/html/htmlpars.cxx')
-rw-r--r--sc/source/filter/html/htmlpars.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/filter/html/htmlpars.cxx b/sc/source/filter/html/htmlpars.cxx
index 337239794644..44caba742225 100644
--- a/sc/source/filter/html/htmlpars.cxx
+++ b/sc/source/filter/html/htmlpars.cxx
@@ -1782,7 +1782,6 @@ private:
public:
explicit ScHTMLTableMap( ScHTMLTable& rParentTable );
- ~ScHTMLTableMap();
inline const_iterator begin() const { return maTables.begin(); }
inline const_iterator end() const { return maTables.end(); }
@@ -1808,10 +1807,6 @@ ScHTMLTableMap::ScHTMLTableMap( ScHTMLTable& rParentTable ) :
{
}
-ScHTMLTableMap::~ScHTMLTableMap()
-{
-}
-
ScHTMLTable* ScHTMLTableMap::FindTable( ScHTMLTableId nTableId, bool bDeep ) const
{
ScHTMLTable* pResult = nullptr;