]> git.lyx.org Git - lyx.git/blobdiff - src/outputparams.h
Change to use preffered calling of Boost.Function
[lyx.git] / src / outputparams.h
index 54029f58d94f8e0546ac6ccc53cb1bc738b7a176..7102597b42ffaa3f6503b8a031261450cb2a9bd9 100644 (file)
@@ -75,10 +75,15 @@ struct OutputParams {
        */
        bool mixed_content;
 
-       /** Line length to use with ascii export.
+       /** Line length to use with plaintext export.
        */
        lyx::size_type linelen;
 
+       /** The depth of the current paragraph, set for plaintext
+        *  export and used by InsetTabular
+        */
+       int depth;
+
        /** Export data filled in by the latex(), docbook() etc methods.
            This is a hack: Make it possible to add stuff to constant
            OutputParams instances.