]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMacroTemplate.h
Assure correct spacing of colored items in mathed
[lyx.git] / src / mathed / InsetMathMacroTemplate.h
index da629fbe2b9e872b07e990495099ee6c9f5ee662..bdba22143f7f6e0fa9b33e5cca85c6f68d434b62 100644 (file)
@@ -48,7 +48,7 @@ public:
        void write(std::ostream & os) const;
        ///
        void write(WriteStream & os) const;
-       /// Output LaTeX code, but assume that the macro is not definied yet
+       /// Output LaTeX code, but assume that the macro is not defined yet
        /// if overwriteRedefinition is true
        int write(WriteStream & os, bool overwriteRedefinition) const;
        /// Nothing happens. This is simply to suppress the default output.
@@ -57,7 +57,6 @@ public:
        int plaintext(odocstringstream &, OutputParams const &, size_t) const;
        ///
        bool inheritFont() const { return false; }
-
        ///
        docstring name() const;
        ///