]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
Merge branch 'master' into biblatex2
[lyx.git] / src / insets / InsetTabular.h
index 4b8ce5942f683a63e18eabb459e6fc20256bf6b8..1e1379cc7b28df7decf825ef123cd56dcab41faf 100644 (file)
@@ -981,6 +981,9 @@ public:
        void completionPosAndDim(Cursor const &, int & x, int & y, Dimension & dim) const;
        ///
        virtual bool usePlainLayout() const { return true; }
+       ///
+       docstring layoutName() const { return from_ascii("Tabular"); }
+
 
        ///
        InsetTabular * asInsetTabular() { return this; }