mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-14 12:25:11 +00:00
Add using directive
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1396 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
89e278ea4a
commit
6e3c8a7e32
@ -1,3 +1,7 @@
|
|||||||
|
2001-01-25 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||||
|
|
||||||
|
* LaTeX.C: add using directive
|
||||||
|
|
||||||
2001-01-24 Dekel Tsur <dekelts@tau.ac.il>
|
2001-01-24 Dekel Tsur <dekelts@tau.ac.il>
|
||||||
|
|
||||||
* MenuBackend.C (expand): Fix the sorting of the formats.
|
* MenuBackend.C (expand): Fix the sorting of the formats.
|
||||||
|
@ -36,6 +36,7 @@
|
|||||||
using std::ifstream;
|
using std::ifstream;
|
||||||
using std::getline;
|
using std::getline;
|
||||||
using std::endl;
|
using std::endl;
|
||||||
|
using std::vector;
|
||||||
|
|
||||||
// TODO: in no particular order
|
// TODO: in no particular order
|
||||||
// - get rid of the extern BufferList and the call to
|
// - get rid of the extern BufferList and the call to
|
||||||
|
@ -140,7 +140,7 @@ protected:
|
|||||||
///
|
///
|
||||||
bool scanAux(DepTable &);
|
bool scanAux(DepTable &);
|
||||||
///
|
///
|
||||||
vector<string> const
|
std::vector<string> const
|
||||||
scanAuxFiles(string const &, DepTable &, bool);
|
scanAuxFiles(string const &, DepTable &, bool);
|
||||||
///
|
///
|
||||||
bool scanAuxFile(string const &, DepTable &, bool);
|
bool scanAuxFile(string const &, DepTable &, bool);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user