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

add a SAL_WARN() for the broken portion continuation

Or should that even be an assert() to force callers to fix things?

Change-Id: Ie0f10394376f088a7af9399ee42503fc403ca094
üst 7226ee05
......@@ -914,6 +914,7 @@ bool ImpEditEngine::CreateLines( sal_Int32 nPara, sal_uInt32 nStartPosY )
// paragraph lead to a11y attempting to format the doc to
// obtain content when notified.
nTmpPortion = nTextPortions - 1;
SAL_WARN("editeng","ImpEditEngine::CreateLines - continuation of a broken portion");
}
nPortionStart = nTmpPos;
......
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