X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FExporter.cpp;h=4e78f686d06730102a80e50911370ab7cb28cd68;hb=0de1e7730fe798b95b9a9bd92d8bd2853ab5c997;hp=dbe4e5ad98a761e8e15759bfe3a43e89be400737;hpb=ee005614a356f5b7906bfe8e0e3839c6ef8db698;p=lyx.git diff --git a/src/Exporter.cpp b/src/Exporter.cpp index dbe4e5ad98..4e78f686d0 100644 --- a/src/Exporter.cpp +++ b/src/Exporter.cpp @@ -5,11 +5,11 @@ * * \author unknown * \author Alfredo Braunstein - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * \author Jean Marc Lasgouttes * \author Angus Leeming * \author John Levon - * \author André Pönitz + * \author André Pönitz * * Full author contact details are available in file CREDITS. */ @@ -18,32 +18,23 @@ #include "Exporter.h" -#include "gettext.h" #include "Mover.h" + #include "frontends/alert.h" #include "support/filetools.h" +#include "support/gettext.h" +#include "support/lstrings.h" #include "support/Package.h" -#include - -using std::find; -using std::string; -using std::vector; +#include +using namespace std; +using namespace lyx::support; namespace lyx { -using support::bformat; -using support::FileName; -using support::makeDisplayPath; -using support::onlyFilename; -using support::onlyPath; -using support::package; -using support::prefixIs; - namespace Alert = frontend::Alert; -namespace fs = boost::filesystem; /// ask the user what to do if a file already exists static int checkOverwrite(FileName const & filename)