summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/highred.hrc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-02-21 17:17:52 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-02-23 14:28:42 +0000
commit8655095a4910ca795dfd182e6796d9375727a694 (patch)
tree3472e1c3cea9539fc2785c8db99a421a10e93694 /sc/source/ui/inc/highred.hrc
parent3c5c43cf2aa354a98f28a466647f4d463cdfdc85 (diff)
try and beat this weird SvxAcceptChgCtr into something sanish
a) convert to .ui b) The accept/reject changes dialogs now have a "close" button and the accept/reject etc buttons are relocated into the main dialog button area rather than as direct children of the view page. They now get disabled on switching to the non-view page. c) Merges the sc redline changes dialog, the sw redline changes dialog and the sw autocorrect changes dialog Change-Id: If0ba376c3f2d36709aeeed995fa9901741434c40
Diffstat (limited to 'sc/source/ui/inc/highred.hrc')
-rw-r--r--sc/source/ui/inc/highred.hrc8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/ui/inc/highred.hrc b/sc/source/ui/inc/highred.hrc
index 9f3d58940733..9122b8b9c6a6 100644
--- a/sc/source/ui/inc/highred.hrc
+++ b/sc/source/ui/inc/highred.hrc
@@ -26,8 +26,6 @@
#define CB_HIGHLIGHT_REJECT 7
#define FL_FILTER 10
-#define TP_FILTER 11
-#define TP_VIEW 12
#define CB_HIGHLIGHT 13
#define FT_ASSIGN 14
@@ -43,9 +41,3 @@
#define STR_MOVE 26
#define STR_CONTENT 27
#define STR_REJECT 28
-
-// Bitmaps
-#define BMP_STR_CLOSE 31
-#define BMP_STR_OPEN 32
-#define BMP_STR_END 33
-#define BMP_STR_ERROR 34