diff options
author | Mathias Bauer <mba@openoffice.org> | 2001-11-01 16:52:06 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2001-11-01 16:52:06 +0000 |
commit | a635834a1734e179188c28963203ea597d1f5b63 (patch) | |
tree | 5c2377b7612f7e775268c035824f0250e3babfe4 /sfx2/source | |
parent | c4540168a126338062688ab469049cfd7e4aa5dc (diff) |
#94033#: reset modified-Flag after discarding
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/doc/objserv.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx index 51885feeb051..ccd2da83f6f1 100644 --- a/sfx2/source/doc/objserv.cxx +++ b/sfx2/source/doc/objserv.cxx @@ -2,9 +2,9 @@ * * $RCSfile: objserv.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: mba $ $Date: 2001-09-27 10:45:54 $ + * last change: $Author: mba $ $Date: 2001-11-01 17:52:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -610,6 +610,7 @@ void SfxObjectShell::ExecFile_Impl(SfxRequest &rReq) return; } + SetModified( FALSE ); ULONG lErr = GetErrorCode(); ErrorHandler::HandleError(lErr); |