From 82b5ded699fcc03a09b0930213da204a332285e6 Mon Sep 17 00:00:00 2001 From: "gdm.manmeet" Date: Tue, 18 Mar 2014 13:21:39 +0530 Subject: fdo#64290 ui:count selected rows and columns Change-Id: Ie6443fd9b1ac6332b4937c4b6b5d565cca1fe612 --- sc/inc/globstr.hrc | 4 +++- sc/inc/sc.hrc | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'sc/inc') 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) -- cgit