summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xilink.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xilink.cxx')
-rw-r--r--sc/source/filter/excel/xilink.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/filter/excel/xilink.cxx b/sc/source/filter/excel/xilink.cxx
index ef9f96ba8484..25c2ecee968a 100644
--- a/sc/source/filter/excel/xilink.cxx
+++ b/sc/source/filter/excel/xilink.cxx
@@ -64,7 +64,6 @@ public:
/** Stores the sheet name and marks the sheet index as invalid.
The sheet index is set while creating the Calc sheet with CreateTable(). */
explicit XclImpSupbookTab( const OUString& rTabName );
- ~XclImpSupbookTab();
inline const OUString& GetTabName() const { return maTabName; }
@@ -564,10 +563,6 @@ XclImpSupbookTab::XclImpSupbookTab( const OUString& rTabName ) :
{
}
-XclImpSupbookTab::~XclImpSupbookTab()
-{
-}
-
void XclImpSupbookTab::ReadCrn( XclImpStream& rStrm, const XclAddress& rXclPos )
{
XclImpCrnRef crnRef( new XclImpCrn(rStrm, rXclPos) );