Kaydet (Commit) 67d6de5c authored tarafından Markus Mohrhard's avatar Markus Mohrhard

second try to prevent warning

üst d7e77d2c
...@@ -73,9 +73,12 @@ const int indeterminate = 2; ...@@ -73,9 +73,12 @@ const int indeterminate = 2;
namespace { namespace {
struct {
struct FileFormats {
const char* pName; const char* pFilterName; const char* pTypeName; sal_uLong nFormatType; const char* pName; const char* pFilterName; const char* pTypeName; sal_uLong nFormatType;
} aFileFormats[] = { };
FileFormats aFileFormats[] = {
{ "ods" , "calc8", "", ODS_FORMAT_TYPE }, { "ods" , "calc8", "", ODS_FORMAT_TYPE },
{ "xls" , "MS Excel 97", "calc_MS_EXCEL_97", XLS_FORMAT_TYPE }, { "xls" , "MS Excel 97", "calc_MS_EXCEL_97", XLS_FORMAT_TYPE },
{ "xlsx", "Calc MS Excel 2007 XML" , "MS Excel 2007 XML", XLSX_FORMAT_TYPE } { "xlsx", "Calc MS Excel 2007 XML" , "MS Excel 2007 XML", XLSX_FORMAT_TYPE }
......
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