]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCommand.h
nomenclWidest(): take (proper) formatting into account.
[lyx.git] / src / insets / InsetCommand.h
index ba7a945339497ff849e6d87a9cb3e29c8a400948..f51f8c939a05452be85e4971ab5df44b3094772e 100644 (file)
@@ -87,6 +87,8 @@ public:
        ///
        int docbook(odocstream &, OutputParams const & runparams) const;
        ///
+       void validate(LaTeXFeatures & features) const;
+       ///
        bool setMouseHover(BufferView const * bv, bool mouse_hover) const;
        ///
        bool clickable(BufferView const &, int, int) const { return hasSettings(); }
@@ -106,7 +108,7 @@ protected:
        //@{
        /// Build the complete LaTeX command
        /// \see InsetCommandParams::getCommand
-       docstring const getCommand(OutputParams const & rp) const 
+       docstring const getCommand(OutputParams const & rp) const
                { return p_.getCommand(rp); }
        /// Return the command name
        /// \see InsetCommandParams::getCmdName