]> git.lyx.org Git - lyx.git/blobdiff - src/output.cpp
Fix layout bug. Pasting text into a cell tried to set Standard layout, because
[lyx.git] / src / output.cpp
index 0e51cf3becc8440a9162e36f8b2fe79a61a2a2c9..6fb2fe373ecb082f53e0411eb280b5b33f30cde5 100644 (file)
 
 #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<typename OFStream>