diff options
author | Prashant Pandey <prashant3.yishu@gmail.com> | 2013-04-19 05:30:36 +0530 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-04-19 16:33:49 +0000 |
commit | e7a5f5ef80c3e66101cfb063cbed0527c0559319 (patch) | |
tree | a4ea0b3bb128d10e79c5a51803a7be835b6cda83 /svx/inc | |
parent | 42960dcc78175f44dacc8bd64cf6c6dcb8bbaf38 (diff) |
fdo#61541 : Count Number of selected Cells in calc
Change-Id: Ic9c911552f2b03bb496f47251917a3736494dce1
Reviewed-on: https://gerrit.libreoffice.org/3213
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/helpid.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/inc/helpid.hrc b/svx/inc/helpid.hrc index 5455b3398ed1..b2088f61c155 100644 --- a/svx/inc/helpid.hrc +++ b/svx/inc/helpid.hrc @@ -134,6 +134,7 @@ #define HID_MNU_FUNC_MIN "SVX_HID_MNU_FUNC_MIN" #define HID_MNU_FUNC_NONE "SVX_HID_MNU_FUNC_NONE" #define HID_MNU_FUNC_SUM "SVX_HID_MNU_FUNC_SUM" +#define HID_MNU_FUNC_SELECTION_COUNT "SVX_HID_MNU_FUNC_SELECTION_COUNT" #define HID_MNU_ZOOM_100 "SVX_HID_MNU_ZOOM_100" #define HID_MNU_ZOOM_150 "SVX_HID_MNU_ZOOM_150" #define HID_MNU_ZOOM_200 "SVX_HID_MNU_ZOOM_200" |