diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-08 16:08:02 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-08 16:08:02 -0400 |
commit | cd708b56dc614a3e81921f1b28d3102264dfa53a (patch) | |
tree | 1a142ed6f27d58cdc2ffef8992cfd83853b097b3 /sc/inc/sc.hrc | |
parent | aceff35230dab8d22a5fdd4cd9a7a982b9754fa2 (diff) |
Support document title field in cells.
Change-Id: Ie874ba4c5bffbd36d38868b0602687c64649c3f0
Diffstat (limited to 'sc/inc/sc.hrc')
-rw-r--r-- | sc/inc/sc.hrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index f7a556d0594d..68a039ce1f0a 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -717,7 +717,8 @@ #define SID_DELETE_SCENARIO (SID_NEW_SLOTS+95) #define SID_EDIT_SCENARIO (SID_NEW_SLOTS+96) #define SID_INSERT_FIELD_SHEET (SID_NEW_SLOTS+97) -#define SID_INSERT_FIELD_DATE_VAR (SID_NEW_SLOTS+98) +#define SID_INSERT_FIELD_TITLE (SID_NEW_SLOTS+98) +#define SID_INSERT_FIELD_DATE_VAR (SID_NEW_SLOTS+99) // idl parameter |