summaryrefslogtreecommitdiffstats
path: root/starmath/source/mathmlattr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/mathmlattr.cxx')
-rw-r--r--starmath/source/mathmlattr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/mathmlattr.cxx b/starmath/source/mathmlattr.cxx
index 344c079b35e9..a65e8d3f9a36 100644
--- a/starmath/source/mathmlattr.cxx
+++ b/starmath/source/mathmlattr.cxx
@@ -12,7 +12,7 @@
#include <cassert>
#include <unordered_map>
-sal_Int32 ParseMathMLUnsignedNumber(const OUString &rStr, Fraction& rUN)
+static sal_Int32 ParseMathMLUnsignedNumber(const OUString &rStr, Fraction& rUN)
{
auto nLen = rStr.getLength();
sal_Int32 nDecimalPoint = -1;
@@ -38,7 +38,7 @@ sal_Int32 ParseMathMLUnsignedNumber(const OUString &rStr, Fraction& rUN)
return nIdx;
}
-sal_Int32 ParseMathMLNumber(const OUString &rStr, Fraction& rN)
+static sal_Int32 ParseMathMLNumber(const OUString &rStr, Fraction& rN)
{
if (rStr.isEmpty())
return -1;