]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetMarginal.h
support for table cell rotations; fileformat change
[lyx.git] / src / insets / InsetMarginal.h
index 8d11c96c13b94eaf491c25df05a26d4b63a9e59d..67bd1e5a549982380e7fdd462b2368276fe28611 100644 (file)
@@ -29,7 +29,7 @@ public:
        ///
        InsetCode lyxCode() const { return MARGIN_CODE; }
        ///
-       docstring name() const { return from_ascii("Marginal"); }
+       docstring layoutName() const { return from_ascii("Marginal"); }
        ///
        int plaintext(odocstream &, OutputParams const & runparams) const;
        ///