summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-11-30 19:20:59 +0100
committerEike Rathke <erack@redhat.com>2016-11-30 19:24:27 +0100
commit48aa8dfa6067d211aef4ed2d10a9233300dc1fbc (patch)
tree5ea896f3a9065dc88d48956e0f2db2b00a2c05da /editeng
parent7226ee0586191a495f427c2adbde68b1a47d2dbc (diff)
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
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/impedit3.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/editeng/source/editeng/impedit3.cxx b/editeng/source/editeng/impedit3.cxx
index 7a9d00b73c18..2331fe1c179b 100644
--- a/editeng/source/editeng/impedit3.cxx
+++ b/editeng/source/editeng/impedit3.cxx
@@ -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;