summaryrefslogtreecommitdiff
path: root/reportdesign/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 09:00:49 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 09:00:49 +0000
commit37727b6270359037ebee59fe90bba9bd8c45c23f (patch)
tree96088867d1f3f5537937ae291bbd61e05393b371 /reportdesign/inc
parenta97ebc77296864249d3d3c0c087628e2c0e1d5db (diff)
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
Diffstat (limited to 'reportdesign/inc')
-rw-r--r--reportdesign/inc/rptui_slotid.hrc5
1 files changed, 4 insertions, 1 deletions
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_