diff options
author | Henry Castro <hcastro@collabora.com> | 2017-08-25 08:11:16 -0400 |
---|---|---|
committer | Henry Castro <hcastro@collabora.com> | 2017-08-25 16:28:16 +0200 |
commit | 2356d9e4997fe9613c0f3e399ec6a03a2bdf861e (patch) | |
tree | 8203aefd7ef1d24a4800bce5c819104703cfc72d /sc/sdi | |
parent | 3a1d6a2bccd05e5859ab44593609d11c39fc518a (diff) |
tdf#107806: Semantic and syntax for .uno:RowHeight have been changed
Change-Id: If9ce7ff36ef3ba8e55103765f3260e74ab2eebd4
Reviewed-on: https://gerrit.libreoffice.org/41567
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/scalc.sdi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi index ffb9f3c59e2b..db1a738fe8c8 100644 --- a/sc/sdi/scalc.sdi +++ b/sc/sdi/scalc.sdi @@ -630,8 +630,8 @@ SfxInt16Item Column SID_RANGE_COL ] -SfxVoidItem ColumnWidth FID_COL_WIDTH -(SfxUInt16Item Column FN_PARAM_1,SfxUInt16Item Width FN_PARAM_2) +SfxUInt16Item ColumnWidth FID_COL_WIDTH +(SfxUInt16Item ColumnWidth FID_COL_WIDTH,SfxUInt16Item Column FN_PARAM_1) [ AutoUpdate = FALSE, FastCall = FALSE, @@ -4202,8 +4202,8 @@ SfxInt32Item Row SID_RANGE_ROW ] -SfxVoidItem RowHeight FID_ROW_HEIGHT -(SfxInt32Item Row FN_PARAM_1,SfxUInt16Item Height FN_PARAM_2) +SfxUInt16Item RowHeight FID_ROW_HEIGHT +(SfxUInt16Item RowHeight FID_ROW_HEIGHT,SfxInt32Item Row FN_PARAM_1) [ AutoUpdate = FALSE, FastCall = FALSE, |