]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
minimal effort implementation of:
[lyx.git] / src / paragraph.h
index 98e909257bf4379cb7e96242be33a099d19126c7..c5b4270c3298113b0215705a6b236fbb35515f93 100644 (file)
@@ -69,8 +69,8 @@ public:
                /// (returning 0) - if this was 0, then we'd
                /// try getInset() and crash. We should fix
                /// all these places.
-               META_INSET = 1
-               //META_INSET = 0x200001  // above 0x10ffff, for ucs-4
+               //META_INSET = 1 // as in trunk
+               META_INSET = 0x200001  // above 0x10ffff, for ucs-4
        };
        enum ChangeTracking
        {
@@ -146,17 +146,10 @@ public:
                             LyXFont const & outerfont, std::ostream &,
                             TexRow & texrow, OutputParams const &) const;
 
-       /// Writes to stream the content of the paragraph for linuxdoc
-       void simpleLinuxDocOnePar(Buffer const & buf,
-                                 std::ostream & os,
-                                 LyXFont const & outerfont,
-                                 OutputParams const & runparams,
-                                 lyx::depth_type depth) const;
-
        /// Can we drop the standard paragraph wrapper?
        bool emptyTag() const;
 
-       /// Get the id of the paragraph, usefull for docbook and linuxdoc
+       /// Get the id of the paragraph, usefull for docbook
        std::string getID(Buffer const & buf,
                          OutputParams const & runparams) const;
 
@@ -376,7 +369,7 @@ public:
        /// return true if we allow this par to stay empty
        bool allowEmpty() const;
        ///
-       unsigned char transformChar(unsigned char c, lyx::pos_type pos) const;
+       lyx::char_type transformChar(lyx::char_type c, lyx::pos_type pos) const;
        ///
        ParagraphParameters & params();
        ///