diff options
author | Marco Cecchetti <marco.cecchetti@collabora.com> | 2017-04-02 20:46:41 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2017-04-05 10:21:44 +0000 |
commit | 1fd19d3e45bd192de2ceae84724653a9f722d51c (patch) | |
tree | d1c6c8a8feee2d721443dc49ab5403fa9ef4d7a6 /sc/sdi | |
parent | a4712a3251dfa4122d039595bd897bd06e255f03 (diff) |
LOK - Calc: beyond row 65535 it is not possibile to resize a row
The row parameter type was a unsigned short.
Change-Id: I2da1a96d60988e8f1efeb49f55032fb84a8b562b
Reviewed-on: https://gerrit.libreoffice.org/36087
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/scalc.sdi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi index ae0e8682fa90..e95b7474b3c7 100644 --- a/sc/sdi/scalc.sdi +++ b/sc/sdi/scalc.sdi @@ -4352,7 +4352,7 @@ SfxInt32Item Row SID_RANGE_ROW SfxUInt16Item RowHeight FID_ROW_HEIGHT -(SfxUInt16Item Row FN_PARAM_1,SfxUInt16Item Height FN_PARAM_2) +(SfxInt32Item Row FN_PARAM_1,SfxUInt16Item Height FN_PARAM_2) [ AutoUpdate = FALSE, FastCall = FALSE, |