[Libreoffice-commits] core.git: sc/source
Eike Rathke
erack at redhat.com
Wed Jul 12 20:22:31 UTC 2017
sc/source/ui/src/scfuncs.src | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
New commits:
commit b392208dde22edbcba36fe516ac114284a111728
Author: Eike Rathke <erack at redhat.com>
Date: Wed Jul 12 20:35:54 2017 +0200
Eliminate trailing blanks from descriptions and some parameter names
... where they don't belong, ie. at non-repeating parameters that don't get
numeration appended in UI.
Change-Id: I1516185978fecfbadcf2836eb60530b456c4d041
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index 6f472189a94a..82b369afacc5 100644
--- a/sc/source/ui/src/scfuncs.src
+++ b/sc/source/ui/src/scfuncs.src
@@ -774,7 +774,7 @@ StringArray SC_OPCODE_IRR+RID_SC_FUNC_DESCRIPTIONS_START
{
< "Returns the actuarial rate of interest of an investment excluding costs or profits." ; >;
< "Values" ; >;
- < "An array or reference to cells whose contents correspond to the payments. " ; >;
+ < "An array or reference to cells whose contents correspond to the payments." ; >;
< "Guess" ; >;
< "Guess. An estimated value of the rate of return to be used for the iteration calculation." ; >;
};
@@ -992,7 +992,7 @@ StringArray SC_OPCODE_CURRENT+RID_SC_FUNC_DESCRIPTIONS_START
{
ItemList [ en-US ] =
{
- < "Calculates the current value of the formula at the present location. " ; >;
+ < "Calculates the current value of the formula at the present location." ; >;
};
};
// -=*# Resource for function FALSE #*=-
@@ -1622,7 +1622,7 @@ StringArray SC_OPCODE_SUB_TOTAL+RID_SC_FUNC_DESCRIPTIONS_START
< "Calculates subtotals in a spreadsheet." ; >;
< "Function" ; >;
< "Function index. Is an index of the possible functions Total, Max, ..." ; >;
- < "range " ; >;
+ < "range" ; >;
< "The cells of the range which are to be taken into account." ; >;
};
};
@@ -4048,7 +4048,7 @@ StringArray SC_OPCODE_INDIRECT+RID_SC_FUNC_DESCRIPTIONS_START
ItemList [ en-US ] =
{
< "Returns the contents of a cell that is referenced in text form." ; >;
- < "ref " ; >;
+ < "ref" ; >;
< "The cell whose contents are to be evaluated is to be referenced in text form (e.g. \"A1\")." ; >;
< "A1" ; >;
< "The reference style: 0 or FALSE means R1C1 style, any other value or omitted means A1 style." ; >;
@@ -4156,9 +4156,9 @@ StringArray SC_OPCODE_HYPERLINK+RID_SC_FUNC_DESCRIPTIONS_START
ItemList [ en-US ] =
{
< "Hyperlink." ; >;
- < "URL " ; >;
+ < "URL" ; >;
< "URL"; >;
- < "CellText " ; >;
+ < "CellText" ; >;
< "Cell Text"; >;
};
};
@@ -4302,7 +4302,7 @@ StringArray SC_OPCODE_SWITCH_MS+RID_SC_FUNC_DESCRIPTIONS_START
< "Checks 1 or more values and returns a result corresponding to the first value equal to the given expression." ; >;
< "expression" ; >;
< "Value that will be compared against value1-valueN." ; >;
- < "value " ; >;
+ < "value" ; >;
< "Value that will be compared against expression." ; >;
< "result" ; >;
< "Value to return when corresponding value argument matches expression." ; >;
More information about the Libreoffice-commits
mailing list