diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-05-22 10:11:38 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-05-22 13:55:53 +0200 |
commit | 5c2ab70cc2dfb7cf0c2418433b3aa89d225742a4 (patch) | |
tree | 8e2801b85bc76d90e5b101626e09aee12d65c01d /sfx2 | |
parent | b630d26a2a53767d4d39e14d421448ed87811773 (diff) |
cp#1000077: Set 'modified' document property more consistently.
Update document info at one place, so that it works for other formats
like .doc, .docx, ... too.
Change-Id: If71799b491d2210f0d3bdbdb05f91f26c986a260
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/objstor.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx index 9c5250f9e8b1..1e37373efdd7 100644 --- a/sfx2/source/doc/objstor.cxx +++ b/sfx2/source/doc/objstor.cxx @@ -1119,6 +1119,8 @@ bool SfxObjectShell::SaveTo_Impl { SAL_INFO( "sfx.doc", "saving \"" << rMedium.GetName() << "\"" ); + UpdateDocInfoForSave(); + AddLog( OUString( OSL_LOG_PREFIX "Begin" ) ); ModifyBlocker_Impl aMod(this); |