diff options
author | Winfried Donkers <winfrieddonkers@libreoffice.org> | 2017-11-12 11:47:11 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-11-13 18:28:10 +0100 |
commit | 76c2e3efe751d42f7b352bebdddfe33bd37d9e06 (patch) | |
tree | 005fa1bb103ccf71a47d20f707998e305375ed33 /sc/inc/scfuncs.hrc | |
parent | 3dee7948c732faf488846d4d3d1237e89afde28c (diff) |
tdf#113768 Fix opposite argument description for Calc function VDB.
Also, use self-explaining variable name for argument NoSwitch.
Added use of argument NoSwitch to unit test document.
Change-Id: I801d4dbd489898b28543e0eb46f74717671ea03a
Reviewed-on: https://gerrit.libreoffice.org/44647
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/inc/scfuncs.hrc')
-rw-r--r-- | sc/inc/scfuncs.hrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/scfuncs.hrc b/sc/inc/scfuncs.hrc index 30103bbf961c..0d3999899ee8 100644 --- a/sc/inc/scfuncs.hrc +++ b/sc/inc/scfuncs.hrc @@ -624,8 +624,8 @@ const char* SC_OPCODE_VBD_ARY[] = NC_("SC_OPCODE_VBD", "End. The last period of the depreciation using the same time unit as for the useful life."), NC_("SC_OPCODE_VBD", "Factor"), NC_("SC_OPCODE_VBD", "Factor. The factor for the reduction of the depreciation. Factor = 2 denotes double rate depreciation."), - NC_("SC_OPCODE_VBD", "Type"), - NC_("SC_OPCODE_VBD", "Do not alter. Type = 1 denotes switch to linear depreciation, type = 0 do not switch.") + NC_("SC_OPCODE_VBD", "NoSwitch"), + NC_("SC_OPCODE_VBD", "NoSwitch = 0 denotes switch to linear depreciation, NoSwitch = 1 do not switch.") }; // -=*# Resource for function EFFECT #*=- |