summaryrefslogtreecommitdiffstats
path: root/formula
diff options
context:
space:
mode:
authorEike Rathke [er] <eike.rathke@oracle.com>2011-03-10 13:09:38 +0100
committerEike Rathke [er] <eike.rathke@oracle.com>2011-03-10 13:09:38 +0100
commit8575dc4a545812b80c20d01c3c3e35f1eb9f2123 (patch)
tree2135d61563ef2b7109e38985e74d43e2f1e412ab /formula
parentdr78: rebase to DEV300_m101 (diff)
downloadcore-8575dc4a545812b80c20d01c3c3e35f1eb9f2123.tar.gz
core-8575dc4a545812b80c20d01c3c3e35f1eb9f2123.zip
dr78: #i111413# removed all translation relevant strings from SEC, CSC, SECH and CSCH.
As CWS dr78 didn't make it before translation freeze, string changes would pollute translation data. The core feature is still available, documents containing the functions can be loaded and saved, but the UI function names are non-translatable English names and function wizard resource is not available. TODO: undo this change for the next release.
Diffstat (limited to 'formula')
-rw-r--r--formula/source/core/resource/core_resource.src8
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 f7cd137d08a5..b8a5f1250941 100644
--- a/formula/source/core/resource/core_resource.src
+++ b/formula/source/core/resource/core_resource.src
@@ -840,19 +840,19 @@ Resource RID_STRLIST_FUNCTION_NAMES
};
String SC_OPCODE_COSECANT
{
- Text [ en-US ] = "CSC" ;
+ Text = "CSC" ;
};
String SC_OPCODE_SECANT
{
- Text [ en-US ] = "SEC" ;
+ Text = "SEC" ;
};
String SC_OPCODE_COSECANT_HYP
{
- Text [ en-US ] = "CSCH" ;
+ Text = "CSCH" ;
};
String SC_OPCODE_SECANT_HYP
{
- Text [ en-US ] = "SECH" ;
+ Text = "SECH" ;
};
String SC_OPCODE_EXP
{