mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Remove redundant "using lyx::support::GetEnvPath;"
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9388 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
242118065b
commit
82dca177a3
@ -1,3 +1,9 @@
|
||||
2004-12-16 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* bufferlist.C:
|
||||
* lyx_main.C:
|
||||
* messages.C: remove redundant "using lyx::support::GetEnvPath;"
|
||||
|
||||
2004-12-14 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* LaTeX.C: (startscript): use os::nulldev() rather than "/dev/null".
|
||||
|
@ -36,7 +36,6 @@
|
||||
|
||||
using lyx::support::AddName;
|
||||
using lyx::support::bformat;
|
||||
using lyx::support::GetEnvPath;
|
||||
using lyx::support::MakeAbsPath;
|
||||
using lyx::support::MakeDisplayPath;
|
||||
using lyx::support::OnlyFilename;
|
||||
|
@ -1,3 +1,7 @@
|
||||
2004-12-16 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* messages.C: remove redundant "using lyx::support::GetEnvPath;"
|
||||
|
||||
2004-12-14 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* Makefile.am (AM_CPPFLAGS): Remove trailing slash from -Ifoo/
|
||||
|
@ -13,7 +13,6 @@
|
||||
#include "support/filetools.h"
|
||||
#include "support/path_defines.h"
|
||||
|
||||
using lyx::support::GetEnvPath;
|
||||
using lyx::support::lyx_localedir;
|
||||
|
||||
using std::string;
|
||||
|
@ -1,3 +1,7 @@
|
||||
2004-12-16 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* FormFiledialog.C: remove redundant "using lyx::support::GetEnvPath;"
|
||||
|
||||
2004-12-15 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* FormFiledialog.C (Reread): no longer use FileInfo::getNumberOfLinks().
|
||||
|
@ -66,7 +66,6 @@ using lyx::support::ExpandPath;
|
||||
using lyx::support::FileFilterList;
|
||||
using lyx::support::FileInfo;
|
||||
using lyx::support::getcwd;
|
||||
using lyx::support::GetEnvPath;
|
||||
using lyx::support::LyXReadLink;
|
||||
using lyx::support::MakeAbsPath;
|
||||
using lyx::support::OnlyFilename;
|
||||
|
@ -65,7 +65,6 @@ using lyx::support::createLyXTmpDir;
|
||||
using lyx::support::FileInfo;
|
||||
using lyx::support::FileSearch;
|
||||
using lyx::support::GetEnv;
|
||||
using lyx::support::GetEnvPath;
|
||||
using lyx::support::i18nLibFileSearch;
|
||||
using lyx::support::LibFileSearch;
|
||||
using lyx::support::Path;
|
||||
|
@ -15,7 +15,6 @@
|
||||
|
||||
#include <boost/regex.hpp>
|
||||
|
||||
using lyx::support::GetEnvPath;
|
||||
using lyx::support::lyx_localedir;
|
||||
|
||||
using std::string;
|
||||
|
Loading…
Reference in New Issue
Block a user