X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Foutput.cpp;h=149ba78cea6e9a7fbf3b196784bf20b9cbe635eb;hb=90f7007a2e6c78ffd031e4636ff909ab1bc2ddec;hp=0e51cf3becc8440a9162e36f8b2fe79a61a2a2c9;hpb=9383f4c3c6f9cfab2d658701ba66e2b54cd68bea;p=lyx.git diff --git a/src/output.cpp b/src/output.cpp index 0e51cf3bec..149ba78cea 100644 --- a/src/output.cpp +++ b/src/output.cpp @@ -3,7 +3,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * * Full author contact details are available in file CREDITS. */ @@ -16,16 +16,15 @@ #include "frontends/alert.h" +#include "support/FileName.h" #include "support/filetools.h" #include "support/lstrings.h" using namespace std; +using namespace lyx::support; namespace lyx { -using support::bformat; -using support::FileName; - namespace { template @@ -50,7 +49,7 @@ bool openFileWrite(ofstream & ofs, FileName const & fname) } -bool openFileWrite(odocfstream & ofs, FileName const & fname) +bool openFileWrite(ofdocstream & ofs, FileName const & fname) { return doOpenFileWrite(ofs, fname); }