From 6132f9bec92be383e1b52f20f49c57d1a9d5c967 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 2 Aug 2004 14:48:16 +0000 Subject: 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 --- automation/source/inc/rcontrol.hxx | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'automation/source') 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 -- cgit v1.2.3