diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 13:39:06 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 13:39:06 +0000 |
commit | 0834676a55fddcd2770ac21da7787dcba7397fc9 (patch) | |
tree | 419183f277b9bc35304fa1a84caffc94f4040bcd /sfx2 | |
parent | 7c8d01b8939f25e4939306952487e640848ad700 (diff) |
INTEGRATION: CWS recovery04 (1.92.32); FILE MERGED
2004/11/11 19:55:45 hro 1.92.32.3: RESYNC: (1.92-1.93); FILE MERGED
2004/11/11 13:42:45 as 1.92.32.2: #i36936# clear the streams
2004/11/11 12:23:10 mav 1.92.32.1: #i36936# fix reloading of recovered documents
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/view/viewfrm.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx index b1ad0dfc0812..0450d7bfbfba 100644 --- a/sfx2/source/view/viewfrm.cxx +++ b/sfx2/source/view/viewfrm.cxx @@ -2,9 +2,9 @@ * * $RCSfile: viewfrm.cxx,v $ * - * $Revision: 1.94 $ + * $Revision: 1.95 $ * - * last change: $Author: obo $ $Date: 2004-11-19 11:40:00 $ + * last change: $Author: rt $ $Date: 2004-11-26 14:39:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -726,6 +726,8 @@ void SfxViewFrame::ExecReload_Impl( SfxRequest& rReq ) pNewSet = new SfxAllItemSet( *pMedium->GetItemSet() ); pNewSet->ClearItem( SID_VIEW_ID ); pNewSet->ClearItem( SID_USER_DATA ); + pNewSet->ClearItem( SID_STREAM ); + pNewSet->ClearItem( SID_INPUTSTREAM ); pNewSet->Put( SfxStringItem( SID_FILTER_NAME, pMedium->GetFilter()->GetName() ) ); if ( !bForEdit ) pNewSet->Put( SfxBoolItem( SID_DOC_READONLY, FALSE ) ); |