From b8ee7a5bf9fba95a2bda283008a5bef5eff4131e Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Tue, 12 Dec 2017 16:59:01 -0200 Subject: Fix Help pages typos. Change-Id: I425e6ddc86c997b6e00b8e80c193ee6a7b6df4d3 Reviewed-on: https://gerrit.libreoffice.org/46335 Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot --- source/text/sbasic/shared/03060300.xhp | 6 +++--- source/text/sbasic/shared/03060400.xhp | 6 +++--- source/text/sbasic/shared/03060500.xhp | 6 +++--- source/text/sbasic/shared/03070600.xhp | 6 +++--- source/text/sbasic/shared/03090203.xhp | 4 ++-- source/text/sbasic/shared/03103350.xhp | 4 ++-- source/text/sbasic/shared/03103600.xhp | 4 ++-- source/text/sbasic/shared/03103700.xhp | 4 ++-- source/text/sbasic/shared/03104000.xhp | 2 +- 9 files changed, 21 insertions(+), 21 deletions(-) (limited to 'source/text/sbasic') diff --git a/source/text/sbasic/shared/03060300.xhp b/source/text/sbasic/shared/03060300.xhp index 9585b5be94..a155b244da 100644 --- a/source/text/sbasic/shared/03060300.xhp +++ b/source/text/sbasic/shared/03060300.xhp @@ -20,7 +20,7 @@ - Imp-Operator [Runtime] + Imp Operator [Runtime] /text/sbasic/shared/03060300.xhp @@ -34,7 +34,7 @@ -Imp Operator [Runtime] +Imp Operator [Runtime] Performs a logical implication on two expressions. @@ -64,4 +64,4 @@ - \ No newline at end of file + diff --git a/source/text/sbasic/shared/03060400.xhp b/source/text/sbasic/shared/03060400.xhp index aa4eea7686..195ca9a303 100644 --- a/source/text/sbasic/shared/03060400.xhp +++ b/source/text/sbasic/shared/03060400.xhp @@ -20,7 +20,7 @@ - Not-Operator [Runtime] + Not Operator [Runtime] /text/sbasic/shared/03060400.xhp @@ -34,7 +34,7 @@ -Not-Operator [Runtime] +Not Operator [Runtime] Negates an expression by inverting the bit values. @@ -63,4 +63,4 @@ - \ No newline at end of file + diff --git a/source/text/sbasic/shared/03060500.xhp b/source/text/sbasic/shared/03060500.xhp index d35a59abc0..0fb2066400 100644 --- a/source/text/sbasic/shared/03060500.xhp +++ b/source/text/sbasic/shared/03060500.xhp @@ -20,7 +20,7 @@ - Or-Operator [Runtime] + Or Operator [Runtime] /text/sbasic/shared/03060500.xhp @@ -34,7 +34,7 @@ -Or Operator [Runtime] +Or Operator [Runtime] Performs a logical OR disjunction on two expressions. @@ -64,4 +64,4 @@ - \ No newline at end of file + diff --git a/source/text/sbasic/shared/03070600.xhp b/source/text/sbasic/shared/03070600.xhp index ddb9f3f9d2..4897f2d5f8 100644 --- a/source/text/sbasic/shared/03070600.xhp +++ b/source/text/sbasic/shared/03070600.xhp @@ -20,7 +20,7 @@ - Mod-Operator [Runtime] + Mod Operator [Runtime] /text/sbasic/shared/03070600.xhp @@ -34,7 +34,7 @@ -Mod Operator [Runtime] +Mod Operator [Runtime] Returns the integer remainder of a division. @@ -63,4 +63,4 @@ - \ No newline at end of file + diff --git a/source/text/sbasic/shared/03090203.xhp b/source/text/sbasic/shared/03090203.xhp index fb28324147..41fed6d2d6 100644 --- a/source/text/sbasic/shared/03090203.xhp +++ b/source/text/sbasic/shared/03090203.xhp @@ -21,7 +21,7 @@ -While...Wend Statement[Runtime] +While...Wend Statement [Runtime] /text/sbasic/shared/03090203.xhp @@ -31,7 +31,7 @@
- While;While...Wend loopWhile...Wend Statement[Runtime] + While;While...Wend loopWhile...Wend Statement [Runtime] When a program encounters a While statement, it tests the condition. If the condition is False, the program continues directly following the Wend statement. If the condition is True, the loop is executed until the program finds Wend and then jumps back to the While statement. If the condition is still True, the loop is executed again.
Unlike the Do...Loop statement, you cannot cancel a While...Wend loop with Exit. Never exit a While...Wend loop with GoTo, since this can cause a run-time error. diff --git a/source/text/sbasic/shared/03103350.xhp b/source/text/sbasic/shared/03103350.xhp index cc47ba6284..45ffb6cf2f 100644 --- a/source/text/sbasic/shared/03103350.xhp +++ b/source/text/sbasic/shared/03103350.xhp @@ -37,7 +37,7 @@ -Option VBASupport Statement [Runtime] +Option VBASupport Statement [Runtime] Specifies that %PRODUCTNAME Basic will support some VBA statements, functions and objects. The support for VBA is not complete, but covers a large portion of the common usage patterns. @@ -68,4 +68,4 @@ -
\ No newline at end of file + diff --git a/source/text/sbasic/shared/03103600.xhp b/source/text/sbasic/shared/03103600.xhp index bb1da9b399..94231784da 100644 --- a/source/text/sbasic/shared/03103600.xhp +++ b/source/text/sbasic/shared/03103600.xhp @@ -35,7 +35,7 @@ -TypeName Function; VarType Function[Runtime] +TypeName Function; VarType Function [Runtime] Returns a string (TypeName) or a numeric value (VarType) that contains information for a variable. @@ -261,4 +261,4 @@ - \ No newline at end of file + diff --git a/source/text/sbasic/shared/03103700.xhp b/source/text/sbasic/shared/03103700.xhp index 367c58249b..e004fdbc4b 100644 --- a/source/text/sbasic/shared/03103700.xhp +++ b/source/text/sbasic/shared/03103700.xhp @@ -35,7 +35,7 @@ -Set Statement[Runtime] +Set Statement [Runtime] Sets an object reference on a variable or a Property. @@ -59,4 +59,4 @@ - \ No newline at end of file + diff --git a/source/text/sbasic/shared/03104000.xhp b/source/text/sbasic/shared/03104000.xhp index e250cbdb82..fd8699a5b6 100644 --- a/source/text/sbasic/shared/03104000.xhp +++ b/source/text/sbasic/shared/03104000.xhp @@ -32,7 +32,7 @@
IsMissing function -IsMissing function [Runtime] +IsMissing Function [Runtime] Tests if a function is called with an optional parameter.
See also: Optional -- cgit