diff options
author | Noel Grandin <noel@peralex.com> | 2013-12-02 14:12:09 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-03 03:13:13 -0600 |
commit | 63947810107e042ebe440b865904c62e2d3f74d8 (patch) | |
tree | f8cf96c75edbe69c22cbefe37490b1f6c81b40c8 /sw/sdi | |
parent | 2fbf95f5efb0e7e2781fa8546845a084721ee4e7 (diff) |
convert FN_PARAM_MOVE_COUNT from SfxInt16 to SfxInt32
so that we can convert surrounding code from xub_StrLen to sal_Int32
Change-Id: Ib779c82a71405f855cfe72bcde2511e8153445f0
Reviewed-on: https://gerrit.libreoffice.org/6896
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/swriter.sdi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi index 9cb8c62c7b03..0c7cff7bbea0 100644 --- a/sw/sdi/swriter.sdi +++ b/sw/sdi/swriter.sdi @@ -1947,7 +1947,7 @@ SfxVoidItem FrameDialog FN_FORMAT_FRAME_DLG //-------------------------------------------------------------------------- SfxBoolItem GoDown FN_LINE_DOWN -(SfxInt16Item Count FN_PARAM_MOVE_COUNT,SfxBoolItem Select FN_PARAM_MOVE_SELECTION) +(SfxInt32Item Count FN_PARAM_MOVE_COUNT,SfxBoolItem Select FN_PARAM_MOVE_SELECTION) [ /* flags: */ AutoUpdate = FALSE, @@ -1972,7 +1972,7 @@ SfxBoolItem GoDown FN_LINE_DOWN //-------------------------------------------------------------------------- SfxBoolItem GoLeft FN_CHAR_LEFT -(SfxInt16Item Count FN_PARAM_MOVE_COUNT,SfxBoolItem Select FN_PARAM_MOVE_SELECTION) +(SfxInt32Item Count FN_PARAM_MOVE_COUNT,SfxBoolItem Select FN_PARAM_MOVE_SELECTION) [ /* flags: */ AutoUpdate = FALSE, @@ -1997,7 +1997,7 @@ SfxBoolItem GoLeft FN_CHAR_LEFT //-------------------------------------------------------------------------- SfxBoolItem GoRight FN_CHAR_RIGHT -(SfxInt16Item Count FN_PARAM_MOVE_COUNT,SfxBoolItem Select FN_PARAM_MOVE_SELECTION) +(SfxInt32Item Count FN_PARAM_MOVE_COUNT,SfxBoolItem Select FN_PARAM_MOVE_SELECTION) [ /* flags: */ AutoUpdate = FALSE, @@ -3222,7 +3222,7 @@ SfxVoidItem GoToStartOfPrevPageSel FN_START_OF_PREV_PAGE_SEL //-------------------------------------------------------------------------- SfxBoolItem GoUp FN_LINE_UP -(SfxInt16Item Count FN_PARAM_MOVE_COUNT,SfxBoolItem Select FN_PARAM_MOVE_SELECTION) +(SfxInt32Item Count FN_PARAM_MOVE_COUNT,SfxBoolItem Select FN_PARAM_MOVE_SELECTION) [ /* flags: */ AutoUpdate = FALSE, |