]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.h
Painter::wavyHorizontalLine(): new method for inline spellcheck purpose.
[lyx.git] / src / LyXAction.h
index 396247068f25e6fc088a799cd31121c50d19fb0d..286afac16f1945279ba60985752715df75bccddb 100644 (file)
@@ -63,8 +63,8 @@ public:
 
        /// possible "permissions" for an action
        enum func_attrib {
-               Noop = 0, //< nothing special about this func
-               ReadOnly = 1, //< can be used in RO mode (perhaps this should change); no automatic markDirty
+               Noop = 0, //< Nothing special about this func
+               ReadOnly = 1, //< Can be used in RO mode (perhaps this should change); no automatic markDirty
                NoBuffer = 2, //< Can be used when there is no document open
                Argument = 4, //< Requires argument
                NoUpdate = 8, //< Does not (usually) require update
@@ -83,7 +83,7 @@ public:
        /// Return the name (and argument) associated with the given (pseudo) action
        std::string const getActionName(FuncCode action) const;
 
-       func_type const getActionType(FuncCode action) const;
+        func_type getActionType(FuncCode action) const;
 
        /// True if the command has `flag' set
        bool funcHasFlag(FuncCode action, func_attrib flag) const;