From a86c7d5fbd0c2014afe0590a1bfdc1f2001d91a0 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Sat, 21 May 2016 21:22:09 -0300 Subject: Do not translate numbers... Change-Id: I87d272719a0a666744951d82f7c522b6cd554bc7 Reviewed-on: https://gerrit.libreoffice.org/25275 Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot --- source/text/sbasic/shared/03080701.xhp | 2 +- source/text/sbasic/shared/03103600.xhp | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'source') diff --git a/source/text/sbasic/shared/03080701.xhp b/source/text/sbasic/shared/03080701.xhp index fa36e9ec5d..8525d3827c 100644 --- a/source/text/sbasic/shared/03080701.xhp +++ b/source/text/sbasic/shared/03080701.xhp @@ -68,7 +68,7 @@ - 0 + 0 Sgn returns 0. diff --git a/source/text/sbasic/shared/03103600.xhp b/source/text/sbasic/shared/03103600.xhp index ca70574cd2..d302125719 100644 --- a/source/text/sbasic/shared/03103600.xhp +++ b/source/text/sbasic/shared/03103600.xhp @@ -67,7 +67,7 @@ Boolean - 11 + 11 Boolean variable @@ -78,7 +78,7 @@ Date - 7 + 7 Date variable @@ -89,7 +89,7 @@ Double - 5 + 5 Double floating point variable @@ -100,7 +100,7 @@ Integer - 2 + 2 Integer variable @@ -111,7 +111,7 @@ Long - 3 + 3 Long integer variable @@ -122,7 +122,7 @@ Object - 9 + 9 Object variable @@ -133,7 +133,7 @@ Single - 4 + 4 Single floating-point variable @@ -144,7 +144,7 @@ String - 8 + 8 String variable @@ -155,7 +155,7 @@ Variant - 12 + 12 Variant variable (can contain all types specified by the definition) @@ -166,7 +166,7 @@ Empty - 0 + 0 Variable is not initialized @@ -177,7 +177,7 @@ Null - 1 + 1 No valid data -- cgit