]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcharstyle.h
insetcharstyle drawing cosmetics
[lyx.git] / src / insets / insetcharstyle.h
index 58104ba35684afdfb97549b117385ad0b84020ef..f06e485c3c03db02561d8c0e166b498969079366 100644 (file)
 #ifndef INSETCHARSTYLE_H
 #define INSETCHARSTYLE_H
 
-
 #include "insetcollapsable.h"
 #include "lyxtextclass.h"
 
 
- struct InsetCharStyleParams {
+struct InsetCharStyleParams {
        ///
        void write(std::ostream & os) const;
        ///
@@ -44,8 +43,6 @@
 class InsetCharStyle : public InsetCollapsable {
 public:
        ///
-
-
        InsetCharStyle(BufferParams const &, CharStyles::iterator);
        /// Copy constructor
        InsetCharStyle(InsetCharStyle const &);
@@ -85,11 +82,10 @@ public:
 
 protected:
        ///
-       virtual
-       DispatchResult
-       priv_dispatch(BufferView & bv, FuncRequest const & cmd);
+       virtual void priv_dispatch(LCursor & cur, FuncRequest & cmd);
 
 private:
+       ///
        friend class InsetCharStyleParams;
 
        /// used by the constructors