]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_pimpl.h
update no.po
[lyx.git] / src / paragraph_pimpl.h
index 35ad384f1a7d5ffff822d1cae8f3f08507e52f4f..7fd48bafadd2c20b774e0f8cb94812e2299ea279 100644 (file)
@@ -121,7 +121,8 @@ struct Paragraph::Pimpl {
        ///
        void simpleTeXBlanks(std::ostream &, TexRow & texrow,
                             lyx::pos_type const i,
-                            int & column, LyXFont const & font,
+                            unsigned int & column,
+                            LyXFont const & font,
                             LyXLayout const & style);
        ///
        void simpleTeXSpecialChars(Buffer const *, BufferParams const &,
@@ -131,7 +132,7 @@ struct Paragraph::Pimpl {
                                   LyXFont & basefont, bool & open_font,
                                   LyXLayout const & style,
                                   lyx::pos_type & i,
-                                  int & column, value_type const c);
+                                  unsigned int & column, value_type const c);
 
        ///
        void validate(LaTeXFeatures & features,