diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-04-28 22:38:39 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-04-29 14:16:59 +0200 |
commit | 20c5b52a8cff1781e01e2aaaf7860752474d4b8f (patch) | |
tree | 9fc27e0a914e1dd193da5ba1265f5d0014ae9404 | |
parent | a713d9a4e339fc00c48ad22f1503b53055f208ca (diff) |
Mute L10n on numbers and symbols
Change-Id: Ie835e07e7a62fbf479f5d5e1b75edcc8d39068c9
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/93113
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/sbasic/shared/03102100.xhp | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/source/text/sbasic/shared/03102100.xhp b/source/text/sbasic/shared/03102100.xhp index e6f9f49b17..b1895b9c2b 100644 --- a/source/text/sbasic/shared/03102100.xhp +++ b/source/text/sbasic/shared/03102100.xhp @@ -85,24 +85,24 @@ <tablecell><paragraph id="par_id851587558178871" role="tablehead">Variable type name</paragraph></tablecell> </tablerow> <tablerow> - <tablecell><paragraph id="par_id211587558178871" role="tablecontent">%</paragraph></tablecell> - <tablecell><paragraph id="par_id42587558178871" role="tablecontent">Integer</paragraph></tablecell> + <tablecell><paragraph id="par_id211587558178871" localize="false" role="tablecontent">%</paragraph></tablecell> + <tablecell><paragraph id="par_id42587558178871" localize="false" role="tablecontent">Integer</paragraph></tablecell> </tablerow> <tablerow> - <tablecell><paragraph id="par_id221587558178871" role="tablecontent">&</paragraph></tablecell> - <tablecell><paragraph id="par_id43587558178871" role="tablecontent">Long</paragraph></tablecell> + <tablecell><paragraph id="par_id221587558178871" localize="false" role="tablecontent">&</paragraph></tablecell> + <tablecell><paragraph id="par_id43587558178871" localize="false" role="tablecontent">Long</paragraph></tablecell> </tablerow> <tablerow> - <tablecell><paragraph id="par_id231587558178871" role="tablecontent">!</paragraph></tablecell> - <tablecell><paragraph id="par_id44587558178871" role="tablecontent">Single</paragraph></tablecell> + <tablecell><paragraph id="par_id231587558178871" localize="false" role="tablecontent">!</paragraph></tablecell> + <tablecell><paragraph id="par_id44587558178871" localize="false" role="tablecontent">Single</paragraph></tablecell> </tablerow> <tablerow> - <tablecell><paragraph id="par_id241587558178871" role="tablecontent">#</paragraph></tablecell> - <tablecell><paragraph id="par_id45587558178871" role="tablecontent">Double</paragraph></tablecell> + <tablecell><paragraph id="par_id241587558178871" localize="false" role="tablecontent">#</paragraph></tablecell> + <tablecell><paragraph id="par_id45587558178871" localize="false" role="tablecontent">Double</paragraph></tablecell> </tablerow> <tablerow> - <tablecell><paragraph id="par_id251587558178871" role="tablecontent">$</paragraph></tablecell> - <tablecell><paragraph id="par_id46587558178871" role="tablecontent">String</paragraph></tablecell> + <tablecell><paragraph id="par_id251587558178871" localize="false" role="tablecontent">$</paragraph></tablecell> + <tablecell><paragraph id="par_id46587558178871" localize="false" role="tablecontent">String</paragraph></tablecell> </tablerow> </table> @@ -149,4 +149,4 @@ </bascode> </body> -</helpdocument>
\ No newline at end of file +</helpdocument> |