]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetNomencl.cpp
Remove InsetCommand::mailer_name_.
[features.git] / src / insets / InsetNomencl.cpp
index dd532598d6075a6846f700d9c50792b623db76f7..ac990b14080423c447de52e9dceaae3507ae2747 100644 (file)
@@ -49,7 +49,7 @@ namespace lyx {
 /////////////////////////////////////////////////////////////////////
 
 InsetNomencl::InsetNomencl(Buffer * buf, InsetCommandParams const & p)
-       : InsetCommand(buf, p, "nomenclature"),
+       : InsetCommand(buf, p),
          nomenclature_entry_id(sgml::uniqueID(from_ascii("nomen")))
 {}
 
@@ -135,7 +135,7 @@ void InsetNomencl::validate(LaTeXFeatures & features) const
 /////////////////////////////////////////////////////////////////////
 
 InsetPrintNomencl::InsetPrintNomencl(Buffer * buf, InsetCommandParams const & p)
-       : InsetCommand(buf, p, "nomencl_print")
+       : InsetCommand(buf, p)
 {}