]> git.lyx.org Git - features.git/blobdiff - src/output_xhtml.h
Write magic paragraph label to main paragraph tag.
[features.git] / src / output_xhtml.h
index a2eac95ab437881bf06926839fe04e786aae94ac..2b1704742c9177598b05ec5fe46d53eaa9790bdc 100644 (file)
@@ -117,16 +117,10 @@ struct CompTag
 struct ParTag : public StartTag
 {
        ///
-       explicit ParTag(std::string const & tag, std::string const & attr,
-              std::string const & parid)
-         : StartTag(tag, attr), parid_(parid)
-       {}
+       explicit ParTag(std::string const & tag, std::string attr,
+              std::string const & parid);
        ///
        ~ParTag() {}
-       ///
-       docstring writeTag() const;
-       /// the "magic par label" for this paragraph
-       std::string parid_;
 };