]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Context.cpp
* Cursor::isRTL(): correctly deal with the inner paragraph when within mathed.
[lyx.git] / src / tex2lyx / Context.cpp
index e1cb6c1b20e8a71180b763c5e6a4ba86d8e58955..d7baa2822aca54140d944c4297624a3beb7364fa 100644 (file)
@@ -25,7 +25,7 @@ using std::string;
 
 namespace {
 
-void begin_layout(ostream & os, LyXLayout_ptr layout, TeXFont const & font,
+void begin_layout(ostream & os, Layout_ptr layout, TeXFont const & font,
                  TeXFont const & normalfont)
 {
        os << "\n\\begin_layout " << layout->name() << "\n";
@@ -84,8 +84,8 @@ bool Context::empty = true;
 
 
 Context::Context(bool need_layout_,
-                LyXTextClass const & textclass_,
-                LyXLayout_ptr layout_, LyXLayout_ptr parent_layout_,
+                TextClass const & textclass_,
+                Layout_ptr layout_, Layout_ptr parent_layout_,
                 TeXFont font_)
        : need_layout(need_layout_),
          need_end_layout(false), need_end_deeper(false),