diff options
author | Eike Rathke <erack@redhat.com> | 2016-08-03 16:38:24 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-08-03 16:39:41 +0200 |
commit | 3bc16f4a476f22935bd128cef797fb2d69758294 (patch) | |
tree | ea5e832d3d7f9cf3538d09edd4ff64a3a67e47e3 /formula | |
parent | 571866eaba914742a48938abb6c8495e97868bf1 (diff) |
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
Diffstat (limited to 'formula')
-rw-r--r-- | formula/source/core/resource/core_resource.src | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src index 1cb0f357c059..d8cd84f629a9 100644 --- a/formula/source/core/resource/core_resource.src +++ b/formula/source/core/resource/core_resource.src @@ -226,7 +226,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF String SC_OPCODE_DDB { Text = "DDB" ; }; String SC_OPCODE_DB { Text = "DB" ; }; String SC_OPCODE_VBD { Text = "VDB" ; }; - String SC_OPCODE_DURATION { Text = "PDURATION" ; }; + String SC_OPCODE_PDURATION { Text = "PDURATION" ; }; String SC_OPCODE_SLN { Text = "SLN" ; }; String SC_OPCODE_PMT { Text = "PMT" ; }; String SC_OPCODE_COLUMNS { Text = "COLUMNS" ; }; @@ -664,7 +664,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML String SC_OPCODE_DDB { Text = "DDB" ; }; String SC_OPCODE_DB { Text = "DB" ; }; String SC_OPCODE_VBD { Text = "VDB" ; }; - String SC_OPCODE_DURATION { Text = "_xlfn.PDURATION" ; }; + String SC_OPCODE_PDURATION { Text = "_xlfn.PDURATION" ; }; String SC_OPCODE_SLN { Text = "SLN" ; }; String SC_OPCODE_PMT { Text = "PMT" ; }; String SC_OPCODE_COLUMNS { Text = "COLUMNS" ; }; @@ -1106,7 +1106,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_PODF String SC_OPCODE_DDB { Text = "DDB" ; }; String SC_OPCODE_DB { Text = "DB" ; }; String SC_OPCODE_VBD { Text = "VDB" ; }; - String SC_OPCODE_DURATION { Text = "DURATION" ; }; + String SC_OPCODE_PDURATION { Text = "DURATION" ; }; String SC_OPCODE_SLN { Text = "SLN" ; }; String SC_OPCODE_PMT { Text = "PMT" ; }; String SC_OPCODE_COLUMNS { Text = "COLUMNS" ; }; @@ -1548,7 +1548,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_API String SC_OPCODE_DDB { Text = "DDB" ; }; String SC_OPCODE_DB { Text = "DB" ; }; String SC_OPCODE_VBD { Text = "VDB" ; }; - String SC_OPCODE_DURATION { Text = "DURATION" ; }; + String SC_OPCODE_PDURATION { Text = "DURATION" ; }; String SC_OPCODE_SLN { Text = "SLN" ; }; String SC_OPCODE_PMT { Text = "PMT" ; }; String SC_OPCODE_COLUMNS { Text = "COLUMNS" ; }; @@ -1989,7 +1989,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH String SC_OPCODE_DDB { Text = "DDB" ; }; String SC_OPCODE_DB { Text = "DB" ; }; String SC_OPCODE_VBD { Text = "VDB" ; }; - String SC_OPCODE_DURATION { Text = "DURATION" ; }; + String SC_OPCODE_PDURATION { Text = "DURATION" ; }; String SC_OPCODE_SLN { Text = "SLN" ; }; String SC_OPCODE_PMT { Text = "PMT" ; }; String SC_OPCODE_COLUMNS { Text = "COLUMNS" ; }; @@ -2967,7 +2967,7 @@ Resource RID_STRLIST_FUNCTION_NAMES { Text [ en-US ] = "VDB" ; }; - String SC_OPCODE_DURATION + String SC_OPCODE_PDURATION { Text [ en-US ] = "DURATION" ; }; |