]> git.lyx.org Git - features.git/blobdiff - src/paragraph_pimpl.h
do not define macro \LyX if we do not need it; small things
[features.git] / src / paragraph_pimpl.h
index efbbd7046f66952e139a073d85a907a9213e770b..014bcdaea3595cc9040b079fec6168476829aa12 100644 (file)
@@ -141,6 +141,11 @@ struct Paragraph::Pimpl {
                                   LyXLayout const & style,
                                   lyx::pos_type & i,
                                   int & column, value_type const c);
+
+       ///
+       void validate(LaTeXFeatures & features,
+                     LyXLayout const & layout) const;
+
        ///
        Paragraph * getParFromID(int id) const;
        ///
@@ -151,7 +156,7 @@ struct Paragraph::Pimpl {
        ParagraphParameters params;
 private:
        /// match a string against a particular point in the paragraph
-       bool isTextAt(string const & str, lyx::pos_type pos);
+       bool isTextAt(string const & str, lyx::pos_type pos) const;
 
        /// Who owns us?
        Paragraph * owner_;