mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Document Layout::read() and TextClass::read() return value. This should be fixed.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22981 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5ed5e01fd7
commit
e30cefeb5f
@ -52,6 +52,7 @@ public:
|
||||
///
|
||||
Layout();
|
||||
/// Reads a layout definition from file
|
||||
/// \return false on success. FIXME: this is bad API, should return true!
|
||||
bool read(Lexer &, TextClass const &);
|
||||
///
|
||||
void readAlign(Lexer &);
|
||||
|
@ -67,6 +67,7 @@ public:
|
||||
MODULE //>This is a layout module
|
||||
};
|
||||
/// Performs the read of the layout file.
|
||||
/// \return false on success. FIXME: this is bad API, should return true!
|
||||
bool read(support::FileName const & filename, ReadType rt = BASECLASS);
|
||||
///
|
||||
void readOutputType(Lexer &);
|
||||
|
Loading…
Reference in New Issue
Block a user