sc: set hyperlink MS interoperability true in online
The new option made by this gerrit: https://gerrit.libreoffice.org/c/core/+/155079 This commit make that option true in Collabora online. Signed-off-by: Attila Szűcs <attila.szucs@collabora.com> Change-Id: I3bcb3092ab041e053db806ac704fc05b529e3950
This commit is contained in:
parent
ba31ffb598
commit
ae9c868514
2 changed files with 6 additions and 0 deletions
|
@ -42,6 +42,9 @@
|
||||||
<!-- Hide MediaPlaybackPanel on sidebar. It does not work in Online. Video playback controls are implemented by the browser. -->
|
<!-- Hide MediaPlaybackPanel on sidebar. It does not work in Online. Video playback controls are implemented by the browser. -->
|
||||||
<item oor:path="/org.openoffice.Office.UI.Sidebar/Content/PanelList/org.openoffice.Office.UI.Sidebar:Panel['MediaPlaybackPanel']"><prop oor:name="ContextList" oor:op="fuse"><value><it>any</it><it>default</it><it>hidden</it></value></prop></item>
|
<item oor:path="/org.openoffice.Office.UI.Sidebar/Content/PanelList/org.openoffice.Office.UI.Sidebar:Panel['MediaPlaybackPanel']"><prop oor:name="ContextList" oor:op="fuse"><value><it>any</it><it>default</it><it>hidden</it></value></prop></item>
|
||||||
|
|
||||||
|
<!-- Hyperlink insertion in MS fileformats, should behave like in excel: hyperlinks inserted into the whole cell, not only for textfields. -->
|
||||||
|
<item oor:path="/org.openoffice.Office.Calc/Compatibility"><prop oor:name="Links" oor:op="fuse"><value>true</value></prop></item>
|
||||||
|
|
||||||
<!-- Themes -->
|
<!-- Themes -->
|
||||||
<!-- Light Theme -->
|
<!-- Light Theme -->
|
||||||
<item oor:path="/org.openoffice.Office.UI/ColorScheme/ColorSchemes">
|
<item oor:path="/org.openoffice.Office.UI/ColorScheme/ColorSchemes">
|
||||||
|
|
|
@ -62,6 +62,9 @@
|
||||||
<!-- Hide MediaPlaybackPanel on sidebar. It does not work in Online. Video playback controls are implemented by the browser. -->
|
<!-- Hide MediaPlaybackPanel on sidebar. It does not work in Online. Video playback controls are implemented by the browser. -->
|
||||||
<item oor:path="/org.openoffice.Office.UI.Sidebar/Content/PanelList/org.openoffice.Office.UI.Sidebar:Panel['MediaPlaybackPanel']"><prop oor:name="ContextList" oor:op="fuse"><value><it>any</it><it>default</it><it>hidden</it></value></prop></item>
|
<item oor:path="/org.openoffice.Office.UI.Sidebar/Content/PanelList/org.openoffice.Office.UI.Sidebar:Panel['MediaPlaybackPanel']"><prop oor:name="ContextList" oor:op="fuse"><value><it>any</it><it>default</it><it>hidden</it></value></prop></item>
|
||||||
|
|
||||||
|
<!-- Hyperlink insertion in MS fileformats, should behave like in excel: hyperlinks inserted into the whole cell, not only for textfields. -->
|
||||||
|
<item oor:path="/org.openoffice.Office.Calc/Compatibility"><prop oor:name="Links" oor:op="fuse"><value>true</value></prop></item>
|
||||||
|
|
||||||
<!-- Themes -->
|
<!-- Themes -->
|
||||||
<!-- Light Theme -->
|
<!-- Light Theme -->
|
||||||
<item oor:path="/org.openoffice.Office.UI/ColorScheme/ColorSchemes">
|
<item oor:path="/org.openoffice.Office.UI/ColorScheme/ColorSchemes">
|
||||||
|
|
Loading…
Reference in a new issue