]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetArgument.h
Do not output deleted rows columns if show changes in output is false
[lyx.git] / src / insets / InsetArgument.h
index 88af23d2f322f01bdd17c1f22216dde05989da7c..5c63702262595a3295bd2b67104efd847386bbce 100644 (file)
@@ -69,6 +69,8 @@ public:
        ///
        bool isPassThru() const { return pass_thru_; }
        ///
+       bool isFreeSpacing() const { return free_spacing_; }
+       ///
        bool isTocCaption() const { return is_toc_caption_; }
        ///
        bool resetFontEdit() const { return false; }
@@ -114,6 +116,8 @@ private:
        /// Effective pass-thru setting (inherited or local)
        bool pass_thru_;
        ///
+       bool free_spacing_;
+       ///
        docstring pass_thru_chars_;
        /// Does this argument provide content for the TOC?
        bool is_toc_caption_;