]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Revert "DocBook: make openParTag/closeTag use paragraphs instead of layouts."
[lyx.git] / src / OutputParams.h
index c2e85dc39fbdbd87614e880529e3d1f302e1b601..31a705982e1b5962d1ca6a5d0547c78a28bea2fa 100644 (file)
@@ -369,6 +369,9 @@ public:
        /// Is the current context a listing?
        bool docbook_in_listing;
 
+       /// Is the current context a table?
+       bool docbook_in_table;
+
        /// Are we generating this material for inclusion in a TOC-like entity?
        bool for_toc;