diff options
author | Tamás Zolnai <zolnaitamas2000@gmail.com> | 2016-11-03 11:32:25 +0100 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2016-11-20 00:12:44 +0100 |
commit | d6cc082b2ca129ea79ab336b45efdfed12123a82 (patch) | |
tree | e819231cd69e7b810ee9ca95c222cbab8b459bde /sc | |
parent | 31bc7ce07ac8e6d0c0ad4c9bbf9e41a2b79f17b4 (diff) |
Remove some unused resource strings
Change-Id: I8529aa491d37aef5e732909357ddf93372dde6d2
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/globstr.hrc | 11 | ||||
-rw-r--r-- | sc/source/ui/src/globstr.src | 44 |
2 files changed, 0 insertions, 55 deletions
diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc index 9c94a7ca728c..5833436788c2 100644 --- a/sc/inc/globstr.hrc +++ b/sc/inc/globstr.hrc @@ -106,17 +106,6 @@ #define STR_BOX_YNI 66 #define STR_NO_REF_TABLE 67 -#define STR_PIVOTFUNC_SUM 68 // pivot.cxx -#define STR_PIVOTFUNC_COUNT 69 -#define STR_PIVOTFUNC_AVG 70 -#define STR_PIVOTFUNC_MAX 71 -#define STR_PIVOTFUNC_MIN 72 -#define STR_PIVOTFUNC_PROD 73 -#define STR_PIVOTFUNC_COUNT2 74 -#define STR_PIVOTFUNC_STDDEV 75 -#define STR_PIVOTFUNC_STDDEV2 76 -#define STR_PIVOTFUNC_VAR 77 -#define STR_PIVOTFUNC_VAR2 78 #define STR_PIVOT_TOTAL 79 #define STR_PIVOT_DATA 80 diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src index 27ef03651667..241254b0b1ee 100644 --- a/sc/source/ui/src/globstr.src +++ b/sc/source/ui/src/globstr.src @@ -533,50 +533,6 @@ Resource RID_GLOBSTR { Text [ en-US ] = "Group" ; }; - String STR_PIVOTFUNC_SUM - { - Text [ en-US ] = "SUM" ; - }; - String STR_PIVOTFUNC_COUNT - { - Text [ en-US ] = "COUNT" ; - }; - String STR_PIVOTFUNC_AVG - { - Text [ en-US ] = "AVERAGE" ; - }; - String STR_PIVOTFUNC_MAX - { - Text [ en-US ] = "MAX" ; - }; - String STR_PIVOTFUNC_MIN - { - Text [ en-US ] = "MIN" ; - }; - String STR_PIVOTFUNC_PROD - { - Text [ en-US ] = "PRODUCT" ; - }; - String STR_PIVOTFUNC_COUNT2 - { - Text [ en-US ] = "COUNTA" ; - }; - String STR_PIVOTFUNC_STDDEV - { - Text [ en-US ] = "STDEV" ; - }; - String STR_PIVOTFUNC_STDDEV2 - { - Text [ en-US ] = "STDEVP" ; - }; - String STR_PIVOTFUNC_VAR - { - Text [ en-US ] = "VAR" ; - }; - String STR_PIVOTFUNC_VAR2 - { - Text [ en-US ] = "VARP" ; - }; String STR_TABLE { Text [ en-US ] = "Sheet" ; |