From d4d5c97b4eb0b0d28aac635482bca547d60b7cdc Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 1 Jul 2013 11:46:05 +0100 Subject: Resolves: fdo#66263 calc's protect records doesn't do anything, sid collision Change-Id: I50c9f0bd28f17e5d56c6d6948871042ba64650ef (cherry picked from commit 257ba103fb9ffae87189eb5d435969961fe4e98c) Reviewed-on: https://gerrit.libreoffice.org/4651 Reviewed-by: Markus Mohrhard Tested-by: Markus Mohrhard --- include/sfx2/sfxsids.hrc | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc index d1227e371e68..f17124ae195a 100644 --- a/include/sfx2/sfxsids.hrc +++ b/include/sfx2/sfxsids.hrc @@ -750,6 +750,7 @@ #define SC_VIEW_START (SID_SC_START) #endif #define FID_CHG_RECORD (EDIT_MENU_START + 18) +//see sc/inc/sc.hrc for the rest of the SC_VIEW_START entries #define SID_CHG_PROTECT (SC_VIEW_START + 84) // eof ------------------------------------------------------------------------ -- cgit