Kaydet (Commit) bd334ecf authored tarafından David Tardon's avatar David Tardon

add missing breaks

Change-Id: I5071948d523bc8bd327cd66ee785e9bc2c173054
(cherry picked from commit ddf3701a)
üst 32cd9f3c
......@@ -70,6 +70,7 @@ bool MWAWCalcImportFilter::doDetectFormat(librevenge::RVNGInputStream &rInput, O
rTypeName = "MWAW_Database";
break;
}
break;
}
case MWAWDocument::MWAW_K_SPREADSHEET:
{
......@@ -88,6 +89,7 @@ bool MWAWCalcImportFilter::doDetectFormat(librevenge::RVNGInputStream &rInput, O
rTypeName = "MWAW_Spreadsheet";
break;
}
break;
}
default:
break;
......
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