mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Just whitespace and a comment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38485 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
40a6f9644f
commit
5f1d31bf16
@ -37,7 +37,7 @@ void lyxbreaker(void const * data, const char * hint, int size)
|
||||
{
|
||||
LYXERR0("break on pointer: " << data << " hint: " << hint
|
||||
<< " size: " << size);
|
||||
LASSERT(false, return);
|
||||
LASSERT(false, return);
|
||||
}
|
||||
|
||||
|
||||
|
@ -401,6 +401,7 @@ bool TextMetrics::redoParagraph(pit_type const pit)
|
||||
InsetList::const_iterator ii = par.insetList().begin();
|
||||
InsetList::const_iterator iend = par.insetList().end();
|
||||
for (; ii != iend; ++ii) {
|
||||
// FIXME Doesn't this HAVE to be non-empty?
|
||||
// position already initialized?
|
||||
if (!parPos.empty()) {
|
||||
parPos.pos() = ii->pos;
|
||||
|
@ -522,7 +522,7 @@ InsetTableCell splitCell(InsetTableCell & head, docstring const align_d, bool &
|
||||
|
||||
DocIterator dit = doc_iterator_begin(&head.buffer(), &head);
|
||||
for (; dit; dit.forwardChar())
|
||||
if (dit.inTexted() && dit.depth()==1
|
||||
if (dit.inTexted() && dit.depth() == 1
|
||||
&& dit.paragraph().find(align_d, false, false, dit.pos()))
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user