Kaydet (Commit) 28474dcd authored tarafından Caolán McNamara's avatar Caolán McNamara

remove debugging spew

Change-Id: I8652e7fb41bce932afa418cedfab308f03379040
üst 726430db
......@@ -1257,8 +1257,6 @@ bool SwTxtNode::InsertHint( SwTxtAttr * const pAttr, const SetAttrMode nMode )
OSL_ENSURE( pAttr && pAttr->GetStart() <= Len(), "StartIdx out of bounds!" );
OSL_ENSURE( !pAttr->GetEnd() || (*pAttr->GetEnd() <= Len()),
"EndIdx out of bounds!" );
if (pAttr->GetEnd() && (*pAttr->GetEnd() > Len()))
fprintf(stderr, "debug here\n");
// translate from SetAttrMode to InsertMode (for hints with CH_TXTATR)
const enum IDocumentContentOperations::InsertFlags nInsertFlags =
......
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