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:
parent
c630dbc1ab
commit
fd2c9abe52
3 changed files with 3 additions and 1 deletions
|
@ -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-unixdesktop.xcu \
|
||||
org/openoffice/Office/Common-macosx.xcu \
|
||||
org/openoffice/Office/Common-macosxsandbox.xcu \
|
||||
org/openoffice/Office/Common-wnt.xcu \
|
||||
org/openoffice/Office/Common-UseOOoFileDialogs.xcu \
|
||||
org/openoffice/Office/Common-32bit.xcu \
|
||||
|
|
|
@ -458,7 +458,7 @@
|
|||
<value install:module="wnt">true</value>
|
||||
</prop>
|
||||
<prop oor:name="ShowDonation">
|
||||
<value>true</value>
|
||||
<value install:module="macosxsandbox">false</value>
|
||||
</prop>
|
||||
</node>
|
||||
<node oor:name="Save">
|
||||
|
|
|
@ -309,6 +309,7 @@ endif
|
|||
|
||||
ifneq ($(ENABLE_MACOSX_SANDBOX),)
|
||||
postprocess_FILES_main += $(postprocess_MOD)/org/openoffice/Office/UI/Infobar-macosxsandbox.xcu
|
||||
postprocess_FILES_main += $(postprocess_MOD)/org/openoffice/Office/Common-macosxsandbox.xcu
|
||||
endif
|
||||
|
||||
ifneq (,$(SYSTEM_LIBEXTTEXTCAT_DATA))
|
||||
|
|
Loading…
Reference in a new issue