]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettext.C
split LyXFunc::getStatus() into inset specific chunks
[lyx.git] / src / insets / insettext.C
index 92adcd34a4fc2bb358894ff51065bd2b4dcdc594..4c3b7005ce5b193cbe3bb1c33033c6a2cc0fed05 100644 (file)
@@ -332,6 +332,13 @@ void InsetText::priv_dispatch(LCursor & cur, FuncRequest & cmd)
 }
 
 
+bool InsetText::getStatus(LCursor & cur, FuncRequest const & cmd,
+       FuncStatus & status) const
+{
+       return text_.getStatus(cur, cmd, status);
+}
+
+
 int InsetText::latex(Buffer const & buf, ostream & os,
                     OutputParams const & runparams) const
 {