Kaydet (Commit) fb59df3a authored tarafından Eike Rathke's avatar Eike Rathke

there's no default ScMatrixMode enum other than the known ones

... and if there was one not handled let the compiler complain.

Change-Id: Ibe3a2a913edfbfbba30a83a8d985d5509853ff6d
üst d8d69973
...@@ -1689,8 +1689,6 @@ ScChangeActionContentCellType ScChangeActionContent::GetContentCellType( const S ...@@ -1689,8 +1689,6 @@ ScChangeActionContentCellType ScChangeActionContent::GetContentCellType( const S
return SC_CACCT_MATORG; return SC_CACCT_MATORG;
case MM_REFERENCE : case MM_REFERENCE :
return SC_CACCT_MATREF; return SC_CACCT_MATREF;
default:
;
} }
return SC_CACCT_NORMAL; return SC_CACCT_NORMAL;
} }
......
...@@ -1003,8 +1003,6 @@ void ScDocShell::MergeDocument( ScDocument& rOtherDoc, bool bShared, bool bCheck ...@@ -1003,8 +1003,6 @@ void ScDocShell::MergeDocument( ScDocument& rOtherDoc, bool bShared, bool bCheck
break; break;
case MM_REFERENCE : // do nothing case MM_REFERENCE : // do nothing
break; break;
default:
OSL_FAIL( "MergeDocument: unknown MatrixFlag" );
} }
} }
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