]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetloa.C
Some more changes for updating text-insets.
[lyx.git] / src / insets / insetloa.C
index d11997c873972de74b6c690593c4957080724874..bb3ef255bd2f9c67a210e797c439cfd630c7b76e 100644 (file)
 
 #include "insetloa.h"
 #include "LaTeXFeatures.h"
+#include "BufferView.h"
+#include "LyXView.h"
+#include "lyxfunc.h"
+#include "commandtags.h"
 
 void InsetLOA::Validate(LaTeXFeatures & features) const 
 {
@@ -30,3 +34,8 @@ string InsetLOA::getScreenLabel() const
 {
        return _("List of Algorithms");
 }
+
+void InsetLOA::Edit(BufferView * bv, int, int, unsigned int)
+{
+       bv->owner()->getLyXFunc()->Dispatch(LFUN_LOAVIEW);
+}