]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
LogUi.ui: string redundancy.
[lyx.git] / src / BufferView.h
index b5de004c3d69a43184f0d57d84c712d71a3ec626..6c2b53fcb6a0ec820171acb0009885ab45d88571 100644 (file)
@@ -195,8 +195,8 @@ public:
        /// translate and insert a character, using the correct keymap.
        void translateAndInsert(char_type c, Text * t, Cursor & cur);
 
-       /// return true for events that will handle.
-       FuncStatus getStatus(FuncRequest const & cmd);
+       /// \return true if we've made a decision
+       bool getStatus(FuncRequest const & cmd, FuncStatus & flag);
        /// execute the given function.
        /// \return true if the function has been processed.
        bool dispatch(FuncRequest const & argument);