]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpace.h
Cocoa based Qt-4.6 needs to paint every character separately to match metrics computa...
[lyx.git] / src / insets / InsetSpace.h
index c7697b0bab01d351fb415b8b9c656248a41b491f..5496e3c8489b30a2e269c00ecff84b513a7877fa 100644 (file)
@@ -120,7 +120,7 @@ public:
        /// Will not be used when lyxf3
        void read(Lexer & lex);
        ///
-       int latex(odocstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///
@@ -140,7 +140,7 @@ public:
        /// is this an expandible space (rubber length)?
        bool isStretchableSpace() const;
 
-       // should this inset be handled like a normal charater
+       /// should this inset be handled like a normal character?
        bool isChar() const { return true; }
        /// is this equivalent to a letter?
        bool isLetter() const { return false; }