]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.h
Fix wrongly copy-pasted entries in SpellcheckerUi.ui
[lyx.git] / src / insets / Inset.h
index 3b3e4306d32c5fe5eb8b982c7cf82f3999aace46..2d272e34365a7ea44a920119210e79425d4414bd 100644 (file)
@@ -415,13 +415,7 @@ public:
        virtual docstring contextMenuName() const;
 
 
-       // FIXME This should really disappear in favor of 
-       //      docstring name() const { return from_ascii(insetName(lyxCode()))); }
-       // There's no reason to be using different names in different places.
-       // But to do this we would need to change the file format, since the names
-       // used there don't correspond to what is used here. 
-       ///
-       virtual docstring name() const;
+       virtual docstring layoutName() const;
        ///
        virtual InsetLayout const & getLayout() const;
        /// Is this inset's layout defined in the document's textclass?