summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Lima <rafael.palma.lima@gmail.com>2021-06-15 00:01:21 +0200
committerRafael Lima <rafael.palma.lima@gmail.com>2021-06-15 20:32:00 +0200
commita1dd86c7777c9af0e247918660831c73fb0597fc (patch)
treeae1db044a12888daa975c629849140bc7ce8f751
parent5da126f5f8f3b2af046e56ba5344d3c5efc9e8be (diff)
Use <emph> instead of <keycode> in sf_intro
Change-Id: I12a5a853f29f800abf9703da8f6c62ae247446af Reviewed-on: https://gerrit.libreoffice.org/c/help/+/117215 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit b5bc9b53c30eb97f9fb0b9bba677c5d7549d8251) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/117223 Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
-rw-r--r--source/text/sbasic/shared/03/sf_intro.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03/sf_intro.xhp b/source/text/sbasic/shared/03/sf_intro.xhp
index 693014d234..7f75754d43 100644
--- a/source/text/sbasic/shared/03/sf_intro.xhp
+++ b/source/text/sbasic/shared/03/sf_intro.xhp
@@ -110,7 +110,7 @@
<paragraph id="par_id421623368680565" role="listitem">Choose My Macros - sf_test in the library selector. Then choose the <literal>increment_cell</literal> function under the <menuitem>Macro Name</menuitem> list.</paragraph>
</listitem>
<listitem>
- <paragraph id="par_id131623368875763" role="listitem">Click <keycode>Run</keycode>. Note that the value in cell "A1" was incremented by 1.</paragraph>
+ <paragraph id="par_id131623368875763" role="listitem">Click <emph>Run</emph>. Note that the value in cell "A1" was incremented by 1.</paragraph>
</listitem>
</list>
<paragraph role="paragraph" id="par_id781623368934689">You can also use APSO to run Python scripts in a similar manner:</paragraph>