diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-01-25 15:26:12 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-01-25 15:36:48 +0100 |
commit | f9cb7f4660c039f7bf18bf60f6fb9c77f7e4f54b (patch) | |
tree | 782ece64afc2930b2d2eff3d5d54301a76df9dfa /source/text/scalc/01/06130000.xhp | |
parent | ac1db7fbf890d5393d5a2132d6bafe13dbc1c7a9 (diff) |
switchinline is no valid child of "item" either
sed command used:
's#\(<item[^>]*>\)\(<switchinline[^>]*><caseinline[^>]*>\)\([^>]*\)\(</caseinline><defaultinline>\)\([^<]*\)\(</defaultinline></switchinline>\)\([^<]*</item>\)#\2\1\3</item>\4\1\5</item>\6\1\7#g'
Change-Id: I386bb105520449b3a9dbb27d9508499af0a21cc9
Diffstat (limited to 'source/text/scalc/01/06130000.xhp')
-rw-r--r-- | source/text/scalc/01/06130000.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/scalc/01/06130000.xhp b/source/text/scalc/01/06130000.xhp index 126e065b74..89a4a8e245 100644 --- a/source/text/scalc/01/06130000.xhp +++ b/source/text/scalc/01/06130000.xhp @@ -52,10 +52,10 @@ <paragraph role="paragraph" id="par_idN10665" xml-lang="en-US" l10n="NEW">To append text or to edit the completion, press <item type="keycode">F2</item>.</paragraph> </listitem> <listitem> -<paragraph role="paragraph" id="par_idN1066D" xml-lang="en-US" l10n="NEW">To view more completions, press <item type="keycode"><switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab</item> to scroll forward, or <item type="keycode"><switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Tab</item> to scroll backward.</paragraph> +<paragraph role="paragraph" id="par_idN1066D" xml-lang="en-US" l10n="NEW">To view more completions, press <switchinline select="sys"><caseinline select="MAC"><item type="keycode">Command</item></caseinline><defaultinline><item type="keycode">Ctrl</item></defaultinline></switchinline><item type="keycode">+Tab</item> to scroll forward, or <switchinline select="sys"><caseinline select="MAC"><item type="keycode">Command</item></caseinline><defaultinline><item type="keycode">Ctrl</item></defaultinline></switchinline><item type="keycode">+Shift+Tab</item> to scroll backward.</paragraph> </listitem> <listitem> - <paragraph role="paragraph" id="par_idN10679" xml-lang="en-US" l10n="NEW">To see a list of all available AutoInput text items for the current column, press <item type="keycode"><switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Down Arrow</item>.</paragraph> + <paragraph role="paragraph" id="par_idN10679" xml-lang="en-US" l10n="NEW">To see a list of all available AutoInput text items for the current column, press <switchinline select="sys"><caseinline select="MAC"><item type="keycode">Option</item></caseinline><defaultinline><item type="keycode">Alt</item></defaultinline></switchinline><item type="keycode">+Down Arrow</item>.</paragraph> </listitem> </list> <paragraph role="paragraph" id="par_id3150439" xml-lang="en-US" l10n="U" oldref="3">When typing formulas using characters that match previous entries, a Help tip will appear listing the last ten functions used from <emph>Function Wizard</emph>, from all defined range names, from all database range names, and from the content of all label ranges.</paragraph> |