diff options
author | Mathias Bauer <mba@openoffice.org> | 2001-11-01 16:08:14 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2001-11-01 16:08:14 +0000 |
commit | 74930a4a5ba8e396c88c2c2e162a79e2d29a71a8 (patch) | |
tree | 134efeedc70f208f6e810f505c63f7ebd00c2839 /sfx2/source/view | |
parent | 1be75964cca29aef18964802cc4856ec59a3a63b (diff) |
#94033#: reset modified-Flag after discarding
Diffstat (limited to 'sfx2/source/view')
-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 ) { |