]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_sty.C
get rid of MSVC warning (signed/unsigned comparison)
[lyx.git] / src / lyx_sty.C
index 9b0874948cbdee87e7af05e71b81cd692bb80613..b529c5d3601300e04b4cd53759b26d7a063b33b7 100644 (file)
@@ -78,7 +78,7 @@ string const paragraphleftindent_def =
        "\\newenvironment{LyXParagraphLeftIndent}[1]%\n"
        "{\n"
        "  \\begin{list}{}{%\n"
-       "    \\setlength\\topsep{0pt}%\n"
+       "    \\setlength{\\topsep}{0pt}%\n"
        "    \\addtolength{\\leftmargin}{#1}\n"
 // ho hum, yet more things commented out with no hint as to why they
 // weren't just removed
@@ -86,7 +86,7 @@ string const paragraphleftindent_def =
 //     "%%    \\setlength{\\textwidth}{#2\\textwidth}\n"
 //     "%%    \\setlength\\listparindent\\parindent%\n"
 //     "%%    \\setlength\\itemindent\\parindent%\n"
-       "    \\setlength\\parsep{0pt plus 1pt}%\n"
+       "    \\setlength{\\parsep}{0pt plus 1pt}%\n"
        "  }\n"
        "  \\item[]\n"
        "}\n"