diff options
author | Eike Rathke <erack@redhat.com> | 2016-08-03 17:08:13 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-08-03 17:08:36 +0200 |
commit | dbbab7b1b0c2c1c43cc52b620212fb29c7b99bff (patch) | |
tree | e50c036cd19b53fe5474fe994c02054e2cfd8341 /formula | |
parent | 3bc16f4a476f22935bd128cef797fb2d69758294 (diff) |
UI rename DURATION to PDURATION, DURATION_ADD to DURATION, tdf#50488 related
Change-Id: I7ba783b59a711fc9c9d6bbe68dcf8c3c1a0d409d
Diffstat (limited to 'formula')
-rw-r--r-- | formula/source/core/resource/core_resource.src | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src index d8cd84f629a9..d130204c1156 100644 --- a/formula/source/core/resource/core_resource.src +++ b/formula/source/core/resource/core_resource.src @@ -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_PDURATION { Text = "DURATION" ; }; + String SC_OPCODE_PDURATION { Text = "DURATION" ; }; // wrong but ODF1.1, keep it. 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_PDURATION { Text = "DURATION" ; }; + String SC_OPCODE_PDURATION { Text = "DURATION" ; }; /* TODO: wrong but API, change? */ 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_PDURATION { Text = "DURATION" ; }; + String SC_OPCODE_PDURATION { Text = "PDURATION" ; }; String SC_OPCODE_SLN { Text = "SLN" ; }; String SC_OPCODE_PMT { Text = "PMT" ; }; String SC_OPCODE_COLUMNS { Text = "COLUMNS" ; }; @@ -2969,7 +2969,7 @@ Resource RID_STRLIST_FUNCTION_NAMES }; String SC_OPCODE_PDURATION { - Text [ en-US ] = "DURATION" ; + Text [ en-US ] = "PDURATION" ; }; String SC_OPCODE_SLN { |