]> git.lyx.org Git - lyx.git/blobdiff - src/xml.h
DocBook: add a layout tag to tell whether an item is the abstract or not.
[lyx.git] / src / xml.h
index 12e7f25fa52b593245cb1be6b595f9954dc55c30..b585a48a9dc8fd90e75d87c4e96544d85c12fc42 100644 (file)
--- a/src/xml.h
+++ b/src/xml.h
@@ -126,6 +126,8 @@ private:
        TagDeque pending_tags_;
        ///
        TagDeque tag_stack_;
+public:
+       bool pending_tags_empty() { return pending_tags_.empty();};
 };
 
 namespace xml {