diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 12:49:41 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 12:49:41 +0000 |
commit | 16e71d09bcf82d8c07edca746f8a684f59afcd0d (patch) | |
tree | 6aea0f959d5d5e4c8263588605e5b7591984c08e /reportdesign | |
parent | d8f9462bd3478859dc750a583c738a0a3c9a2cc7 (diff) |
INTEGRATION: CWS reportdesign02 (1.2.44); FILE MERGED
2008/01/15 11:50:30 oj 1.2.44.1: change helpid names
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/ui/inspection/DefaultInspection.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/reportdesign/source/ui/inspection/DefaultInspection.cxx b/reportdesign/source/ui/inspection/DefaultInspection.cxx index c8a0bc06d9c7..ec522150b5ae 100644 --- a/reportdesign/source/ui/inspection/DefaultInspection.cxx +++ b/reportdesign/source/ui/inspection/DefaultInspection.cxx @@ -4,9 +4,9 @@ * * $RCSfile: DefaultInspection.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2007-07-09 11:56:31 $ + * last change: $Author: rt $ $Date: 2008-01-29 13:49:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -270,8 +270,8 @@ namespace rptui USHORT uiNameResId; sal_uInt32 helpId; } aCategories[] = { - { "General", RID_STR_PROPPAGE_DEFAULT, HID_PROPDLG_TAB_GENERAL }, - { "Data", RID_STR_PROPPAGE_DATA, HID_PROPDLG_TAB_DATA }, + { "General", RID_STR_PROPPAGE_DEFAULT, HID_RPT_PROPDLG_TAB_GENERAL }, + { "Data", RID_STR_PROPPAGE_DATA, HID_RPT_PROPDLG_TAB_DATA }, }; const size_t nCategories = sizeof( aCategories ) / sizeof( aCategories[0] ); |