From 2b2e38d10890b601bf10cf5e85dbea3741d8ede6 Mon Sep 17 00:00:00 2001 From: Ocke Janssen Date: Wed, 28 Oct 2009 07:37:05 +0100 Subject: #i104836# add accelerator for AddField command --- .../registry/data/org/openoffice/Office/Accelerators.xcu | 7 +++++++ .../registry/data/org/openoffice/Office/UI/ReportCommands.xcu | 8 ++++++++ 2 files changed, 15 insertions(+) (limited to 'reportbuilder') diff --git a/reportbuilder/registry/data/org/openoffice/Office/Accelerators.xcu b/reportbuilder/registry/data/org/openoffice/Office/Accelerators.xcu index 2a3ded2ef55a..921fbe8c21b0 100644 --- a/reportbuilder/registry/data/org/openoffice/Office/Accelerators.xcu +++ b/reportbuilder/registry/data/org/openoffice/Office/Accelerators.xcu @@ -62,6 +62,13 @@ + + + I10N SHORTCUTS - NO TRANSLATE + .uno:AddField + + + I10N SHORTCUTS - NO TRANSLATE diff --git a/reportbuilder/registry/data/org/openoffice/Office/UI/ReportCommands.xcu b/reportbuilder/registry/data/org/openoffice/Office/UI/ReportCommands.xcu index 67eb82dd6729..0f8f3eead344 100644 --- a/reportbuilder/registry/data/org/openoffice/Office/UI/ReportCommands.xcu +++ b/reportbuilder/registry/data/org/openoffice/Office/UI/ReportCommands.xcu @@ -54,6 +54,14 @@ 1 + + + ~Add Field + + + 1 + + ~Conditional Formatting... -- cgit From ca774267e9a9685390c92e90af8e601a802880ca Mon Sep 17 00:00:00 2001 From: Ocke Janssen Date: Wed, 11 Nov 2009 12:40:19 +0100 Subject: #i105585# applay build patch --- reportbuilder/prj/build.lst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reportbuilder') diff --git a/reportbuilder/prj/build.lst b/reportbuilder/prj/build.lst index b09d0541b7e7..854529595c65 100644 --- a/reportbuilder/prj/build.lst +++ b/reportbuilder/prj/build.lst @@ -12,5 +12,5 @@ rpb reportbuilder\registry\data\org\openoffice\Office nmake rpb reportbuilder\registry\data\org\openoffice\Office\UI nmake - all rpb_reg_data_ooo_ui rpb_reg_schema_ooo_ui NULL rpb reportbuilder\registry\data\org\openoffice\TypeDetection nmake - all rpb_reg_data_oot NULL rpb reportbuilder\template\en-US\wizard\report nmake - all rpb_template_en_us_wiz_rep NULL -rpb reportbuilder\util nmake - all rpb_util rpb_jreport_pe rpb_reg_data_ooo rpb_data_ooOffice rpb_reg_data_oot rpb_template_en_us_wiz_rep NULL +rpb reportbuilder\util nmake - all rpb_util rpb_jreport_pe rpb_reg_data_ooo rpb_data_ooOffice rpb_reg_data_oot rpb_template_en_us_wiz_rep rpb_reg_data_ooo_ui NULL -- cgit