summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/dataprovider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/docshell/dataprovider.cxx')
-rw-r--r--sc/source/ui/docshell/dataprovider.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/docshell/dataprovider.cxx b/sc/source/ui/docshell/dataprovider.cxx
index eb037edcd1b2..f309e791e088 100644
--- a/sc/source/ui/docshell/dataprovider.cxx
+++ b/sc/source/ui/docshell/dataprovider.cxx
@@ -71,7 +71,6 @@ ExternalDataMapper::ExternalDataMapper(ScDocShell* pDocShell, const OUString& rU
ExternalDataMapper::~ExternalDataMapper()
{
- delete mpDataProvider;
}
void ExternalDataMapper::StartImport()
@@ -146,7 +145,6 @@ CSVFetchThread::CSVFetchThread(SvStream *pData, size_t nColCount):
CSVFetchThread::~CSVFetchThread()
{
- delete mpStream;
}
bool CSVFetchThread::IsRequestedTerminate()