]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetExternal.h
* src/paragraph_funcs.cpp (breakParagraph): change parameter 'flag' to
[lyx.git] / src / insets / InsetExternal.h
index ac6cc991fa8e9296d38da9c89463bf39c9716b7c..67d1fb8aa2a51506c4442808398cc05fd54f2565 100644 (file)
@@ -117,7 +117,7 @@ public:
        virtual EDITABLE editable() const { return IS_EDITABLE; }
 
        ///
-       bool metrics(MetricsInfo &, Dimension &) const;
+       void metrics(MetricsInfo &, Dimension &) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
@@ -149,8 +149,7 @@ public:
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
        /// external file can be embedded
-       void registerEmbeddedFiles(Buffer const &, EmbeddedFiles &,
-                       ParConstIterator const &) const;
+       void registerEmbeddedFiles(Buffer const &, EmbeddedFiles &) const;
 
 protected:
        InsetExternal(InsetExternal const &);