Kaydet (Commit) d6cc082b authored tarafından Tamás Zolnai's avatar Tamás Zolnai Kaydeden (comit) Tamás Zolnai

Remove some unused resource strings

Change-Id: I8529aa491d37aef5e732909357ddf93372dde6d2
üst 31bc7ce0
......@@ -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
......
......@@ -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" ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment