summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/objstor.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-17 09:24:50 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-17 09:24:50 +0000
commite5dc5ad24878bb50ee027f82eef8a79aa1530d08 (patch)
tree8a87814beba31ebe03780351be4aadd9b04d088d /sfx2/source/doc/objstor.cxx
parentab43fd4e8a51fed8fb7c7c5f26fb4e586dbc12e6 (diff)
INTEGRATION: CWS mav11 (1.134.42); FILE MERGED
2004/11/04 11:29:07 mav 1.134.42.2: RESYNC: (1.134-1.135); FILE MERGED 2004/11/03 20:35:56 mav 1.134.42.1: #i35931# do not set the document to unmodified state
Diffstat (limited to 'sfx2/source/doc/objstor.cxx')
-rw-r--r--sfx2/source/doc/objstor.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx
index ed28e039a80e..9b2ea1b8bde9 100644
--- a/sfx2/source/doc/objstor.cxx
+++ b/sfx2/source/doc/objstor.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: objstor.cxx,v $
*
- * $Revision: 1.137 $
+ * $Revision: 1.138 $
*
- * last change: $Author: rt $ $Date: 2004-11-09 15:38:08 $
+ * last change: $Author: obo $ $Date: 2004-11-17 10:24:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -3126,10 +3126,10 @@ sal_Bool SfxObjectShell::SaveCompleted( const uno::Reference< embed::XStorage >&
xOldStorageHolder = pImp->m_xDocStorage;
pImp->m_xDocStorage = xStorage;
bSendNotification = sal_True;
- }
- if ( IsEnableSetModified() )
- SetModified( sal_False );
+ if ( IsEnableSetModified() )
+ SetModified( sal_False );
+ }
}
if ( bSendNotification )