summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scp2/InstallModule_ooo.mk2
-rw-r--r--scp2/source/ooo/module_reportbuilder.scp7
-rw-r--r--scp2/source/ooo/module_reportbuilder.ulf13
3 files changed, 19 insertions, 3 deletions
diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk
index 25adf4b867a1..d4cd99eb81ed 100644
--- a/scp2/InstallModule_ooo.mk
+++ b/scp2/InstallModule_ooo.mk
@@ -249,7 +249,7 @@ $(eval $(call gb_InstallModule_add_scpfiles,scp2/ooo,\
endif
ifeq ($(ENABLE_REPORTBUILDER),TRUE)
-$(eval $(call gb_InstallModule_add_scpfiles,scp2/ooo,\
+$(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/ooo,\
scp2/source/ooo/module_reportbuilder \
))
endif
diff --git a/scp2/source/ooo/module_reportbuilder.scp b/scp2/source/ooo/module_reportbuilder.scp
index 5b264e85e641..67ffebf0cbae 100644
--- a/scp2/source/ooo/module_reportbuilder.scp
+++ b/scp2/source/ooo/module_reportbuilder.scp
@@ -11,8 +11,11 @@
Module gid_Module_Reportbuilder
PackageInfo = "packinfo_office.txt";
- ParentID = gid_Module_Root_Brand;
- Styles = (HIDDEN_ROOT);
+ MOD_NAME_DESC(MODULE_OPTIONAL_REPORTDESIGN);
+ ParentID = gid_Module_Optional;
+ Styles = ( );
+ Minimal = NO;
+ Default = YES;
Dirs = (gid_Dir_Share_Reportbuilder);
Files = (
#if !defined SYSTEM_APACHE_COMMONS
diff --git a/scp2/source/ooo/module_reportbuilder.ulf b/scp2/source/ooo/module_reportbuilder.ulf
new file mode 100644
index 000000000000..626f242e7ae0
--- /dev/null
+++ b/scp2/source/ooo/module_reportbuilder.ulf
@@ -0,0 +1,13 @@
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+[STR_NAME_MODULE_OPTIONAL_REPORTDESIGN]
+en-US = "Report Builder"
+
+[STR_DESC_MODULE_OPTIONAL_REPORTDESIGN]
+en-US = "Report Builder helps to design database reports. It requires Java."