From 3bc16f4a476f22935bd128cef797fb2d69758294 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Wed, 3 Aug 2016 16:38:24 +0200 Subject: rename ocDuration to ocPDuration and related ... to clarify that these belong to PDURATION (currently DURATION in UI) instead of DURATION (currently DURATION_ADD in UI). The confusing UI name situation will be resolved separately. Change-Id: I09a7bc8437be1c4c9e72f94e61c877111fb48806 --- sc/source/ui/src/scfuncs.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc/source/ui/src') diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src index d5a2394691e6..af30bb5967ff 100644 --- a/sc/source/ui/src/scfuncs.src +++ b/sc/source/ui/src/scfuncs.src @@ -2297,8 +2297,8 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS1 Text [ en-US ] = "Amount of the investment."; }; }; - // -=*# Resource for function DURATION #*=- - Resource SC_OPCODE_DURATION + // -=*# Resource for function PDURATION #*=- + Resource SC_OPCODE_PDURATION { String 1 // Description { -- cgit