X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetTOC.cpp;h=d1d0e8b5489534dcae4745340b64ab88029df22d;hb=2c357c1d23b7b83839a9beb8225d4f1ae4f793b4;hp=ea9345bb6da53eea5d3eb96cb6ae8a9d4d7d5f9b;hpb=9d0ea8aeff32833a90b3fe64df0c5518a9e241be;p=lyx.git diff --git a/src/insets/InsetTOC.cpp b/src/insets/InsetTOC.cpp index ea9345bb6d..d1d0e8b548 100644 --- a/src/insets/InsetTOC.cpp +++ b/src/insets/InsetTOC.cpp @@ -22,19 +22,17 @@ #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};