From eb9ec1c794a0d3b8522375c7a87ac3ee999c8a66 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Date: Tue, 9 May 2017 16:11:32 +0200 Subject: remove obsolete oldref attribute (removes one context line in pot) also remove obsolete l10n attribute (doesn't affect translations/pot) Change-Id: I809866ea7b16cb1cacad9efacb6fdeebae38ea9f --- source/text/sbasic/shared/03100050.xhp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'source/text/sbasic/shared/03100050.xhp') diff --git a/source/text/sbasic/shared/03100050.xhp b/source/text/sbasic/shared/03100050.xhp index 9e2b0f8f39..0a9ae96750 100644 --- a/source/text/sbasic/shared/03100050.xhp +++ b/source/text/sbasic/shared/03100050.xhp @@ -32,17 +32,17 @@ <section id="ccur"> <bookmark xml-lang="en-US" branch="index" id="bm_id8926053"><bookmark_value>CCur function</bookmark_value> </bookmark> -<paragraph role="heading" id="par_idN10541" xml-lang="en-US" level="1" l10n="NEW"><link href="text/sbasic/shared/03100050.xhp">CCur Function [Runtime]</link></paragraph> -<paragraph role="paragraph" id="par_idN10545" xml-lang="en-US" l10n="NEW">Converts a string expression or numeric expression to a currency expression. The locale settings are used for decimal separators and currency symbols.</paragraph> +<paragraph role="heading" id="par_idN10541" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03100050.xhp">CCur Function [Runtime]</link></paragraph> +<paragraph role="paragraph" id="par_idN10545" xml-lang="en-US">Converts a string expression or numeric expression to a currency expression. The locale settings are used for decimal separators and currency symbols.</paragraph> </section> -<paragraph role="heading" id="par_idN10548" xml-lang="en-US" level="2" l10n="NEW">Syntax:</paragraph> +<paragraph role="heading" id="par_idN10548" xml-lang="en-US" level="2">Syntax:</paragraph> <bascode> <paragraph role="bascode" id="par_idN105E8" xml-lang="en-US">CCur(Expression)</paragraph> </bascode> -<paragraph role="heading" id="par_idN105EB" xml-lang="en-US" level="2" l10n="NEW">Return value:</paragraph> -<paragraph role="paragraph" id="par_idN105EF" xml-lang="en-US" l10n="NEW">Currency</paragraph> -<paragraph role="heading" id="par_idN105F2" xml-lang="en-US" level="2" l10n="NEW">Parameter:</paragraph> -<paragraph role="paragraph" id="par_idN105F6" xml-lang="en-US" l10n="NEW">Expression: Any string or numeric expression that you want to convert.</paragraph> +<paragraph role="heading" id="par_idN105EB" xml-lang="en-US" level="2">Return value:</paragraph> +<paragraph role="paragraph" id="par_idN105EF" xml-lang="en-US">Currency</paragraph> +<paragraph role="heading" id="par_idN105F2" xml-lang="en-US" level="2">Parameter:</paragraph> +<paragraph role="paragraph" id="par_idN105F6" xml-lang="en-US">Expression: Any string or numeric expression that you want to convert.</paragraph> </body> </helpdocument> -- cgit