From 74930a4a5ba8e396c88c2c2e162a79e2d29a71a8 Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Thu, 1 Nov 2001 16:08:14 +0000 Subject: #94033#: reset modified-Flag after discarding --- sfx2/source/view/topfrm.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sfx2/source/view') 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 ) { -- cgit