diff options
author | Pranav Kant <pranavk@collabora.com> | 2016-05-11 18:32:52 +0530 |
---|---|---|
committer | Pranav Kant <pranavk@collabora.com> | 2016-05-11 21:33:14 +0530 |
commit | a5a71cea62ac3041006c5e9815ae2317999639ac (patch) | |
tree | ac0a8420535948507f5b27354f26c85de086b3de /sfx2/sdi | |
parent | 0241896fad3fea09f31e4637bc3dcf2baf12a67a (diff) |
sc: Add new param, DontTerminateEdit, to .uno:Save
... which determines if current editing mode before save should
be terminated with save or not.
Change-Id: I49318013f1244eb8681a19ed3da50fbecd336a3d
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/sfx.sdi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 97e3523d1ea3..ee791052d446 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -3579,7 +3579,7 @@ SfxVoidItem SaveSimple SID_SAVESIMPLE ] SfxBoolItem Save SID_SAVEDOC -(SfxStringItem VersionComment SID_DOCINFO_COMMENTS,SfxStringItem Author SID_DOCINFO_AUTHOR) +(SfxStringItem VersionComment SID_DOCINFO_COMMENTS,SfxStringItem Author SID_DOCINFO_AUTHOR,SfxBoolItem DontTerminateEdit FN_PARAM_1) [ AutoUpdate = FALSE, FastCall = FALSE, |