]> git.lyx.org Git - lyx.git/commit
Getting rid of normalizePath() which is unneeded for FileName purpose (the path is...
authorAbdelrazak Younes <younes@lyx.org>
Tue, 27 Nov 2007 10:01:34 +0000 (10:01 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 27 Nov 2007 10:01:34 +0000 (10:01 +0000)
commitc23db901ece8b4e21121e43fc2562ac73e79fc98
tree51a95cd7e8c9936d249e5c8d05b6d526c5043651
parent3df451b6d0ca3f150ff29b715047bd843f80d4a8
Getting rid of normalizePath() which is unneeded for FileName purpose (the path is always normalized internally). This commit frees up src/ from boost::filesystem. Some remaining references stays in src/client and src/tex2lyx.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21817 a592a061-630c-0410-9148-cb99ea01b6c8
src/support/FileName.cpp
src/support/Package.cpp
src/support/filetools.cpp
src/support/filetools.h
src/support/tests/check_filetools.cpp