X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetExternal.h;h=fba0e7406bc1254746f534a6bdaca50356096462;hb=3588f2f69675df8dbf829800b0ed6e4a455c68b4;hp=26890c217b606fdec5c65fda7e616a3e4c822348;hpb=72a93582b0b68fdecee4a96bb985782e4826382a;p=lyx.git diff --git a/src/insets/InsetExternal.h b/src/insets/InsetExternal.h index 26890c217b..fba0e7406b 100644 --- a/src/insets/InsetExternal.h +++ b/src/insets/InsetExternal.h @@ -13,11 +13,10 @@ #define INSET_EXTERNAL_H #include "Inset.h" + #include "ExternalTemplate.h" -#include "ExternalTransforms.h" #include "support/FileName.h" -#include "support/Translator.h" #include #include @@ -110,13 +109,13 @@ public: /// Update not loaded previews void updatePreview(); /// \returns the number of rows (\n's) of generated code. - int latex(odocstream &, OutputParams const &) const; + void latex(otexstream &, OutputParams const &) const; /// - docstring contextMenu(BufferView const & bv, int x, int y) const; + std::string contextMenuName() const; /// bool setMouseHover(BufferView const * bv, bool mouse_hover); /// - bool clickable(int x, int y) const { return true; } + bool clickable(int, int) const { return true; } private: /// InsetExternal(InsetExternal const &);