summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-04-24 12:15:33 +0000
committerRüdiger Timm <rt@openoffice.org>2003-04-24 12:15:33 +0000
commit515cee3060734adce97a93cd76fd15cb2a4b9f7b (patch)
tree564b700829ced2bd090e295d6e2251bce7d37ebe
parente31ab1150d8b5e84ab79cf6f5b44f12d1d2661be (diff)
INTEGRATION: CWS mav4 (1.130.2); FILE MERGED
2003/04/14 09:50:10 as 1.130.2.1: #108820# don't call GetMedium_Impl() more then once
-rw-r--r--sfx2/source/doc/docfile.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx
index 48666413ab2e..250dca8831d4 100644
--- a/sfx2/source/doc/docfile.cxx
+++ b/sfx2/source/doc/docfile.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docfile.cxx,v $
*
- * $Revision: 1.130 $
+ * $Revision: 1.131 $
*
- * last change: $Author: hr $ $Date: 2003-04-04 19:22:41 $
+ * last change: $Author: rt $ $Date: 2003-04-24 13:15:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1904,7 +1904,6 @@ void SfxMedium::SetDataAvailableLink( const Link& rLink )
//----------------------------------------------------------------
void SfxMedium::StartDownload()
{
- GetMedium_Impl();
GetInStream();
}