diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2021-03-16 01:55:37 -0600 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2021-03-16 01:55:37 -0600 |
commit | 65d0ce6b572ab20c9ebc89771118458acfab9d40 (patch) | |
tree | 978298310208658f9a5de8de5d8ca9bf28b2206b /source | |
parent | 7eb8bd84951159cf677149d0f7c87a8b3e07b764 (diff) |
Fixups of things missed in review
Change-Id: I6190d21bef297077e6a7685b59b58804cce60bca
Diffstat (limited to 'source')
-rw-r--r-- | source/text/sbasic/python/python_2_basic.xhp | 2 | ||||
-rw-r--r-- | source/text/sbasic/shared/01040000.xhp | 2 | ||||
-rw-r--r-- | source/text/sbasic/shared/03/sf_database.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/00/00000404.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/01/06140200.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/04/01010000.xhp | 2 | ||||
-rw-r--r-- | source/text/simpress/01/04140000.xhp | 2 | ||||
-rw-r--r-- | source/text/simpress/main_slide.xhp | 26 | ||||
-rw-r--r-- | source/text/swriter/01/04040000.xhp | 2 |
9 files changed, 21 insertions, 21 deletions
diff --git a/source/text/sbasic/python/python_2_basic.xhp b/source/text/sbasic/python/python_2_basic.xhp index f3295d788f..1c3820584f 100644 --- a/source/text/sbasic/python/python_2_basic.xhp +++ b/source/text/sbasic/python/python_2_basic.xhp @@ -31,7 +31,7 @@ </section> <tip id="N0337">It is recommended to have knowledge of Python standard modules and %PRODUCTNAME API features prior to perform inter-language calls from Python to Basic, JavaScript or any other script engine.</tip> <!-- WIP - Context clarifications needed in below warning --> - <warning id="N0338">When running Python scripts from an Integrated Development Environment (IDE), the %PRODUCTNAME nested Basic engine may be absent. Avoid Python to %PRODUCTNAME Basic calls in such context. However Python environment and Universal Networks Objects (UNO) are fully available. Refer to <link href="text/sbasic/python/python_ide.xhp" name ="Setting Up an Integrated IDE for Python">Setting Up an Integrated IDE for Python</link> for more information.</warning> + <warning id="N0338">When running Python scripts from an Integrated Development Environment (IDE), the %PRODUCTNAME-embedded Basic engine may be absent. Avoid Python-to-%PRODUCTNAME Basic calls in such contexts. However Python environment and Universal Networks Objects (UNO) are fully available. Refer to <link href="text/sbasic/python/python_ide.xhp" name ="Setting Up an Integrated IDE for Python">Setting Up an Integrated IDE for Python</link> for more information.</warning> <h2 id="N0339">Retrieving %PRODUCTNAME Basic Scripts</h2> <paragraph role="paragraph" id="N0340">%PRODUCTNAME Basic macros can be personal, shared, or embedded in documents. In order to execute them, Python run time needs to be provided with Basic macro locations. Implementing the <link href="https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1script_1_1provider_1_1XScript.html" name ="XScriptProvider interface">com.sun.star.script.provider.XScriptProvider</link> interface allows the retrieval of executable scripts:</paragraph> <section id="Python_getBasicScript" > diff --git a/source/text/sbasic/shared/01040000.xhp b/source/text/sbasic/shared/01040000.xhp index 7d2d273a66..182aa39ade 100644 --- a/source/text/sbasic/shared/01040000.xhp +++ b/source/text/sbasic/shared/01040000.xhp @@ -148,7 +148,7 @@ </tablerow> <tablerow> <tablecell><paragraph id="par_id851599839190548" role="tablecontent">-no UI-</paragraph></tablecell> - <tablecell><paragraph id="par_id961599839198859" role="tablecontent">When the document disk location has changed, for example after a <emph>File - Save As...</emph> action.</paragraph></tablecell> + <tablecell><paragraph id="par_id961599839198859" role="tablecontent">When the document disk location has changed, for example after a <emph>File - Save As</emph> action.</paragraph></tablecell> <tablecell><paragraph id="par_id651599839199901" role="tablecontent" localize="false">OnStorageChanged</paragraph></tablecell> </tablerow> <tablerow> diff --git a/source/text/sbasic/shared/03/sf_database.xhp b/source/text/sbasic/shared/03/sf_database.xhp index 6c137ef477..b29dee9972 100644 --- a/source/text/sbasic/shared/03/sf_database.xhp +++ b/source/text/sbasic/shared/03/sf_database.xhp @@ -38,7 +38,7 @@ </list> </section> <comment>TODO: Add reference to the future help page SFDocuments.SF_Form service in the paragraph below</comment> - <paragraph role="paragraph" id="par_id811599407236602" xml-lang="en-US">Each instance of the <literal>Database</literal> service represents a single database and gives access to its tables, queries and data. This service does not provide access to forms or reports in the Base document.</paragraph> + <paragraph role="paragraph" id="par_id811599407236602" xml-lang="en-US">Each instance of the <literal>Database</literal> service represents a single database and gives access to its tables, queries and data. This service does not provide access to forms or reports in the Base document.</paragraph> <note id="par_id231615386789950">All exchanges between this service and the database are done using SQL only.</note> <paragraph role="paragraph" id="par_id121599407322804" xml-lang="en-US">SQL statements may be run in <emph>direct</emph> or <emph>indirect</emph> <emph>mode</emph>. In direct mode the statement is transferred to the database engine without any syntax checking or review.</paragraph> <paragraph role="paragraph" id="par_id681599407189019" xml-lang="en-US">The provided interfaces include simple tables and queries lists, as well as access to database data.</paragraph> diff --git a/source/text/shared/00/00000404.xhp b/source/text/shared/00/00000404.xhp index 6a4ea764a4..1d8f1c6833 100644 --- a/source/text/shared/00/00000404.xhp +++ b/source/text/shared/00/00000404.xhp @@ -277,7 +277,7 @@ </table> </section> <section id="signatureline"> - <paragraph role="paragraph" id="par_id81526422144005" xml-lang="en-US">Choose <emph>Insert - Signature Line...</emph></paragraph> + <paragraph role="paragraph" id="par_id81526422144005" xml-lang="en-US">Choose <emph>Insert - Signature Line</emph></paragraph> </section> </body> </helpdocument> diff --git a/source/text/shared/01/06140200.xhp b/source/text/shared/01/06140200.xhp index b0224ab51f..35291f5cf8 100644 --- a/source/text/shared/01/06140200.xhp +++ b/source/text/shared/01/06140200.xhp @@ -39,7 +39,7 @@ <section id="howtoget"> <embed href="text/shared/00/00000406.xhp#keyboard"/> </section> -<paragraph role="paragraph" id="par_id3154682" xml-lang="en-US">You can assign or edit shortcut keys for the current application or for all $[officename] applications. To assign a key for all applications, choose the %PRODUCTNAME radio button in the top right corner.</paragraph> +<paragraph role="paragraph" id="par_id3154682" xml-lang="en-US">You can assign or edit shortcut keys for the current application or for all $[officename] applications. To assign a key for all applications, choose the <emph>%PRODUCTNAME</emph> radio button in the top right corner.</paragraph> <paragraph role="paragraph" id="par_id531603928029282">To assign or modify a shortcut key: select a command in the <emph>Function</emph> list, select the key combination to be assigned in the <emph>Shortcut Keys</emph> list, then click <emph>Modify</emph>.</paragraph> <paragraph role="paragraph" id="par_id341603930297058">If the selected function already has a shortcut key, it is displayed in the <emph>Keys </emph>list. It is possible to assign the same function to more than one key.</paragraph> <paragraph role="paragraph" id="par_id341603939923441">A shortcut key assigned to a particular application overrides the shortcut key setting made in %PRODUCTNAME for all applications.</paragraph> diff --git a/source/text/shared/04/01010000.xhp b/source/text/shared/04/01010000.xhp index ac59844748..3d7056e4a2 100644 --- a/source/text/shared/04/01010000.xhp +++ b/source/text/shared/04/01010000.xhp @@ -48,7 +48,7 @@ <switch select="sys"> <case select="MAC"></case> <default> - <h2 id="hd_id3154186">Calling Menus With Shortcut Keys</h2> + <h2 id="hd_id3154186">Calling Menus with Mnemonics</h2> <paragraph xml-lang="en-US" id="par_id3152425" role="paragraph">Some of the characters shown on the menu bar are underlined. You can access these menus directly by pressing the underlined character together with the <keycode>Alt</keycode> key. Once the menu is opened, you will again find underlined characters. You can access these menu items directly by simply pressing the underlined character key.</paragraph> </default> </switch> diff --git a/source/text/simpress/01/04140000.xhp b/source/text/simpress/01/04140000.xhp index df38e5a7e6..9eddbdf5bb 100644 --- a/source/text/simpress/01/04140000.xhp +++ b/source/text/simpress/01/04140000.xhp @@ -34,7 +34,7 @@ <bookmark branch="hid/.uno:SummaryPage" xml-lang="en-US" id="bm_id3146976" localize="false"/> <section id="uebersicht"> <paragraph id="hd_id3154013" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/01/04140000.xhp" name="Summary Slide">Summary Slide</link></paragraph> - <paragraph role="paragraph" id="par_id3149664" xml-lang="en-US"><ahelp hid=".uno:SummaryPage" visibility="visible">Creates a new slide that contains a bulleted list from the titles of the slides that follow the selected slide. The summary slide is inserted behind the last slide.</ahelp></paragraph> + <paragraph role="paragraph" id="par_id3149664" xml-lang="en-US"><ahelp hid=".uno:SummaryPage" visibility="visible">Creates a new slide that contains an unordered list from the titles of the slides that follow the selected slide. The summary slide is inserted behind the last slide.</ahelp></paragraph> </section> <section id="howtoget"> <embed href="text/simpress/00/00000404.xhp#uebersicht"/> diff --git a/source/text/simpress/main_slide.xhp b/source/text/simpress/main_slide.xhp index 1a81be6ed5..45f3f7c8eb 100644 --- a/source/text/simpress/main_slide.xhp +++ b/source/text/simpress/main_slide.xhp @@ -51,15 +51,15 @@ <embed href="text/simpress/01/05120000.xhp#changeslidemaster"/> <h2 id="hd_id921615489787123">New Master</h2> <paragraph role="paragraph" id="par_id131615493790751">Creates a new Master Slide. This function is only available in <emph>Master View</emph>.</paragraph> - <tip id="par_id491615494190854">To enter the Master View, go to <emph>View > Master Slide</emph>. To exit the Master View, go to <emph>View > Normal</emph>.</tip> + <tip id="par_id491615494190854">To enter the Master View, go to <emph>View - Master Slide</emph>. To exit the Master View, go to <emph>View - Normal</emph>.</tip> <h2 id="hd_id421615489787299">Delete Master</h2> <paragraph role="paragraph" id="par_id661615494028415">Deletes the currently selected Master Slide. This function is only available in <emph>Master View</emph></paragraph> <h2 id="hd_id841615489787538">Master Background</h2> - <paragraph role="paragraph" id="par_id921615494351365">This option allows to show or hide the background image defined in the Master Slide.</paragraph> + <paragraph role="paragraph" id="par_id921615494351365">This option allows to show or hide the background image defined in the master slide.</paragraph> <h2 id="hd_id621615489788132">Master Objects</h2> - <paragraph role="paragraph" id="par_id541615494644223">This option allows to show or hide objects defined in the Master Slide.</paragraph> + <paragraph role="paragraph" id="par_id541615494644223">This option allows to show or hide objects defined in the master slide.</paragraph> <h2 id="hd_id51615489788356">Master Elements</h2> - <paragraph role="paragraph" id="par_id111615494747246">Displays a dialog box where the following elements from the Master Slide can be enabled or disabled:</paragraph> + <paragraph role="paragraph" id="par_id111615494747246">Displays a dialog box where the following elements from the master slide can be enabled or disabled:</paragraph> <list type="unordered"> <listitem> <paragraph id="par_id41615494861841" role="listitem">Header</paragraph> @@ -86,32 +86,32 @@ <paragraph role="paragraph" id="par_id371615495363225">Shows a list of move operations that can be applied to the current slide:</paragraph> <list type="unordered"> <listitem> - <paragraph id="par_id711615495448201" role="listitem"><emph>Slide to Start:</emph> Moves the current slide to the <emph>first</emph> position.</paragraph> + <paragraph id="par_id711615495448201" role="listitem"><emph>Slide to Start:</emph> Moves the current slide to the first position.</paragraph> </listitem> <listitem> - <paragraph id="par_id101615495452464" role="listitem"><emph>Slide Up:</emph> Moves the current slide one position <emph>up</emph> in the presentation.</paragraph> + <paragraph id="par_id101615495452464" role="listitem"><emph>Slide Up:</emph> Moves the current slide one position up in the presentation.</paragraph> </listitem> <listitem> - <paragraph id="par_id761615495456499" role="listitem"><emph>Slide Down:</emph> Moves the current slide one position <emph>down</emph> in the presentation.</paragraph> + <paragraph id="par_id761615495456499" role="listitem"><emph>Slide Down:</emph> Moves the current slide one position down in the presentation.</paragraph> </listitem> <listitem> - <paragraph id="par_id321615495459372" role="listitem"><emph>Slide to End: </emph>Moves the current slide to the <emph>last</emph> position.</paragraph> + <paragraph id="par_id321615495459372" role="listitem"><emph>Slide to End:</emph> Moves the current slide to the last position.</paragraph> </listitem> </list> <h2 id="hd_id301615489789755">Navigate</h2> - <paragraph role="paragraph" id="par_id941615558050553">Shows a list functions that can be used to navigate through the slides:</paragraph> + <paragraph role="paragraph" id="par_id941615558050553">Shows a list of functions that can be used to navigate through the slides:</paragraph> <list type="unordered"> <listitem> - <paragraph id="par_id381615558169403" role="listitem"><emph>To First Slide:</emph> Selects the <emph>first</emph> slide in the presentation.</paragraph> + <paragraph id="par_id381615558169403" role="listitem"><emph>To First Slide:</emph> Selects the first slide in the presentation.</paragraph> </listitem> <listitem> - <paragraph id="par_id131615558173437" role="listitem"><emph>To Previous Slide:</emph> Navigates to the <emph>previous</emph> slide with respect to the currently selected slide.</paragraph> + <paragraph id="par_id131615558173437" role="listitem"><emph>To Previous Slide:</emph> Navigates to the previous slide with respect to the currently selected slide.</paragraph> </listitem> <listitem> - <paragraph id="par_id941615558176178" role="listitem"><emph>To Next Slide:</emph> Navigates to the <emph>next</emph> slide with respect to the currently selected slide.</paragraph> + <paragraph id="par_id941615558176178" role="listitem"><emph>To Next Slide:</emph> Navigates to the next slide with respect to the currently selected slide.</paragraph> </listitem> <listitem> - <paragraph id="par_id91615558179041" role="listitem"><emph>To Last Slide:</emph> Selects the <emph>last</emph> slide in the presentation.</paragraph> + <paragraph id="par_id91615558179041" role="listitem"><emph>To Last Slide:</emph> Selects the last slide in the presentation.</paragraph> </listitem> </list> <comment>Summary Slide</comment> diff --git a/source/text/swriter/01/04040000.xhp b/source/text/swriter/01/04040000.xhp index 204a472b2e..f3a2138ce1 100644 --- a/source/text/swriter/01/04040000.xhp +++ b/source/text/swriter/01/04040000.xhp @@ -45,7 +45,7 @@ </caseinline><defaultinline>You can also right-click the <emph>Page Number</emph> field at the left end of the <emph>Status Bar</emph> at the bottom of the document window, and then choose the bookmark that you want to jump to.</defaultinline></switchinline></paragraph> <bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertbookmark/name" id="bm_id611581952943620" localize="false"/> <h2 id="hd_id3154143" xml-lang="en-US">Name</h2> -<paragraph id="par_id3155178" role="paragraph" xml-lang="en-US"><ahelp hid="modules/swriter/ui/insertbookmark/bookmarks">Type the name of the bookmark that you want to create. Then press <emph>Insert</emph>.</ahelp></paragraph> +<paragraph id="par_id3155178" role="paragraph" xml-lang="en-US"><ahelp hid="modules/swriter/ui/insertbookmark/bookmarks">Type the name of the bookmark that you want to create. Then, click <emph>Insert</emph>.</ahelp></paragraph> <paragraph id="par_id3149483" role="paragraph" xml-lang="en-US">You cannot use the following characters in a bookmark name: / \ @ : * ? " ; , . #</paragraph> <bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/insertbookmark/bookmarks" id="bm_id3154200" localize="false"/> <h2 id="hd_id3154188" xml-lang="en-US">Bookmarks</h2> |