diff options
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/mathmlimport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/mathmlimport.cxx b/starmath/source/mathmlimport.cxx index fffc9d61e169..b367b9943374 100644 --- a/starmath/source/mathmlimport.cxx +++ b/starmath/source/mathmlimport.cxx @@ -259,7 +259,7 @@ ErrCode SmXMLImportWrapper::ReadThroughComponent( OSL_ENSURE(rxContext.is(), "factory missing"); OSL_ENSURE(nullptr != pFilterName,"I need a service name for the component!"); - // prepare ParserInputSrouce + // prepare ParserInputSource xml::sax::InputSource aParserInput; aParserInput.aInputStream = xInputStream; |