]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetert.C
ws changes only
[lyx.git] / src / insets / insetert.C
index 93370be244eb6bcb3d270303543f23b074162931..3c611f7f1842c92a76da58529768e1f230c6ae2e 100644 (file)
@@ -37,7 +37,7 @@ using lyx::support::strToInt;
 
 using std::endl;
 using std::min;
-
+using std::string;
 using std::auto_ptr;
 using std::ostream;
 
@@ -415,9 +415,9 @@ int InsetERT::docbook(Buffer const &, ostream & os, bool) const
 }
 
 
-InsetOld::RESULT InsetERT::localDispatch(FuncRequest const & cmd)
+dispatch_result InsetERT::localDispatch(FuncRequest const & cmd)
 {
-       InsetOld::RESULT result = UNDISPATCHED;
+       dispatch_result result = UNDISPATCHED;
        BufferView * bv = cmd.view();
 
        if (inset.paragraphs.begin()->empty()) {