From 341e4480df5d12f69d83d1a0fc8d1c1232954689 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Mon, 7 Jul 2008 15:41:36 +0000 Subject: [PATCH] Typo. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25476 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/CutAndPaste.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CutAndPaste.cpp b/src/CutAndPaste.cpp index 9a89cf5b59..761a107b6a 100644 --- a/src/CutAndPaste.cpp +++ b/src/CutAndPaste.cpp @@ -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(); -- 2.39.2