]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.C
This is the ParagraphIndent stuff compatibility. All of it only the GUI for
[lyx.git] / src / LaTeXFeatures.C
index c8e8b14f1568c0bd0a35249108e37a18dbfb96b2..8af355106ca04121f04098f32de5b3189c6a0087 100644 (file)
@@ -303,8 +303,8 @@ string const LaTeXFeatures::getMacros() const
        // other
        if (isRequired("NeedLyXMinipageIndent"))
                macros << minipageindent_def;
-       if (isRequired("ParagraphIndent"))
-               macros << paragraphindent_def;
+       if (isRequired("ParagraphLeftIndent"))
+               macros << paragraphleftindent_def;
        if (isRequired("NeedLyXFootnoteCode"))
                macros << floatingfootnote_def;