]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
findadv: using \w instead of [[:word:]] makes test-case std::regex compatible; also...
[lyx.git] / src / BufferParams.h
index 0258cc857644b2ab3cf4c64c053b0867f580df8a..3b0b8a79de784a50714906513361368d40f1f379 100644 (file)
@@ -102,15 +102,15 @@ public:
        void setDefSkip(VSpace const & vs);
 
        ///
-       HSpace const & getFormulaIndentation() const;
+       HSpace const & getMathIndentation() const;
        ///
-       void setFormulaIndentation(HSpace const & indent);
+       void setMathIndentation(HSpace const & indent);
 
        /// Whether formulas are indented
-       bool is_formula_indent;
+       bool is_math_indent;
 
        /// the indentation of formulas
-       std::string formula_indentation;
+       std::string math_indentation;
 
        /** Whether paragraphs are separated by using a indent like in
         *  articles or by using a little skip like in letters.