]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathHull.C
* Transfer Intl member from LyXView to BufferView.
[features.git] / src / mathed / InsetMathHull.C
index 81af5ffa747914ad4e631ec4682452eb29d61cb9..08d9d147a06f5246ab40e2b88e570f43db63de5e 100644 (file)
@@ -1261,7 +1261,7 @@ void InsetMathHull::mutateToText()
        string::const_iterator cit = str.begin();
        string::const_iterator end = str.end();
        for (; cit != end; ++cit)
-               view_->owner()->getIntl()->getTransManager().TranslateAndInsert(*cit, lt);
+               view_->getIntl()->getTransManager().TranslateAndInsert(*cit, lt);
 
        // remove ourselves
        //view_->owner()->dispatch(LFUN_ESCAPE);