]> git.lyx.org Git - lyx.git/blobdiff - src/Layout.cpp
Harmonize naming
[lyx.git] / src / Layout.cpp
index 46035513c7bd163a28d15c6505941f48c2001d12..08540efd15b119b4b08497749b67c0ece75aadcd 100644 (file)
@@ -1505,14 +1505,11 @@ void Layout::makeDefaultCSS() const
                htmldefaultstyle_ += from_ascii(tmp);
        }
 
-// tex2lyx does not see output_xhtml.cpp
-#ifndef NO_LAYOUT_CSS
        // alignment
        string where = alignmentToCSS(align);
        if (!where.empty()) {
                htmldefaultstyle_ += from_ascii("text-align: " + where + ";\n");
        }
-#endif
 
        // wrap up what we have, if anything
        if (!htmldefaultstyle_.empty())