From 7217219e9cd8dcc4b9382ab13da804948565b7db 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 (cherry picked from commit b8ee7a5bf9fba95a2bda283008a5bef5eff4131e) Reviewed-on: https://gerrit.libreoffice.org/46336 --- 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 +- source/text/scalc/01/func_countifs.xhp | 2 +- source/text/scalc/01/func_sumifs.xhp | 2 +- 11 files changed, 23 insertions(+), 23 deletions(-) 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 diff --git a/source/text/scalc/01/func_countifs.xhp b/source/text/scalc/01/func_countifs.xhp index 91ad5c679e..b0d5fabef2 100644 --- a/source/text/scalc/01/func_countifs.xhp +++ b/source/text/scalc/01/func_countifs.xhp @@ -35,7 +35,7 @@ Criterion2 – Optional. Criterion2 and all the following mean the same as Criterion1. The logical relation between criteria can be defined as logical AND (conjunction). In other words, if and only if all given criteria are met, a row or a column is taken into counting.
The Criterion needs to be a string expression, in particular, the Criterion needs to be enclosed in quotation marks ("Criterion") with the exception of the names of functions, cell references and the operator of a string concatenation (&).
-The operators equal to (=), not equal to (<>), greater than (>), greater than or equal to (>=), less than (<), and less than or equal to (<=) can be used in criterion arguments for comparison of numbers.
+The operators equal to (=), not equal to (<>), greater than (>), greater than or equal to (>=), less than (<), and less than or equal to (<=) can be used in criterion arguments for comparison of numbers.
The function can have up to 500 arguments, meaning that you can specify 250 pairs of ranges and criteria.
If a cell contains TRUE, it is treated as 1, if a cell contains FALSE – as 0 (zero).
diff --git a/source/text/scalc/01/func_sumifs.xhp b/source/text/scalc/01/func_sumifs.xhp index 749791ed47..210556e0a4 100644 --- a/source/text/scalc/01/func_sumifs.xhp +++ b/source/text/scalc/01/func_sumifs.xhp @@ -39,7 +39,7 @@ The logical relation between criteria can be defined as logical AND (conjunction). In other words, if and only if all given criteria are met, a value from the corresponding cell of the given Sum_Range is taken into calculation of the sum.
The Criterion needs to be a string expression, in particular, the Criterion needs to be enclosed in quotation marks ("Criterion") with the exception of the names of functions, cell references and the operator of a string concatenation (&).
-The operators equal to (=), not equal to (<>), greater than (>), greater than or equal to (>=), less than (<), and less than or equal to (<=) can be used in criterion arguments for comparison of numbers.
+The operators equal to (=), not equal to (<>), greater than (>), greater than or equal to (>=), less than (<), and less than or equal to (<=) can be used in criterion arguments for comparison of numbers.
The function can have up to 255 arguments, meaning that you can specify 127 criteria ranges and criteria for them.
-- cgit