]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inseturl.h
insetcharstyle drawing cosmetics
[lyx.git] / src / insets / inseturl.h
index 9979a41cf79a01ae5b9e4be39804961f2e9f449f..3f30120b32c75cd80054121c21168b58e40c1506 100644 (file)
@@ -25,8 +25,6 @@ public:
        explicit
        InsetUrl(InsetCommandParams const &);
        ///
-       ~InsetUrl();
-       ///
        virtual std::auto_ptr<InsetBase> clone() const {
                return std::auto_ptr<InsetBase>(new InsetUrl(params()));
        }
@@ -42,21 +40,16 @@ public:
        bool display() const { return false; }
        ///
        int latex(Buffer const &, std::ostream &,
-                 LatexRunParams const &) const;
+                 OutputParams const &) const;
        ///
-       int ascii(Buffer const &, std::ostream &,
-                 LatexRunParams const &) const;
+       int plaintext(Buffer const &, std::ostream &,
+                 OutputParams const &) const;
        ///
        int linuxdoc(Buffer const &, std::ostream &,
-                    LatexRunParams const &) const;
+                    OutputParams const &) const;
        ///
        int docbook(Buffer const &, std::ostream &,
-                   LatexRunParams const &) const;
-protected:
-       ///
-       virtual
-       DispatchResult
-       priv_dispatch(FuncRequest const & cmd, idx_type &, pos_type &);
+                   OutputParams const &) const;
 };
 
 #endif