git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23329 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-02-28 18:16:36 +00:00
parent 34639d7491
commit 80500c426a

View File

@ -111,8 +111,10 @@ public:
/// NOTE This only makes sense when used with "static" TextClass /// NOTE This only makes sense when used with "static" TextClass
/// objects, e.g., ones that represent files on disk, as opposed /// objects, e.g., ones that represent files on disk, as opposed
/// to ones that can be modified by modules. /// to ones that can be modified by modules.
// FIXME Should we have a modular_ variable, set to true when // FIXME Therefore it should return true only for BaseClass objects,
// we load a module, that would force false to be returned here? // and false for DocumentClass objects.
// Indeed, quite generally, those two sorts of objects should now be
// disentangled a bit.
bool loaded() const { return loaded_; } bool loaded() const { return loaded_; }
/// the list of floats defined in the document class /// the list of floats defined in the document class