summaryrefslogtreecommitdiff
path: root/starmath/source/mathml/mathmlexport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/mathml/mathmlexport.cxx')
-rw-r--r--starmath/source/mathml/mathmlexport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/mathml/mathmlexport.cxx b/starmath/source/mathml/mathmlexport.cxx
index 3c308cd84bc6..1c18e716e7d6 100644
--- a/starmath/source/mathml/mathmlexport.cxx
+++ b/starmath/source/mathml/mathmlexport.cxx
@@ -445,7 +445,7 @@ void SmXMLExport::ExportContent_()
return;
SmModule* pMod = SM_MOD();
- sal_uInt16 nSmSyntaxVersion = pMod->GetConfig()->GetDefaultSmSyntaxVersion();
+ sal_Int16 nSmSyntaxVersion = pMod->GetConfig()->GetDefaultSmSyntaxVersion();
// Convert symbol names
if (pDocShell)