mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
cosmetics
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19926 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d0b8d63d2c
commit
4351ee8c3c
@ -65,7 +65,7 @@ using support::zipFiles;
|
||||
EmbeddedFile::EmbeddedFile(string const & file, string const & inzip_name,
|
||||
STATUS status, ParConstIterator const & pit)
|
||||
: DocFileName(file, true), inzip_name_(inzip_name), status_(status),
|
||||
par_it_(pit), valid_(true)
|
||||
valid_(true), par_it_(pit)
|
||||
{}
|
||||
|
||||
|
||||
|
@ -200,7 +200,7 @@ public:
|
||||
|
||||
/// add a file item
|
||||
void registerFile(std::string const & filename,
|
||||
EmbeddedFile::STATUS status=EmbeddedFile::AUTO,
|
||||
EmbeddedFile::STATUS status = EmbeddedFile::AUTO,
|
||||
ParConstIterator const & pit = ParConstIterator());
|
||||
|
||||
/// scan the buffer and get a list of EmbeddedFile
|
||||
|
Loading…
Reference in New Issue
Block a user