]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbox.h
ws changes only
[lyx.git] / src / insets / insetbox.h
index 48dbcf23669ab92892a480a6d589a9d3035f8cab..4dcf775a6145a0b8ce5e8c3d8f7b510d6f64b725 100644 (file)
@@ -22,7 +22,7 @@
 struct InsetBoxParams {
        ///
        InsetBoxParams(std::string const &);
-       ///     
+       ///
        void write(std::ostream & os) const;
        ///
        void read(LyXLex & lex);
@@ -74,7 +74,7 @@ public:
        ///
        void setButtonLabel();
        ///
-       dispatch_result InsetBox::localDispatch(FuncRequest const &);
+       dispatch_result localDispatch(FuncRequest const &);
        ///
        void metrics(MetricsInfo &, Dimension &) const;
        /// show the Box dialog
@@ -92,7 +92,7 @@ public:
        void validate(LaTeXFeatures &) const;
        ///
        InsetBoxParams const & params() const { return params_; }
-       ///     
+       ///
        enum BoxType {
                Frameless,
                Boxed,