]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_pimpl.C
update no.po
[lyx.git] / src / paragraph_pimpl.C
index 42ec28da89bfc29a2794968895aa9ea4b034bfda..62fd7a49ac9d6985ac7838fb03cbaee75c77f8fa 100644 (file)
@@ -211,7 +211,8 @@ void Paragraph::Pimpl::erase(pos_type pos)
 
 void Paragraph::Pimpl::simpleTeXBlanks(ostream & os, TexRow & texrow,
                                       pos_type const i,
-                                      int & column, LyXFont const & font,
+                                      unsigned int & column,
+                                      LyXFont const & font,
                                       LyXLayout const & style)
 {
        if (style.pass_thru) return;
@@ -280,7 +281,7 @@ void Paragraph::Pimpl::simpleTeXSpecialChars(Buffer const * buf,
                                             bool & open_font,
                                             LyXLayout const & style,
                                             pos_type & i,
-                                            int & column,
+                                            unsigned int & column,
                                             value_type const c)
 {
        if (style.pass_thru) {
@@ -326,7 +327,7 @@ void Paragraph::Pimpl::simpleTeXSpecialChars(Buffer const * buf,
                                               style.free_spacing);
 
                        if (close)
-                               os << "}";
+                               os << '}';
 
                        if (tmp) {
                                for (int j = 0; j < tmp; ++j) {