]> git.lyx.org Git - lyx.git/blobdiff - src/factory.cpp
Prepare for InsetTableCell.
[lyx.git] / src / factory.cpp
index 8e562bb75944ea5912f33fab750f3bc06ad5cbbd..f259883615c4235e50bbfe57852974f65e6e4929 100644 (file)
@@ -348,6 +348,8 @@ Inset * createInsetHelper(Buffer & buf, FuncRequest const & cmd)
                                isp.kind = InsetSpaceParams::NEGTHIN;
                        else if (name == "hfill")
                                isp.kind = InsetSpaceParams::HFILL;
+                       else if (name == "hfill*")
+                               isp.kind = InsetSpaceParams::HFILL_PROTECTED;
                        else if (name == "dotfill")
                                isp.kind = InsetSpaceParams::DOTFILL;
                        else if (name == "hrulefill")