diff options
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/mathmlattr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/mathmlattr.cxx b/starmath/source/mathmlattr.cxx index fd7bf378724c..9e081302ad43 100644 --- a/starmath/source/mathmlattr.cxx +++ b/starmath/source/mathmlattr.cxx @@ -148,7 +148,7 @@ sal_Int32 ParseMathMLAttributeLengthValue(const OUString &rStr, MathMLAttributeL bool GetMathMLMathvariantValue(const OUString &rStr, MathMLMathvariantValue *pV) { - static const std::unordered_map<OUString, MathMLMathvariantValue, OUStringHash> aMap{ + static const std::unordered_map<OUString, MathMLMathvariantValue> aMap{ {"normal", MathMLMathvariantValue::Normal}, {"bold", MathMLMathvariantValue::Bold}, {"italic", MathMLMathvariantValue::Italic}, |