From 37727b6270359037ebee59fe90bba9bd8c45c23f Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 19 Aug 2008 09:00:49 +0000 Subject: INTEGRATION: CWS dba31a (1.3.30); FILE MERGED 2008/07/07 06:34:52 oj 1.3.30.1: #i80200# new shortcuts for selecting text and edit fields --- reportdesign/inc/rptui_slotid.hrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'reportdesign/inc') diff --git a/reportdesign/inc/rptui_slotid.hrc b/reportdesign/inc/rptui_slotid.hrc index 8bb8eceab549..472eefd523b0 100644 --- a/reportdesign/inc/rptui_slotid.hrc +++ b/reportdesign/inc/rptui_slotid.hrc @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: rptui_slotid.hrc,v $ - * $Revision: 1.3 $ + * $Revision: 1.4 $ * * This file is part of OpenOffice.org. * @@ -201,5 +201,8 @@ #define SID_NEXT_MARK ( SID_RPTUI_START + 159 ) #define SID_PREV_MARK ( SID_RPTUI_START + 160 ) +#define SID_SELECT_ALL_LABELS ( SID_RPTUI_START + 161 ) +#define SID_SELECT_ALL_EDITS ( SID_RPTUI_START + 162 ) + #endif // _RPTUI_SLOTID_HRC_ -- cgit