Kaydet (Commit) 6c53dff3 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bypass for now an OSL_ENSURE that doesn't compile

Change-Id: I8f6a74251cea70e7fd100e1ab233cf0033de4e50
üst f61aa0df
......@@ -145,9 +145,11 @@ void ScColumnTextWidthIterator::init(SCROW nStartRow, SCROW nEndRow)
void ScColumnTextWidthIterator::getDataIterators(size_t nOffsetInBlock)
{
OSL_ENSURE(miBlockCur != miBlockEnd, "block is at end position");
#if 0
// Does not compile
OSL_ENSURE(miBlockCur->type == sc::custom_celltextattr_block,
"wrong block type - unsigned short block expected.");
#endif
miDataCur = sc::custom_celltextattr_block::begin(*miBlockCur->data);
miDataEnd = sc::custom_celltextattr_block::end(*miBlockCur->data);
......
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