X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetTOC.cpp;h=d1d0e8b5489534dcae4745340b64ab88029df22d;hb=2c357c1d23b7b83839a9beb8225d4f1ae4f793b4;hp=f23a87d82d9c5463637ad202f9cba5b123839ccb;hpb=688c186614a50a82b97733cb401e046ea8207352;p=lyx.git diff --git a/src/insets/InsetTOC.cpp b/src/insets/InsetTOC.cpp index f23a87d82d..d1d0e8b548 100644 --- a/src/insets/InsetTOC.cpp +++ b/src/insets/InsetTOC.cpp @@ -15,26 +15,24 @@ #include "Buffer.h" #include "DispatchResult.h" #include "FuncRequest.h" -#include "gettext.h" +#include "support/gettext.h" #include "MetricsInfo.h" #include "OutputParams.h" #include "TocBackend.h" #include +using namespace std; namespace lyx { -using std::string; -using std::ostream; - InsetTOC::InsetTOC(InsetCommandParams const & p) : InsetCommand(p, "toc") {} -CommandInfo const * InsetTOC::findInfo(std::string const & /* cmdName */) +CommandInfo const * InsetTOC::findInfo(string const & /* cmdName */) { static const char * const paramnames[] = {"type", ""}; static const bool isoptional[] = {false};