]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeX.cpp
GuiBox.cpp: fix this issue: horizontal box alignment is only possible without inner...
[lyx.git] / src / LaTeX.cpp
index fab1e0df514a110ec6d03868e575fb443d4a2025..f4d98155aad65f0bbcbbe0c628aa26f01e6e36f1 100644 (file)
@@ -538,7 +538,7 @@ void LaTeX::updateBibtexDependencies(DepTable & dep,
        // remove all ".bib" and ".bst" files.
        dep.remove_files_with_extension(".bib");
        dep.remove_files_with_extension(".bst");
-       //string aux = OnlyFilename(ChangeExtension(file, ".aux"));
+       //string aux = OnlyFileName(ChangeExtension(file, ".aux"));
 
        for (vector<AuxInfo>::const_iterator it = bibtex_info.begin();
             it != bibtex_info.end(); ++it) {