show extension link on startcenter for macosxsandbox case
the ShowDonation has already a default value of true via the schema, so it is enough to override it to false for the macosxsandbox case similar to how it is done with the Infobar / using the install:module method Change-Id: I8f1ea6d3530e66806f66f9f2d2fb16ef0276e460 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177333 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
This commit is contained in:
@@ -87,6 +87,7 @@ $(eval $(call gb_Configuration_add_spool_modules,registry,officecfg/registry/dat
|
|||||||
org/openoffice/Office/Common-unx.xcu \
|
org/openoffice/Office/Common-unx.xcu \
|
||||||
org/openoffice/Office/Common-unixdesktop.xcu \
|
org/openoffice/Office/Common-unixdesktop.xcu \
|
||||||
org/openoffice/Office/Common-macosx.xcu \
|
org/openoffice/Office/Common-macosx.xcu \
|
||||||
|
org/openoffice/Office/Common-macosxsandbox.xcu \
|
||||||
org/openoffice/Office/Common-wnt.xcu \
|
org/openoffice/Office/Common-wnt.xcu \
|
||||||
org/openoffice/Office/Common-UseOOoFileDialogs.xcu \
|
org/openoffice/Office/Common-UseOOoFileDialogs.xcu \
|
||||||
org/openoffice/Office/Common-32bit.xcu \
|
org/openoffice/Office/Common-32bit.xcu \
|
||||||
|
@@ -458,7 +458,7 @@
|
|||||||
<value install:module="wnt">true</value>
|
<value install:module="wnt">true</value>
|
||||||
</prop>
|
</prop>
|
||||||
<prop oor:name="ShowDonation">
|
<prop oor:name="ShowDonation">
|
||||||
<value>true</value>
|
<value install:module="macosxsandbox">false</value>
|
||||||
</prop>
|
</prop>
|
||||||
</node>
|
</node>
|
||||||
<node oor:name="Save">
|
<node oor:name="Save">
|
||||||
|
@@ -309,6 +309,7 @@ endif
|
|||||||
|
|
||||||
ifneq ($(ENABLE_MACOSX_SANDBOX),)
|
ifneq ($(ENABLE_MACOSX_SANDBOX),)
|
||||||
postprocess_FILES_main += $(postprocess_MOD)/org/openoffice/Office/UI/Infobar-macosxsandbox.xcu
|
postprocess_FILES_main += $(postprocess_MOD)/org/openoffice/Office/UI/Infobar-macosxsandbox.xcu
|
||||||
|
postprocess_FILES_main += $(postprocess_MOD)/org/openoffice/Office/Common-macosxsandbox.xcu
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(SYSTEM_LIBEXTTEXTCAT_DATA))
|
ifneq (,$(SYSTEM_LIBEXTTEXTCAT_DATA))
|
||||||
|
Reference in New Issue
Block a user