]> git.lyx.org Git - features.git/blobdiff - src/CutAndPaste.cpp
Further cleanup of InsetFlex, InsetCollapsable and InsetLayout:
[features.git] / src / CutAndPaste.cpp
index 3692dcc873fdaef55fdf95232feee7beb3b49513..9f4114e3817db70bc0d1f0b6c5986bbdfe3e8d76 100644 (file)
@@ -448,7 +448,7 @@ void switchBetweenClasses(TextClassPtr const & c1,
                        InsetFlex & inset =
                                static_cast<InsetFlex &>(*it);
                        string const name = inset.params().name;
-                       InsetLayout const il = 
+                       InsetLayout const il = 
                                tclass2.insetlayout(from_utf8(name));
                        inset.setLayout(il);
                        if (il.labelstring == from_utf8("UNDEFINED")) {