diff options
author | Mathias Bauer <mba@openoffice.org> | 2001-03-08 08:10:04 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2001-03-08 08:10:04 +0000 |
commit | e34557dead15702c90aecb542c75735604ed32e3 (patch) | |
tree | 7d3a851ea368529281c942e751201320b790e9ba /sfx2/source | |
parent | a763ba5294d181bdf0488adcf8ec881653ad5090 (diff) |
overfluous line removed
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/doc/docfile.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx index 533cb3c900af..059620d13898 100644 --- a/sfx2/source/doc/docfile.cxx +++ b/sfx2/source/doc/docfile.cxx @@ -2,9 +2,9 @@ * * $RCSfile: docfile.cxx,v $ * - * $Revision: 1.46 $ + * $Revision: 1.47 $ * - * last change: $Author: mba $ $Date: 2001-03-07 12:12:38 $ + * last change: $Author: mba $ $Date: 2001-03-08 09:10:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2443,7 +2443,6 @@ void SfxMedium::CreateTempFile() if ( pImp->pTempFile ) DELETEZ( pImp->pTempFile ); - BOOL bDeleteInputStream = ( pInStream == 0); ULONG nOpenMode = nStorOpenMode; GetInStream(); BOOL bCopy = ( nStorOpenMode == nOpenMode ); |