diff options
Diffstat (limited to 'starmath/source')
-rw-r--r-- | starmath/source/mathtype.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/starmath/source/mathtype.cxx b/starmath/source/mathtype.cxx index 4289a9691975..d84a11e52ceb 100644 --- a/starmath/source/mathtype.cxx +++ b/starmath/source/mathtype.cxx @@ -1180,20 +1180,20 @@ bool MathType::HandleRecords(int nLevel, sal_uInt8 nSelector, break; case tmUARROW: if (nVariation == 0) - rRet.append(" widevec ");//left below + rRet.append(" widevec ");//left below - missing functionality else if (nVariation == 1) - rRet.append(" widevec ");//right below + rRet.append(" widevec ");//right below - missing functionality else if (nVariation == 2) - rRet.append(" widevec ");//double headed below + rRet.append(" widevec ");//double headed below - missing functionality rRet.append(" {"); break; case tmOARROW: if (nVariation == 0) - rRet.append(" widevec ");//left above + rRet.append(" widevec ");//left above - missing functionality else if (nVariation == 1) rRet.append(" widevec ");//right above else if (nVariation == 2) - rRet.append(" widevec ");//double headed above + rRet.append(" widevec ");//double headed above - missing functionality rRet.append(" {"); break; default: |