X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffactory.cpp;h=f259883615c4235e50bbfe57852974f65e6e4929;hb=e995e8556bd670c7183bab7e105073a5f4ccfbc0;hp=8e562bb75944ea5912f33fab750f3bc06ad5cbbd;hpb=f2e8cd3cd990d1314de41e409e93095059546fe7;p=lyx.git diff --git a/src/factory.cpp b/src/factory.cpp index 8e562bb759..f259883615 100644 --- a/src/factory.cpp +++ b/src/factory.cpp @@ -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")