mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Fix typo
This commit is contained in:
parent
499c5cfe57
commit
62a1dabcfc
@ -217,7 +217,7 @@ CursorSlice const & DocIterator::innerTextSlice() const
|
|||||||
if (slices_[i].text())
|
if (slices_[i].text())
|
||||||
return slices_[i];
|
return slices_[i];
|
||||||
|
|
||||||
// This case is in principe not possible. We _must_
|
// This case is in principle not possible. We _must_
|
||||||
// be inside a Text.
|
// be inside a Text.
|
||||||
LBUFERR(false);
|
LBUFERR(false);
|
||||||
// Squash warning
|
// Squash warning
|
||||||
|
Loading…
Reference in New Issue
Block a user