dev/null |binary reportbuilder/Package_reportbuilder-templates.mk | 2 +- reportbuilder/template/common/wizard/report/default.otr |binary 3 files changed, 1 insertion(+), 1 deletion(-)
New commits: commit 73a5a251aec72b973bade8e668bd66ae4d9a49eb Author: Andras Timar <[email protected]> Date: Tue Jul 2 03:00:08 2013 -0700 default report template should be language-independent Change-Id: Ia0b18b90ffd2cb4c6958749e45d8cfec92825d02 Reviewed-on: https://gerrit.libreoffice.org/4672 Reviewed-by: Petr Mladek <[email protected]> Tested-by: Petr Mladek <[email protected]> diff --git a/reportbuilder/Package_reportbuilder-templates.mk b/reportbuilder/Package_reportbuilder-templates.mk index 54e6d7f..dec8473 100644 --- a/reportbuilder/Package_reportbuilder-templates.mk +++ b/reportbuilder/Package_reportbuilder-templates.mk @@ -17,7 +17,7 @@ $(eval $(call gb_Package_Package,reportbuilder-templates,$(SRCDIR)/reportbuilder $(eval $(call gb_Package_set_outdir,reportbuilder-templates,$(INSTDIR))) $(eval $(call gb_Package_add_files_with_dir,reportbuilder-templates,share/template, \ - en-US/wizard/report/default.otr \ + common/wizard/report/default.otr \ )) # vim: set noet sw=4 ts=4: diff --git a/reportbuilder/template/en-US/wizard/report/default.otr b/reportbuilder/template/common/wizard/report/default.otr similarity index 100% rename from reportbuilder/template/en-US/wizard/report/default.otr rename to reportbuilder/template/common/wizard/report/default.otr _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
