X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetexternal.h;h=58f1b6763cb46fc4eaf070096c3b555dad3688b6;hb=8ed9dbabde30b31a6a14e032fa42f682a196ef7a;hp=ea542c7574c1a1c398251b57fd2f5ac44b0c1473;hpb=08c732ecfad8cb933399b31f5591373fe8195f3a;p=features.git diff --git a/src/insets/insetexternal.h b/src/insets/insetexternal.h index ea542c7574..58f1b6763c 100644 --- a/src/insets/insetexternal.h +++ b/src/insets/insetexternal.h @@ -86,7 +86,8 @@ public: static void cancelCB(FL_OBJECT *, long); private: /// Write the output for a specific file format - int write(string const & format, Buffer const *, std::ostream &) const; + int write(string const & format, Buffer const *, + std::ostream &) const; /// Apply the changes void doApply(BufferView * bv); @@ -107,7 +108,9 @@ private: /// Substitute meta-variables in this string string doSubstitution(Buffer const *, string const & s) const; - /// Get the LyX name of the currently selected template in the choice list + /** Get the LyX name of the currently selected + template in the choice list + */ string getCurrentTemplate() const; /// Get a certain template from a LyX name