]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetHyperlink.h
de.po
[lyx.git] / src / insets / InsetHyperlink.h
index 78a6ddd8b3775f14c9b7e17389e216be09545d6d..a70200cc7523c7f1b6413ce64473b1bbd5292acb 100644 (file)
@@ -24,7 +24,7 @@ class InsetHyperlink : public InsetCommand
 public:
        ///
        InsetHyperlink(Buffer * buf, InsetCommandParams const &);
-                               
+
        /// \name Public functions inherited from Inset class
        //@{
        ///
@@ -32,8 +32,6 @@ public:
        ///
        bool hasSettings() const { return true; }
        ///
-       bool inheritFont() const { return true; }
-       ///
        bool forceLTR() const { return true; }
        ///
        bool isInToc() const { return true; }
@@ -61,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
        //@{