summaryrefslogtreecommitdiff
path: root/sc/sdi
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.com>2016-06-01 12:58:30 +0530
committerpranavk <pranavk@collabora.com>2016-06-01 16:02:24 +0000
commitc14627d66ca8d9fe14272fadb5305857101f513e (patch)
treec6b8824cb39fcc66f81ee72257888562b6d5cfc1 /sc/sdi
parent9be9c58e8867d5bf356a5d8c704723a3eb5b23b1 (diff)
sc lok: Add new param to .uno:EnterString to prevent committing
If new param, DontCommit, is specified start the edit engine and edit the current cell. This helps in not triggering calculations that depend on the current cell. In case DontCommit param is missing, it will work as it used to. Change-Id: I62408932e52ff68fa11568cfc16a43e4c1e919c5 Reviewed-on: https://gerrit.libreoffice.org/25753 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: pranavk <pranavk@collabora.com>
Diffstat (limited to 'sc/sdi')
-rw-r--r--sc/sdi/scalc.sdi2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi
index 028e703cb054..d55eca4428c1 100644
--- a/sc/sdi/scalc.sdi
+++ b/sc/sdi/scalc.sdi
@@ -6553,7 +6553,7 @@ SfxVoidItem Ungroup SID_OUTLINE_REMOVE
]
SfxVoidItem EnterString SID_ENTER_STRING
-(SfxStringItem StringName SID_ENTER_STRING)
+(SfxStringItem StringName SID_ENTER_STRING,SfxBoolItem DontCommit FN_PARAM_1)
[
AutoUpdate = FALSE,
FastCall = FALSE,