]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetHyperlink.h
de.po
[lyx.git] / src / insets / InsetHyperlink.h
index 6bc0c64165cfd390e37238224a20388c69f04164..a70200cc7523c7f1b6413ce64473b1bbd5292acb 100644 (file)
@@ -24,7 +24,7 @@ class InsetHyperlink : public InsetCommand
 public:
        ///
        InsetHyperlink(Buffer * buf, InsetCommandParams const &);
-                               
+
        /// \name Public functions inherited from Inset class
        //@{
        ///
@@ -38,7 +38,7 @@ public:
        ///
        void toString(odocstream &) const;
        ///
-       void forOutliner(docstring &, size_t) const;
+       void forOutliner(docstring &, size_t const, bool const) const;
        ///
        docstring toolTip(BufferView const & bv, int x, int y) const;
        ///
@@ -59,14 +59,14 @@ public:
        /// \name Static public methods obligated for InsetCommand derived classes
        //@{
        ///
-       static bool isCompatibleCommand(std::string const & s) 
+       static bool isCompatibleCommand(std::string const & s)
                { return s == "href"; }
        ///
        static std::string defaultCommand() { return "href"; }
        ///
        static ParamInfo const & findInfo(std::string const &);
        //@}
-       
+
 private:
        /// \name Private functions inherited from Inset class
        //@{