]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettoc.C
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insettoc.C
index 2a04a0c03bf92679f2d6a6384cb090ff5277fcfe..88a46f1ea52b7545d63eb9359a5471cf9e329dfa 100644 (file)
 #include "LyXView.h"
 #include "BufferView.h"
 
+using std::ostream;
+
+
+string InsetTOC::getScreenLabel() const 
+{
+       return _("Table of Contents");
+}
+
+
 void InsetTOC::Edit(BufferView * bv, int, int, unsigned int)
 {
        bv->owner()->getLyXFunc()->Dispatch(LFUN_TOCVIEW);