]> git.lyx.org Git - lyx.git/blobdiff - src/Font.cpp
Russian layouttranslations reviewed by Yuriy, Dec 13 2017.
[lyx.git] / src / Font.cpp
index 86ffcd62cd6d65df7a8ba94fcc86c2c24aefa0b8..450d67fa3a1b794fbbd6717c0ef451fdf8f3099e 100644 (file)
@@ -94,7 +94,7 @@ char const * LaTeXSizeNames[NUM_SIZE + 4] =
 { "tiny", "scriptsize", "footnotesize", "small", "normalsize", "large",
   "Large", "LARGE", "huge", "Huge", "error8", "error9", "error10", "error11" };
 
-} // namespace anon
+} // namespace
 
 
 Font::Font(FontInfo bits, Language const * l)
@@ -354,7 +354,7 @@ int Font::latexWriteStartChanges(odocstream & os, BufferParams const & bparams,
        if (!runparams.pass_thru && bits_.number() == FONT_ON
            && prev.fontInfo().number() != FONT_ON
            && (language()->lang() == "hebrew"
-               || language()->lang() == "farsi" 
+               || language()->lang() == "farsi"
                || language()->lang() == "arabic_arabi")) {
                os << "{\\beginL ";
                count += 9;