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

Turn SAL_WARN into assert

... as it indicates a programming error.

Change-Id: I526846fe695fc7ed28336ea20cdba0c0db2e922a
üst 7903fa04
...@@ -1419,7 +1419,7 @@ void ScTable::GetNextPos( SCCOL& rCol, SCROW& rRow, SCCOL nMovX, SCROW nMovY, ...@@ -1419,7 +1419,7 @@ void ScTable::GetNextPos( SCCOL& rCol, SCROW& rRow, SCCOL nMovX, SCROW nMovY,
} }
else else
{ {
SAL_WARN("sc.core","ScTable::GetNextPos - bMarked but not marked"); assert(!"ScTable::GetNextPos - bMarked but not marked");
nStartCol = 0; nStartCol = 0;
nStartRow = 0; nStartRow = 0;
nEndCol = MAXCOL; nEndCol = MAXCOL;
......
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