summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorDirk Völzke <dv@openoffice.org>2001-03-08 08:37:12 +0000
committerDirk Völzke <dv@openoffice.org>2001-03-08 08:37:12 +0000
commit0335cc149f1274642021b7ad59dff7272ed851c6 (patch)
treea4bd0eee94f6f00dce06f99d62a1d543aa72c53e /sfx2/source
parentf26727b6fdcdc9f3309228acfda4893d75c5111a (diff)
#84690# Use CreateTempFileNoCopy instead of CreateTempFile
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/doc/objstor.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx
index c1a2375ae73c..ff12864cf744 100644
--- a/sfx2/source/doc/objstor.cxx
+++ b/sfx2/source/doc/objstor.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: objstor.cxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: mba $ $Date: 2001-03-05 12:42:20 $
+ * last change: $Author: dv $ $Date: 2001-03-08 09:37:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1335,7 +1335,7 @@ sal_Bool SfxObjectShell::DoSave_Impl( const SfxItemSet* pArgs )
const SfxFilter* pFilter = GetMedium()->GetFilter();
SfxMedium* pMediumTmp = new SfxMedium( pMedium->GetName(), nFlags, bDirect, pFilter, pSet );
- pMediumTmp->CreateTempFile();
+ pMediumTmp->CreateTempFileNoCopy();
pMediumTmp->SetLongName( aLongName );
// Nat"urlich keine Version in einem neuen Medium!