diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2015-11-05 01:39:13 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2015-11-11 19:58:39 +0200 |
commit | d01a81338abe84491684b9f3925ba98c43163fe7 (patch) | |
tree | 2d8c3c3161aaac13b3d7a9e2dd973193eed5bfd4 /sc | |
parent | e08fbe4c592b25fb88828157ff054431ac8e2d8b (diff) |
Comment about reserved SID
Change-Id: I4e0fefebfb1b5212eb73a94130a3509848fcd98b
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/sc.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index f49b3fd3e9f9..afd7c5bacf1a 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -297,7 +297,7 @@ #define SID_DEL_ROWS (EDIT_MENU_START + 16)//JN #define SID_DEL_COLS (EDIT_MENU_START + 17)//JN - +// EDIT_MENU_START + 18 is defined in include/sfx2/sfxsids.hrc #define FID_CHG_SHOW (EDIT_MENU_START + 19) #define EDIT_MENU_END (EDIT_MENU_START + 20) |