X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetNomencl.cpp;h=ac61c7a0c5e9ae5cc1893e687013eadb22502921;hb=2c357c1d23b7b83839a9beb8225d4f1ae4f793b4;hp=c3e7aefb2d57178f34641796a3f0b1b4e97b7430;hpb=07b6198f4c3aa6dfe3245394b660966fd3e85c99;p=lyx.git diff --git a/src/insets/InsetNomencl.cpp b/src/insets/InsetNomencl.cpp index c3e7aefb2d..ac61c7a0c5 100644 --- a/src/insets/InsetNomencl.cpp +++ b/src/insets/InsetNomencl.cpp @@ -16,16 +16,17 @@ #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 "sgml.h" +#include "support/docstream.h" -namespace lyx { +using namespace std; -using std::string; +namespace lyx { InsetNomencl::InsetNomencl(InsetCommandParams const & p) @@ -34,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}; @@ -84,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};