diff options
author | Kohei Yoshida <kohei@openoffice.org> | 2009-07-31 04:56:38 +0000 |
---|---|---|
committer | Kohei Yoshida <kohei@openoffice.org> | 2009-07-31 04:56:38 +0000 |
commit | 8dca6ccdde0d337c113217562c3a9f594ddbc155 (patch) | |
tree | a4200a552db7e5247a6d3e46505c7cc650e63aab /sc/inc/sc.hrc | |
parent | 69e8adefda15685dc09b7af00fd6743c1937c4c7 (diff) |
Implemented single-select buttons. It's fully functional.
Diffstat (limited to 'sc/inc/sc.hrc')
-rw-r--r-- | sc/inc/sc.hrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index 13d8481fce16..b005f7c61c1d 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -1444,6 +1444,8 @@ #define RID_IMG_H_DROP_URL (BMP_START + 5) #define RID_IMG_H_DROP_LINK (BMP_START + 6) #define RID_IMG_H_DROP_COPY (BMP_START + 7) +#define RID_IMG_SELECT_CURRENT (BMP_START + 8) +#define RID_IMG_UNSELECT_CURRENT (BMP_START + 9) #define RID_SCPTR_PIVOTCOL (BMP_START + 81) #define RID_SCPTR_PIVOTROW (BMP_START + 82) |