summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-10-19 11:47:12 +0000
committerRüdiger Timm <rt@openoffice.org>2005-10-19 11:47:12 +0000
commitfc5184d52a2ebc4037e6e1f28d3a1143a7a62ab8 (patch)
tree7a236d4bfde9dcff9f13a71d4d2cd71d21d4499d /sfx2
parent70279ce5df8e7ee5771d496bd6a1b6adb561e5eb (diff)
INTEGRATION: CWS cov2src (1.112.32); FILE MERGED
2005/10/18 13:04:01 rt 1.112.32.1: #126234# Join MWS COV680 m4 into SRC680
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/viewfrm.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx
index 269a0571344f..bb47b527265c 100644
--- a/sfx2/source/view/viewfrm.cxx
+++ b/sfx2/source/view/viewfrm.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: viewfrm.cxx,v $
*
- * $Revision: 1.112 $
+ * $Revision: 1.113 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 19:32:16 $
+ * last change: $Author: rt $ $Date: 2005-10-19 12:47:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -520,7 +520,7 @@ void SfxViewFrame::ExecReload_Impl( SfxRequest& rReq )
if ( pMed->HasStorage_Impl() && pMed->GetStorage() == pSh->GetStorage() )
{
// TODO/LATER: faster creation of copy
- if ( !pSh->ConnectTmpStorage_Impl( pMed->GetStorage() ) )
+ if ( !pSh->ConnectTmpStorage_Impl( pMed->GetStorage(), pMed ) )
return;
}
@@ -781,7 +781,7 @@ void SfxViewFrame::ExecReload_Impl( SfxRequest& rReq )
if ( pMedium->HasStorage_Impl() && pMedium->GetStorage() == xOldObj->GetStorage() )
{
// TODO/LATER: faster creation of copy
- if ( !xOldObj->ConnectTmpStorage_Impl( pMedium->GetStorage() ) )
+ if ( !xOldObj->ConnectTmpStorage_Impl( pMedium->GetStorage(), pMedium ) )
return;
}