summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 14:48:16 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 14:48:16 +0000
commit6132f9bec92be383e1b52f20f49c57d1a9d5c967 (patch)
tree773637c1477fec1a6021ab283eef58f513d77b10 /automation
parented895d910a8fb2bd8b2c96e06631f919ff99cc1f (diff)
INTEGRATION: CWS fixgh (1.4.10); FILE MERGED
2004/07/23 08:16:47 gh 1.4.10.2: #i31821# remove reserved words MenuBar ToolBar LocationBar PersonalBar 2004/07/19 08:05:57 gh 1.4.10.1: #i30548# new command: CatchGPF
Diffstat (limited to 'automation')
-rw-r--r--automation/source/inc/rcontrol.hxx14
1 files changed, 5 insertions, 9 deletions
diff --git a/automation/source/inc/rcontrol.hxx b/automation/source/inc/rcontrol.hxx
index 0f039785dce6..ffaacf54682a 100644
--- a/automation/source/inc/rcontrol.hxx
+++ b/automation/source/inc/rcontrol.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rcontrol.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2004-06-17 11:38:33 $
+ * last change: $Author: hr $ $Date: 2004-08-02 15:48:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -373,7 +373,9 @@
#define RC_ActivateDocument ( M_SOFFICE | 26 )
-#define _RC_LAST_NO_RETURN 26
+#define RC_CatchGPF ( M_SOFFICE | 27 )
+
+#define _RC_LAST_NO_RETURN 27
#if ( _RC_LAST_NO_RETURN >= M_WITH_RETURN )
#error "Bereich überschritten"
@@ -475,12 +477,6 @@
#define CONST_ALIGN_RIGHT 122
#define CONST_ALIGN_BOTTOM 123
-/// What bar to use in RC_ShowBar and RC_IsBarVisible
-#define CONST_MenuBar 200
-#define CONST_ToolBar 201
-#define CONST_LocationBar 202
-#define CONST_PersonalBar 203
-
/// What dialog to use in RC_CloseSysDialog or RC_ExistsSysDialog
#define CONST_FilePicker 301
#define CONST_FolderPicker 302