]> git.lyx.org Git - lyx.git/blobdiff - src/FuncRequest.h
Fix footnote output in description item
[lyx.git] / src / FuncRequest.h
index a5822f4b967b5708a4573343024f4216db64c922..20cd96ab6629aa241290b0b7b9b007275dcebd39 100644 (file)
@@ -37,7 +37,7 @@ public:
                MENU, // A menu entry
                TOOLBAR, // A toolbar icon
                KEYBOARD, // a keyboard binding
-               COMMANDBUFFER, 
+               COMMANDBUFFER,
                LYXSERVER,
                TOC
        };
@@ -58,7 +58,7 @@ public:
        /// for changing requests a bit
        FuncRequest(FuncRequest const & cmd, docstring const & arg,
                    Origin o = INTERNAL);
-       
+
        /// access the whole argument
        docstring const & argument() const { return argument_; }
        ///
@@ -75,7 +75,7 @@ public:
        int y() const { return y_; }
        ///
        void set_y(int y) { y_ = y; }
-       /// 
+       ///
        mouse_button::state button() const { return button_; }
        ///
        KeyModifier modifier() { return modifier_; }
@@ -86,9 +86,9 @@ public:
        /// eating all characters up to the end of the command line
        std::string getLongArg(unsigned int i) const;
 
-       /// 
+       ///
        static FuncRequest const unknown;
-       /// 
+       ///
        static FuncRequest const noaction;
 private:
        /// the action