]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSplit.h
Simplify Changers interface
[lyx.git] / src / mathed / InsetMathSplit.h
index 0f47e38bf3e41d76b40d13e2c54f53d445f6047c..122653459fd5134049a5c6f3c61441c9a3228e61 100644 (file)
@@ -41,12 +41,12 @@ public:
        ///
        int defaultColSpace(col_type) { return 0; }
        ///
-       int displayColSpace(col_type col) const;\r
-       ///\r
+       int displayColSpace(col_type col) const;
+       ///
        char defaultColAlign(col_type);
        ///
-       char displayColAlign(idx_type idx) const;\r
-       ///\r
+       char displayColAlign(idx_type idx) const;
+       ///
        InsetCode lyxCode() const { return MATH_SPLIT_CODE; }
 
 private: