]> git.lyx.org Git - lyx.git/blobdiff - src/bufferlist.C
* src/insets/insetbase.h
[lyx.git] / src / bufferlist.C
index 1d14c077d34654005c35d15ee9c2d9c57b4f1cb4..d38fdc9cf45554ce21a5612db983fd0ea5464c76 100644 (file)
@@ -40,7 +40,6 @@ namespace lyx {
 using support::addName;
 using support::bformat;
 using support::FileName;
-using support::makeAbsPath;
 using support::makeDisplayPath;
 using support::onlyFilename;
 using support::removeAutosaveFile;
@@ -435,7 +434,7 @@ Buffer * BufferList::getBufferFromTmp(string const & s)
 }
 
 
-void BufferList::setCurrentAuthor(string const & name, string const & email)
+void BufferList::setCurrentAuthor(docstring const & name, docstring const & email)
 {
        BufferStorage::iterator it = bstore.begin();
        BufferStorage::iterator end = bstore.end();