]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetnomencl.C
* In the process of fixing the math background color bug, this commit transfer backgr...
[lyx.git] / src / insets / insetnomencl.C
index e183c33685559db702dfa2eebe41b3bce7913d59..767ff22e53a95735454f65f0fbe72e833836d5bf 100644 (file)
@@ -29,8 +29,8 @@ using std::string;
 
 
 InsetNomencl::InsetNomencl(InsetCommandParams const & p)
-       : glossary_entry_id(sgml::uniqueID(from_ascii("gloss"))),
-         InsetCommand(p, "nomenclature")
+       : InsetCommand(p, "nomenclature"),
+         glossary_entry_id(sgml::uniqueID(from_ascii("gloss")))
 {}
 
 
@@ -40,8 +40,8 @@ docstring const InsetNomencl::getScreenLabel(Buffer const &) const
 }
 
 
-int InsetNomencl::docbook(Buffer const & buf, odocstream & os,
-               OutputParams const & params) const
+int InsetNomencl::docbook(Buffer const &, odocstream & os,
+               OutputParams const &) const
 {
        os << "<glossterm linkend=\"" << glossary_entry_id << "\">"
           << sgml::escapeString(getParam("symbol"))
@@ -88,7 +88,7 @@ docstring const InsetPrintNomencl::getScreenLabel(Buffer const &) const
 
 
 int InsetPrintNomencl::docbook(Buffer const & buf, odocstream & os,
-               OutputParams const & params) const
+               OutputParams const &) const
 {
        os << "<glossary>\n";
        int newlines = 2;