diff options
-rw-r--r-- | sfx2/source/view/topfrm.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/view/topfrm.cxx b/sfx2/source/view/topfrm.cxx index f9babc76a041..e37723002ecc 100644 --- a/sfx2/source/view/topfrm.cxx +++ b/sfx2/source/view/topfrm.cxx @@ -2,9 +2,9 @@ * * $RCSfile: topfrm.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: mba $ $Date: 2001-11-01 09:17:53 $ + * last change: $Author: mba $ $Date: 2001-11-01 17:08:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1078,6 +1078,7 @@ void SfxTopViewFrame::Exec_Impl(SfxRequest &rReq ) bUI = 2; if ( ( bOther || pDocSh->PrepareClose( bUI ) ) ) { + pDocSh->SetModified( FALSE ); rReq.Done(); // unbedingt vor Close() rufen! if ( SfxApplication::IsPlugin() && rReq.GetSlot() == SID_BACKTOWEBTOP ) { |