somehow I forgot that in r36772

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36980 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2010-12-21 08:45:48 +00:00
parent 0544de03fe
commit 12cd531f66

View File

@ -59,7 +59,7 @@ public:
/// possible "permissions" for an action /// possible "permissions" for an action
enum FuncAttribs { enum FuncAttribs {
Noop = 0, //< Nothing special about this func Noop = 0, //< Nothing special about this func
ReadOnly = 1, //< Can be used in RO mode (perhaps this should change); no automatic markDirty ReadOnly = 1, //< Can be used in RO mode (perhaps this should change)
NoBuffer = 2, //< Can be used when there is no document open NoBuffer = 2, //< Can be used when there is no document open
Argument = 4, //< Requires argument Argument = 4, //< Requires argument
NoUpdate = 8, //< Does not (usually) require update NoUpdate = 8, //< Does not (usually) require update