summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorgdm.manmeet <gdm.manmeet@gmail.com>2014-03-18 13:21:39 +0530
committerJan Holesovsky <kendy@collabora.com>2014-03-19 18:58:09 +0100
commit82b5ded699fcc03a09b0930213da204a332285e6 (patch)
tree0f8a6f67fb330c64668b5e2e01f99e7d6c5e03c9 /sc/inc
parent5b3c93141253e224a8beaae415c88b6378c9919e (diff)
fdo#64290 ui:count selected rows and columns
Change-Id: Ie6443fd9b1ac6332b4937c4b6b5d565cca1fe612
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/globstr.hrc4
-rw-r--r--sc/inc/sc.hrc1
2 files changed, 4 insertions, 1 deletions
diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc
index c402de22d80a..3dfb79b3b6f8 100644
--- a/sc/inc/globstr.hrc
+++ b/sc/inc/globstr.hrc
@@ -687,7 +687,9 @@
#define STR_CTRLCLICKHYPERLINK 526
#define STR_CLICKHYPERLINK 527
-#define SC_GLOBSTR_STR_COUNT 528 /**< the count of permanently resident strings */
+#define STR_ROWCOL_SELCOUNT 528
+
+#define SC_GLOBSTR_STR_COUNT 529 /**< the count of permanently resident strings */
#endif
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc
index c776750b9e13..507255bdb384 100644
--- a/sc/inc/sc.hrc
+++ b/sc/inc/sc.hrc
@@ -242,6 +242,7 @@
#define SC_HINT_DOC_SAVED (SC_MESSAGE_START + 35)
#define SC_HINT_FORCESETTAB (SC_MESSAGE_START + 36)
#define SID_ENTER_STRING (SC_MESSAGE_START + 37)
+#define SID_ROWCOL_SELCOUNT (SC_MESSAGE_START + 38)
// messages for opening dialogs:
#define SID_OPENDLG_CONSOLIDATE (SC_MESSAGE_START + 50)