]> git.lyx.org Git - features.git/blobdiff - src/insets/insetlot.C
some sun compile fixes the need clipboard code patch from Dekel ans some other fixes
[features.git] / src / insets / insetlot.C
index 61d179311a5a0657c490da060e08daa7f9147eb2..d683ead381a2b9d380b828edb1fc188b629ef8df 100644 (file)
@@ -4,11 +4,19 @@
 #pragma implementation
 #endif
 
-
 #include "insetlot.h"
+#include "BufferView.h"
+#include "LyXView.h"
+#include "lyxfunc.h"
+#include "commandtags.h"
+
 
 string InsetLOT::getScreenLabel() const 
 {
        return _("List of Tables");
 }
 
+void InsetLOT::Edit(BufferView * bv, int, int, unsigned int)
+{
+       bv->owner()->getLyXFunc()->Dispatch(LFUN_LOTVIEW);
+}