diff options
author | David Ostrovsky <david@ostrovsky.org> | 2013-03-13 22:45:02 +0100 |
---|---|---|
committer | David Ostrovsky <David.Ostrovsky@gmx.de> | 2013-03-18 15:30:44 +0000 |
commit | 90a326c7028d5af132c62edfaef77c53627e4c0e (patch) | |
tree | 61d963c6d5da61755e5072e2ef765d8243361246 /scp2/InstallModule_base.mk | |
parent | 35bc07513c46cfa40fa85ec1053f7ce5c1e9c318 (diff) |
fdo#61950 move report builder from bundled extensions to plain code
For test sample report from fdo#61726 can be used.
Change-Id: Iacf8ddc4cf8ad0a408d72e18ecb7237476afeffe
Reviewed-on: https://gerrit.libreoffice.org/2718
Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Diffstat (limited to 'scp2/InstallModule_base.mk')
-rw-r--r-- | scp2/InstallModule_base.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scp2/InstallModule_base.mk b/scp2/InstallModule_base.mk index 9ad40a329a44..225cf94ba325 100644 --- a/scp2/InstallModule_base.mk +++ b/scp2/InstallModule_base.mk @@ -27,9 +27,10 @@ $(eval $(call gb_InstallModule_InstallModule,scp2/base)) -$(eval $(call gb_InstallModule_define_if_set,scp2/base,\ - ENABLE_REPORTBUILDER \ -)) +# Not sure about that? +#$(eval $(call gb_InstallModule_define_if_set,scp2/base,\ +# ENABLE_REPORTBUILDER \ +#)) $(eval $(call gb_InstallModule_add_templates,scp2/base,\ scp2/source/templates/module_langpack_base \ |