summaryrefslogtreecommitdiffstats
path: root/sc/sdi
diff options
context:
space:
mode:
authorMarco Cecchetti <marco.cecchetti@collabora.com>2017-04-02 20:46:41 +0200
committerJan Holesovsky <kendy@collabora.com>2017-04-05 10:21:44 +0000
commit1fd19d3e45bd192de2ceae84724653a9f722d51c (patch)
treed1c6c8a8feee2d721443dc49ab5403fa9ef4d7a6 /sc/sdi
parenttdf#39468 Translate German comments (diff)
downloadcore-1fd19d3e45bd192de2ceae84724653a9f722d51c.tar.gz
core-1fd19d3e45bd192de2ceae84724653a9f722d51c.zip
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.sdi2
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,