]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetTabular.h
Implement isChanged for tabular inset.
[features.git] / src / insets / InsetTabular.h
index edd7242d2003904b93fae15426f2621b66eea6bd..a2d290081943ce97649afdc361c61c47c9fc0520 100644 (file)
@@ -1000,6 +1000,8 @@ public:
        ///
        Text * getText(int) const;
 
+       /// does the inset contain changes ?
+       bool isChanged() const;
        /// set the change for the entire inset
        void setChange(Change const & change);
        /// accept the changes within the inset