mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Typo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25476 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b8f7bc90c6
commit
341e4480df
@ -140,7 +140,7 @@ pasteSelectionHelper(Cursor & cur, ParagraphList const & parlist,
|
||||
if (forceEmptyLayout || parLayout == defaultLayout)
|
||||
par->setLayout(emptyLayout);
|
||||
}
|
||||
} else { // check if we need to reset form empty layout
|
||||
} else { // check if we need to reset from empty layout
|
||||
Layout const & defaultLayout = newDocClass->defaultLayout();
|
||||
Layout const & emptyLayout = newDocClass->emptyLayout();
|
||||
ParagraphList::iterator const end = insertion.end();
|
||||
|
Loading…
Reference in New Issue
Block a user