[Libreoffice-commits] help.git: source/text

Eike Rathke erack at redhat.com
Tue Nov 14 19:02:53 UTC 2017


 source/text/scalc/01/04060118.xhp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 008c845819cd34a02fba16ee89c784d02d6740fa
Author: Eike Rathke <erack at redhat.com>
Date:   Tue Nov 14 19:59:10 2017 +0100

    Related: tdf#113768 VDB change Type parameter opposite to NoSwitch
    
    Change-Id: I9a603cb70f5922c83482da55fa797441bffab93c

diff --git a/source/text/scalc/01/04060118.xhp b/source/text/scalc/01/04060118.xhp
index 14181ccbb..0ecb0f41b 100644
--- a/source/text/scalc/01/04060118.xhp
+++ b/source/text/scalc/01/04060118.xhp
@@ -145,14 +145,14 @@
 <paragraph id="par_id3154636" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_VDB">Returns the depreciation of an asset for a specified or partial period using a variable declining balance method.</ahelp></paragraph>
 
 <paragraph id="hd_id3155519" role="heading" level="3" xml-lang="en-US">Syntax</paragraph>
-<paragraph id="par_id3149025" role="code" xml-lang="en-US">VDB(Cost; Salvage; Life; S; End; Factor; Type)</paragraph>
+<paragraph id="par_id3149025" role="code" xml-lang="en-US">VDB(Cost; Salvage; Life; S; End; Factor; NoSwitch)</paragraph>
 <paragraph id="par_id3150692" role="paragraph" xml-lang="en-US"><emph>Cost</emph> is the initial value of an asset.</paragraph>
 <paragraph id="par_id3155369" role="paragraph" xml-lang="en-US"><emph>Salvage</emph> is the value of an asset at the end of the depreciation.</paragraph>
 <paragraph id="par_id3154954" role="paragraph" xml-lang="en-US"><emph>Life</emph> is the depreciation duration of the asset.</paragraph>
 <paragraph id="par_id3152817" role="paragraph" xml-lang="en-US"><emph>S</emph> is the start of the depreciation. A must be entered in the same date unit as the duration.</paragraph>
 <paragraph id="par_id3153221" role="paragraph" xml-lang="en-US"><emph>End</emph> is the end of the depreciation.</paragraph>
 <paragraph id="par_id3147536" role="paragraph" xml-lang="en-US"><emph>Factor</emph> (optional) is the depreciation factor. Factor = 2 is double rate depreciation.</paragraph>
-<paragraph id="par_id3154865" role="paragraph" xml-lang="en-US"><emph>Type </emph>is an optional parameter. Type = 1 means a switch to linear depreciation. In Type = 0 no switch is made.</paragraph>
+<paragraph id="par_id3154865" role="paragraph" xml-lang="en-US"><emph>NoSwitch</emph>is an optional parameter. NoSwitch = 0 (default) means a switch to linear depreciation. In NoSwitch = 1 no switch is made.</paragraph>
 <paragraph id="par_idN10A0D" role="paragraph" localize="false" xml-lang="en-US"><embedvar href="text/scalc/00/00000004.xhp#optional"/></paragraph>
 
 <paragraph id="hd_id3148429" role="heading" level="3" xml-lang="en-US">Example</paragraph>


More information about the Libreoffice-commits mailing list