Kaydet (Commit) f4926f23 authored tarafından Michael Stahl's avatar Michael Stahl

sdext: Configuration: use nodeliver mode

Preventing the files from officecfg being overwritten by files from sdext.
Should fix the smoketest failure if the extensions are enabled.
üst 26b7fd6e
......@@ -25,7 +25,7 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_Configuration_Configuration_nozip,presentation-minimizer))
$(eval $(call gb_Configuration_Configuration,presentation-minimizer,nodeliver))
$(eval $(call gb_Configuration_add_schemas,presentation-minimizer,sdext/source/minimizer/registry/schema,\
org/openoffice/Office/extension/SunPresentationMinimizer.xcs \
......
......@@ -25,7 +25,7 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
$(eval $(call gb_Configuration_Configuration_nozip,presenter-screen))
$(eval $(call gb_Configuration_Configuration,presenter-screen,nodeliver))
$(eval $(call gb_Configuration_add_schemas,presenter-screen,sdext/source/presenter/registry/schema,\
org/openoffice/Office/extension/PresenterScreen.xcs \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment