summaryrefslogtreecommitdiff
path: root/sc/sdi
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2016-07-29 15:00:49 -0400
committerHenry Castro <hcastro@collabora.com>2016-07-29 21:16:52 +0000
commitff051403381ca85724fec4f7bd2363141fa675f6 (patch)
tree0c5ac9b80a06ea5bb7e612df536e8e3b09926bb4 /sc/sdi
parentbb442b7ee6bf93f791cfef007c3e9375afde8655 (diff)
sc lok: add parameters for column/row resize
Change-Id: I189178b6060c229dd8d93b6fdee7d4d81354ced5 Reviewed-on: https://gerrit.libreoffice.org/27701 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'sc/sdi')
-rw-r--r--sc/sdi/scalc.sdi4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi
index d55eca4428c1..77a582bf76d5 100644
--- a/sc/sdi/scalc.sdi
+++ b/sc/sdi/scalc.sdi
@@ -721,7 +721,7 @@ SfxInt16Item Column SID_RANGE_COL
SfxUInt16Item ColumnWidth FID_COL_WIDTH
-
+(SfxUInt16Item Column FN_PARAM_1,SfxUInt16Item Width FN_PARAM_2)
[
AutoUpdate = FALSE,
FastCall = FALSE,
@@ -4432,7 +4432,7 @@ SfxInt32Item Row SID_RANGE_ROW
SfxUInt16Item RowHeight FID_ROW_HEIGHT
-
+(SfxUInt16Item Row FN_PARAM_1,SfxUInt16Item Height FN_PARAM_2)
[
AutoUpdate = FALSE,
FastCall = FALSE,