source/text/sbasic/shared/03102100.xhp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-)
New commits: commit 20c5b52a8cff1781e01e2aaaf7860752474d4b8f Author: Olivier Hallot <[email protected]> AuthorDate: Tue Apr 28 22:38:39 2020 -0300 Commit: Olivier Hallot <[email protected]> CommitDate: Wed Apr 29 14:16:59 2020 +0200 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 <[email protected]> diff --git a/source/text/sbasic/shared/03102100.xhp b/source/text/sbasic/shared/03102100.xhp index e6f9f49b1..b1895b9c2 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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
