Adjust comment.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21808 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-11-26 23:04:01 +00:00
parent 1060f922f0
commit c06f45a66f

View File

@ -75,8 +75,6 @@ public:
///
virtual FuncStatus getStatus(FuncRequest const & cmd) = 0;
/// dispatch command.
/// \param propagate: indicate if the dispatch should be probagated to
/// the main lyx::dispatch().
/// \return true if the \c FuncRequest has been dispatched.
virtual bool dispatch(FuncRequest const & cmd) = 0;