diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-31 14:52:48 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-09-01 15:28:16 +0200 |
commit | 4c20bb789c7536f63a6844a4cb4489a18cee53c7 (patch) | |
tree | e84495175c4131edb4d4e3bad5580c73787c25b4 /sd | |
parent | 0fc96ac585520884e3509d574d162ffdae7698c9 (diff) |
Fix typo
Change-Id: I03dc9ad3ad496524efbbb2f1a48f76fb95d1bfc5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101781
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/core/CustomAnimationPreset.cxx | 2 | ||||
-rw-r--r-- | sd/source/filter/xml/sdxmlwrp.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/core/CustomAnimationPreset.cxx b/sd/source/core/CustomAnimationPreset.cxx index cf15dc490622..b40b271d9910 100644 --- a/sd/source/core/CustomAnimationPreset.cxx +++ b/sd/source/core/CustomAnimationPreset.cxx @@ -227,7 +227,7 @@ Reference< XAnimationNode > implImportEffects( const Reference< XMultiServiceFac std::unique_ptr<SvStream> pIStm = ::utl::UcbStreamHelper::CreateStream( rPath, StreamMode::READ ); Reference<XInputStream> xInputStream( new utl::OInputStreamWrapper( std::move(pIStm) ) ); - // prepare ParserInputSrouce + // prepare ParserInputSource xml::sax::InputSource aParserInput; aParserInput.sSystemId = rPath; aParserInput.aInputStream = xInputStream; diff --git a/sd/source/filter/xml/sdxmlwrp.cxx b/sd/source/filter/xml/sdxmlwrp.cxx index 3980efc1cd52..7186ef911c24 100644 --- a/sd/source/filter/xml/sdxmlwrp.cxx +++ b/sd/source/filter/xml/sdxmlwrp.cxx @@ -184,7 +184,7 @@ ErrCode ReadThroughComponent( SAL_INFO( "sd.filter", "ReadThroughComponent" ); - // prepare ParserInputSrouce + // prepare ParserInputSource xml::sax::InputSource aParserInput; aParserInput.sSystemId = rName; aParserInput.aInputStream = xInputStream; |