summaryrefslogtreecommitdiff
path: root/scaddins/source/pricing/pricing.src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-06-10 21:48:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-06-11 14:40:07 +0200
commitccd22d24e6271272e1f5acfd207671bd1cc78fb9 (patch)
tree05b0b38f53c35a61f7afe99355c4bcd59763067c /scaddins/source/pricing/pricing.src
parent27a8afdf93a86ec18f794362ac8329d0b5eb8a1f (diff)
move unlocalized pricing strings into source
and each string array is always 1 string in length, so simplify a little based on that Change-Id: I822dbe884608a935ff2cf86c059c558ee9ad4d4b Reviewed-on: https://gerrit.libreoffice.org/38644 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'scaddins/source/pricing/pricing.src')
-rw-r--r--scaddins/source/pricing/pricing.src37
1 files changed, 0 insertions, 37 deletions
diff --git a/scaddins/source/pricing/pricing.src b/scaddins/source/pricing/pricing.src
index 414ada843122..d1ed46a08898 100644
--- a/scaddins/source/pricing/pricing.src
+++ b/scaddins/source/pricing/pricing.src
@@ -150,41 +150,4 @@ String PRICING_FUNCNAME_OptProbInMoney
Text [ en-US ] = "OPT_PROB_INMONEY";
};
-// These were originally meant to be able to load Excel documents that for
-// some time were stored with localized function names.
-// This is not relevant to this add-in, so we only supply the same
-// (English) function names again.
-// see also: GetExcelName() or GetCompNames() or getCompatibilityNames()
-StringArray PRICING_DEFFUNCNAME_OptBarrier
-{
- ItemList =
- {
- < "OPT_BARRIER"; >;
- };
-};
-
-StringArray PRICING_DEFFUNCNAME_OptTouch
-{
- ItemList =
- {
- < "OPT_TOUCH"; >;
- };
-};
-
-StringArray PRICING_DEFFUNCNAME_OptProbHit
-{
- ItemList =
- {
- < "OPT_PROB_HIT"; >;
- };
-};
-
-StringArray PRICING_DEFFUNCNAME_OptProbInMoney
-{
- ItemList =
- {
- < "OPT_PROB_INMONEY"; >;
- };
-};
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */