X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FOutputParams.h;h=31a705982e1b5962d1ca6a5d0547c78a28bea2fa;hb=21c92c8a129b5f3ff56de33bf2941a25967cffbb;hp=c2e85dc39fbdbd87614e880529e3d1f302e1b601;hpb=da336cedf3c7a45a9f6ae352d4ffa751ca6aa221;p=lyx.git diff --git a/src/OutputParams.h b/src/OutputParams.h index c2e85dc39f..31a705982e 100644 --- a/src/OutputParams.h +++ b/src/OutputParams.h @@ -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;