X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetExternal.h;h=1d1d0d4be5befd068786f07664577ebcf6fbb282;hb=8a69ffd3bfaa4ab23b281a38b9a65f0a8550c997;hp=8956c7c38d40d4d682b78740f7fa55bfb3c692c7;hpb=b749e175c60c1c1f785cd9418fff8934fe2cffbe;p=features.git diff --git a/src/insets/InsetExternal.h b/src/insets/InsetExternal.h index 8956c7c38d..1d1d0d4be5 100644 --- a/src/insets/InsetExternal.h +++ b/src/insets/InsetExternal.h @@ -14,7 +14,6 @@ #include "Inset.h" #include "ExternalTransforms.h" -#include "EmbeddedFiles.h" #include "support/FileName.h" #include "support/Translator.h" @@ -78,7 +77,7 @@ public: std::string const & templatename() const { return templatename_; } /// The external file. - EmbeddedFile filename; + support::DocFileName filename; /// How the inset is to be displayed by LyX. external::DisplayType display; /// The scale of the displayed graphic (if shown). @@ -119,8 +118,6 @@ public: InsetExternalParams const & params() const; /// void setParams(InsetExternalParams const &); - /// - void setBuffer(Buffer & buffer); /// \returns the number of rows (\n's) of generated code. int latex(odocstream &, OutputParams const &) const; @@ -151,10 +148,6 @@ private: void edit(Cursor & cur, bool front, EntryDirection entry_from); /// bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const; - /// external file can be embedded - void registerEmbeddedFiles(EmbeddedFileList &) const; - /// - void updateEmbeddedFile(EmbeddedFile const &); /// void doDispatch(Cursor & cur, FuncRequest & cmd); ///