]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_pimpl.h
update no.po
[lyx.git] / src / paragraph_pimpl.h
index 8ccb6e3944fb985b41ca4561858ec282309cf40f..7fd48bafadd2c20b774e0f8cb94812e2299ea279 100644 (file)
@@ -20,8 +20,6 @@
 #include "ParagraphParameters.h"
 #include "counters.h"
 
-#include <boost/array.hpp>
-
 class LyXLayout;
 
 struct Paragraph::Pimpl {
@@ -59,8 +57,6 @@ struct Paragraph::Pimpl {
                                  BufferParams const & bparams) const;
        ///
        Inset * inset_owner;
-       ///
-       boost::array<int, 10> counter_;
 
        /** A font entry covers a range of positions. Notice that the
            entries in the list are inserted in random order.
@@ -125,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 &,
@@ -135,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,
@@ -149,8 +146,6 @@ struct Paragraph::Pimpl {
        static unsigned int paragraph_id;
        ///
        ParagraphParameters params;
-       ///
-       Counters ctrs;
 
 private:
        /// match a string against a particular point in the paragraph