* InsetIndex.h:

- disallow layout and paragraph changes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26742 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2008-10-05 10:44:30 +00:00
parent 19372cb052
commit f9e0957eb8

View File

@ -40,6 +40,10 @@ private:
int latex(odocstream &, OutputParams const &) const;
/// should paragraph indendation be omitted in any case?
bool neverIndent() const { return true; }
/// should paragraphs be forced to use the empty layout?
virtual bool forcePlainLayout(idx_type = 0) const { return true; }
/// should the user be allowed to customize alignment, etc.?
virtual bool allowParagraphCustomization(idx_type = 0) const { return false; }
///
void textString(odocstream &) const;
///