mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
* 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:
parent
19372cb052
commit
f9e0957eb8
@ -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;
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user