summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-05-15 11:35:38 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-05-15 11:35:38 +0200
commit3385b0da3d6ffec25538692d3c49b2e1924dddae (patch)
tree49ac13f0d243cacb2b717f86f5a548c179974871 /dbaccess
parent22aa9fce300f9953dc43fc75f8ced4caab5c3f83 (diff)
Minor utl::TempFile clean up
Change-Id: I20de8b2321d2656d17d25c6343d72c534d47e597
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/misc/TableCopyHelper.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/ui/misc/TableCopyHelper.cxx b/dbaccess/source/ui/misc/TableCopyHelper.cxx
index 8f382143d74a..9906ff559bee 100644
--- a/dbaccess/source/ui/misc/TableCopyHelper.cxx
+++ b/dbaccess/source/ui/misc/TableCopyHelper.cxx
@@ -285,7 +285,6 @@ bool OTableCopyHelper::copyTagTable(const TransferableDataHelper& _aDroppedData
{
// now we need to copy the stream
::utl::TempFile aTmp;
- aTmp.EnableKillingFile(false);
_rAsyncDrop.aUrl = aTmp.GetURL();
SotStorageStreamRef aNew = new SotStorageStream( aTmp.GetFileName() );
_rAsyncDrop.aHtmlRtfStorage->Seek(STREAM_SEEK_TO_BEGIN);