]> git.lyx.org Git - lyx.git/blobdiff - src/Text.cpp
Remove todo
[lyx.git] / src / Text.cpp
index 6b29809261a4d5be798c4bf31a1e39e065d9a9b6..12ed1b85d9ee12c8d6de915f50faaea6cb7af602 100644 (file)
@@ -1392,4 +1392,16 @@ void Text::charsTranspose(Cursor & cur)
 }
 
 
+DocIterator Text::macrocontextPosition() const
+{
+       return macrocontext_position_;
+}
+
+
+void Text::setMacrocontextPosition(DocIterator const & pos)
+{
+       macrocontext_position_ = pos;
+}
+
+
 } // namespace lyx