]> git.lyx.org Git - lyx.git/blobdiff - src/bufferlist.C
ws changes only
[lyx.git] / src / bufferlist.C
index 98fba65f204d7b45f8ee0ea781405a8101dd6d4d..d1b215bf86f454e9f377b8279ad238139ff97360 100644 (file)
 
 #include <boost/bind.hpp>
 
-using namespace lyx::support;
+using lyx::support::AddName;
+using lyx::support::bformat;
+using lyx::support::GetEnvPath;
+using lyx::support::MakeAbsPath;
+using lyx::support::MakeDisplayPath;
+using lyx::support::OnlyFilename;
+using lyx::support::removeAutosaveFile;
 
 using std::endl;
 using std::find;
 using std::find_if;
 using std::for_each;
-
+using std::string;
 using std::vector;
 
 
@@ -308,7 +314,6 @@ bool BufferList::exists(string const & s) const
 bool BufferList::isLoaded(Buffer const * b) const
 {
        BOOST_ASSERT(b);
-
        BufferStorage::const_iterator cit =
                find(bstore.begin(), bstore.end(), b);
        return cit != bstore.end();