]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNomencl.cpp
More headers.
[lyx.git] / src / insets / InsetNomencl.cpp
index c2fdade285797ad19269eea8d169c429a036dbe4..ac61c7a0c5e9ae5cc1893e687013eadb22502921 100644 (file)
@@ -16,7 +16,7 @@
 #include "Buffer.h"
 #include "DispatchResult.h"
 #include "FuncRequest.h"
-#include "gettext.h"
+#include "support/gettext.h"
 #include "InsetIterator.h"
 #include "LaTeXFeatures.h"
 #include "MetricsInfo.h"
 
 #include "support/docstream.h"
 
+using namespace std;
 
 namespace lyx {
 
-using std::string;
-
 
 InsetNomencl::InsetNomencl(InsetCommandParams const & p)
        : InsetCommand(p, "nomenclature"),
@@ -36,7 +35,7 @@ InsetNomencl::InsetNomencl(InsetCommandParams const & p)
 {}
 
 
-CommandInfo const * InsetNomencl::findInfo(std::string const & /* cmdName */)
+CommandInfo const * InsetNomencl::findInfo(string const & /* cmdName */)
 {
        static const char * const paramnames[] = {"prefix", "symbol", "description", ""};
        static const bool isoptional[] = {true, false, false};
@@ -86,7 +85,7 @@ InsetPrintNomencl::InsetPrintNomencl(InsetCommandParams const & p)
 {}
 
 
-CommandInfo const * InsetPrintNomencl::findInfo(std::string const & /* cmdName */)
+CommandInfo const * InsetPrintNomencl::findInfo(string const & /* cmdName */)
 {
                static const char * const paramnames[] = {"labelwidth", ""};
                static const bool isoptional[] = {true};