]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetHyperlink.h
Attempt to reflect tabular width in workarea
[lyx.git] / src / insets / InsetHyperlink.h
index 1dd3e08e2ca3d24d65cb247b647349c7b08d0469..a70200cc7523c7f1b6413ce64473b1bbd5292acb 100644 (file)
@@ -24,7 +24,7 @@ class InsetHyperlink : public InsetCommand
 public:
        ///
        InsetHyperlink(Buffer * buf, InsetCommandParams const &);
-                               
+
        /// \name Public functions inherited from Inset class
        //@{
        ///
@@ -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
        //@{