diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-04-05 08:57:28 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-04-05 08:57:36 -0500 |
commit | bf9c6c2a2b201e672b42bd36dcf08ce3e6601234 (patch) | |
tree | 442fc0690008ee02078a423cde77c70dccefa494 | |
parent | 58d1badf99624f469e9b16a4b00d11ec992ecc1c (diff) |
Minor string fixes
Change-Id: If1f76eacb11216a0b647948e956c7c99711f4c35
-rw-r--r-- | source/text/sbasic/python/python_locations.xhp | 2 | ||||
-rw-r--r-- | source/text/scalc/01/func_rounddown.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/00/00000020.xhp | 2 | ||||
-rw-r--r-- | source/text/swriter/01/02120000.xhp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/source/text/sbasic/python/python_locations.xhp b/source/text/sbasic/python/python_locations.xhp index 90f4c2f72b..9f145416a8 100644 --- a/source/text/sbasic/python/python_locations.xhp +++ b/source/text/sbasic/python/python_locations.xhp @@ -29,7 +29,7 @@ <paragraph id="par_id321636114854594" role="listitem"><emph>My Macros:</emph> personal macros available for the %PRODUCTNAME user</paragraph> </listitem> <listitem> - <paragraph id="par_id471636114847530" role="listitem"><emph>Application Macros:</emph> system macros distributed with LibreOffice for every computer user</paragraph> + <paragraph id="par_id471636114847530" role="listitem"><emph>Application Macros:</emph> system macros distributed with %PRODUCTNAME for every computer user</paragraph> </listitem> <listitem> <paragraph id="par_id191636114858218" role="listitem"><emph>Document macros:</emph> every document can contain macro libraries available in that document for all users</paragraph> diff --git a/source/text/scalc/01/func_rounddown.xhp b/source/text/scalc/01/func_rounddown.xhp index b313b2858c..bfe5516279 100644 --- a/source/text/scalc/01/func_rounddown.xhp +++ b/source/text/scalc/01/func_rounddown.xhp @@ -37,7 +37,7 @@ <paragraph role="paragraph" id="par_id861641927715672"><emph>Count:</emph> Optional parameter that defines the number of decimal places to be kept. The default value is 0 (zero).</paragraph> <paragraph role="paragraph" id="par_id911641928545976">Use negative values for <emph>Count</emph> to round the integer part of the original <emph>Number</emph>. For example, -1 will round down the first integer number before the decimal separator, -2 will round down the two integer numbers before the decimal separator, and so forth.</paragraph> </section> - <note id="par_id181641929609906">In %PRODUCTNAME the <emph>Count</emph> parameter is optional whereas in MS Excel this parameter is mandatory. When an ODS file contains a call to ROUNDDOWN without the <emph>Count</emph> parameter and the file is exported to XLS or XLSX formats, the missing argument will automatically be added with value zero to maintain compatibility.</note> + <note id="par_id181641929609906">In %PRODUCTNAME, the <emph>Count</emph> parameter is optional, whereas in Microsoft Excel this parameter is mandatory. When an ODS file contains a call to ROUNDDOWN without the <emph>Count</emph> parameter and the file is exported to XLS or XLSX formats, the missing argument will automatically be added with value zero to maintain compatibility.</note> <embed href="text/scalc/01/common_func.xhp#sectionexample"/> <paragraph role="paragraph" id="par_id901641928192870"><input>=ROUNDDOWN(21.89)</input> returns 21. Note that this example uses the default value for <emph>Count</emph> which is 0.</paragraph> <paragraph role="paragraph" id="par_id901641928192110"><input>=ROUNDDOWN(103.37,1)</input> returns 103.3.</paragraph> diff --git a/source/text/shared/00/00000020.xhp b/source/text/shared/00/00000020.xhp index 8958163ae9..2fa112daa7 100644 --- a/source/text/shared/00/00000020.xhp +++ b/source/text/shared/00/00000020.xhp @@ -47,7 +47,7 @@ <paragraph role="paragraph" id="par_id3143272" xml-lang="en-US">In $[officename], apart from its own <link href="text/shared/00/00000021.xhp" name="XML formats">XML formats</link> you can also open and save many foreign XML formats.</paragraph> <paragraph role="paragraph" id="par_id3152414" xml-lang="en-US"><switchinline select="sys"><caseinline select="UNIX">In UNIX, certain file formats cannot be recognized automatically. </caseinline><defaultinline>$[officename] normally recognizes the correct file type automatically on opening a file.</defaultinline></switchinline> There may be cases where you have to select the file type yourself in the <emph>Open</emph> dialog. For example, if you have a database table in text format that you want to open as a database table, you need to specify the file type "Text CSV" after selecting the file.</paragraph> -<h2 id="hd_id3148668">Basic Macros in MS Office Documents</h2> +<h2 id="hd_id3148668">BASIC Macros in Microsoft Office Documents</h2> <paragraph role="paragraph" id="par_id3156211" xml-lang="en-US">In <switchinline select="sys"><caseinline select="MAC">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href="text/shared/optionen/01130100.xhp" name="Load/Save - VBA Properties">Load/Save - VBA Properties</link> you can specify the settings for the VBA macro codes in MS Office documents. VBA macros are unable to run in $[officename]; they must first be converted and adapted. Often you only want to use $[officename] to change the visible content of a Word, Excel or PowerPoint file and then save the file again in Microsoft Office format without changing the macros they contain. You can set the behavior of $[officename] as desired: Either the VBA macros are saved in commented form as a subroutine of $[officename] and when the document is saved in MS Office format are written back correctly again, or you can select the Microsoft Office macros to be removed when loading. The last option is an effective protection against viruses within the Microsoft Office documents.</paragraph> <h2 id="hd_id3154232">Notes regarding external formats and file types</h2> <paragraph role="paragraph" id="par_id3154230" xml-lang="en-US">Even if they are not installed, some filters can be selected in the <emph>Open</emph> and <emph>Save</emph> dialogs. If you select such a filter, a message will appear saying that you can still install the filter if you require.</paragraph> diff --git a/source/text/swriter/01/02120000.xhp b/source/text/swriter/01/02120000.xhp index bdba696089..6a8681f8c2 100644 --- a/source/text/swriter/01/02120000.xhp +++ b/source/text/swriter/01/02120000.xhp @@ -86,7 +86,7 @@ <paragraph role="paragraph" id="par_id3149583" xml-lang="en-US">You can also use the macros that are linked to some of the provided AutoText entries in AutoText entries that you create. The AutoText entries must be created with the "text only" option. For example, insert the string <field:company> in an AutoText entry, and $[officename] replaces the string with the contents of the corresponding database field.</paragraph> <bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/autotext/import" id="bm_id3156263" localize="false"/> <paragraph role="heading" id="hd_id3149597" xml-lang="en-US" level="3">Import</paragraph> -<paragraph role="paragraph" id="par_id3148937" xml-lang="en-US"><ahelp hid="modules/swriter/ui/autotext/import">Opens a dialog where you can select the MS 97/2000/XP Word document or template, containing the AutoText entries that you want to import.</ahelp></paragraph> +<paragraph role="paragraph" id="par_id3148937" xml-lang="en-US"><ahelp hid="modules/swriter/ui/autotext/import">Opens a dialog where you can select the 97/2000/XP Word document or template, containing the AutoText entries that you want to import.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/autotext/categories" id="bm_id3156049" localize="false"/> <paragraph role="heading" id="hd_id3156038" xml-lang="en-US" level="2">Categories</paragraph> <paragraph role="paragraph" id="par_id3156055" xml-lang="en-US"><ahelp hid="modules/swriter/ui/autotext/categories">Adds, renames, or deletes AutoText categories.</ahelp></paragraph> |