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

drop unnecessary {}

Change-Id: I5fce2b580dd2424f80c802c513ac229988212c58
(cherry picked from commit 7327a845)
üst bd334ecf
...@@ -57,7 +57,6 @@ bool MWAWCalcImportFilter::doDetectFormat(librevenge::RVNGInputStream &rInput, O ...@@ -57,7 +57,6 @@ bool MWAWCalcImportFilter::doDetectFormat(librevenge::RVNGInputStream &rInput, O
switch (docKind) switch (docKind)
{ {
case MWAWDocument::MWAW_K_DATABASE: case MWAWDocument::MWAW_K_DATABASE:
{
switch (docType) switch (docType)
{ {
case MWAWDocument::MWAW_T_CLARISWORKS: case MWAWDocument::MWAW_T_CLARISWORKS:
...@@ -71,9 +70,7 @@ bool MWAWCalcImportFilter::doDetectFormat(librevenge::RVNGInputStream &rInput, O ...@@ -71,9 +70,7 @@ bool MWAWCalcImportFilter::doDetectFormat(librevenge::RVNGInputStream &rInput, O
break; break;
} }
break; break;
}
case MWAWDocument::MWAW_K_SPREADSHEET: case MWAWDocument::MWAW_K_SPREADSHEET:
{
switch (docType) switch (docType)
{ {
case MWAWDocument::MWAW_T_CLARISRESOLVE: case MWAWDocument::MWAW_T_CLARISRESOLVE:
...@@ -90,7 +87,6 @@ bool MWAWCalcImportFilter::doDetectFormat(librevenge::RVNGInputStream &rInput, O ...@@ -90,7 +87,6 @@ bool MWAWCalcImportFilter::doDetectFormat(librevenge::RVNGInputStream &rInput, O
break; break;
} }
break; break;
}
default: default:
break; 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