[Libreoffice-commits] core.git: dbaccess/source sd/source starmath/source svgio/source svx/source sw/source ucb/source xmlsecurity/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Sep 1 13:28:55 UTC 2020


 dbaccess/source/filter/xml/xmlfilter.cxx         |    2 +-
 sd/source/core/CustomAnimationPreset.cxx         |    2 +-
 sd/source/filter/xml/sdxmlwrp.cxx                |    2 +-
 starmath/source/mathmlimport.cxx                 |    2 +-
 svgio/source/svguno/xsvgparser.cxx               |    2 +-
 svx/source/xml/xmlexport.cxx                     |    2 +-
 sw/source/core/swg/SwXMLTextBlocks1.cxx          |    2 +-
 sw/source/filter/xml/swxml.cxx                   |    2 +-
 ucb/source/ucp/webdav/webdavresponseparser.cxx   |    2 +-
 xmlsecurity/source/helper/xmlsignaturehelper.cxx |    2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

New commits:
commit 4c20bb789c7536f63a6844a4cb4489a18cee53c7
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Aug 31 14:52:48 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Sep 1 15:28:16 2020 +0200

    Fix typo
    
    Change-Id: I03dc9ad3ad496524efbbb2f1a48f76fb95d1bfc5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101781
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/dbaccess/source/filter/xml/xmlfilter.cxx b/dbaccess/source/filter/xml/xmlfilter.cxx
index 8dd509f66b2d..942ef787c171 100644
--- a/dbaccess/source/filter/xml/xmlfilter.cxx
+++ b/dbaccess/source/filter/xml/xmlfilter.cxx
@@ -85,7 +85,7 @@ static ErrCode ReadThroughComponent(
     OSL_ENSURE(xModelComponent.is(), "document missing");
     OSL_ENSURE(rxContext.is(), "factory missing");
 
-    // prepare ParserInputSrouce
+    // prepare ParserInputSource
     InputSource aParserInput;
     aParserInput.aInputStream = xInputStream;
 
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;
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;
 
diff --git a/svgio/source/svguno/xsvgparser.cxx b/svgio/source/svguno/xsvgparser.cxx
index 5abaea5e099d..511640e6f6d7 100644
--- a/svgio/source/svguno/xsvgparser.cxx
+++ b/svgio/source/svguno/xsvgparser.cxx
@@ -80,7 +80,7 @@ namespace svgio::svgreader
         {
             try
             {
-                // prepare ParserInputSrouce
+                // prepare ParserInputSource
                 xml::sax::InputSource myInputSource;
                 myInputSource.aInputStream = xSVGStream;
 
diff --git a/svx/source/xml/xmlexport.cxx b/svx/source/xml/xmlexport.cxx
index 6e63ef08700a..5f179873b0ca 100644
--- a/svx/source/xml/xmlexport.cxx
+++ b/svx/source/xml/xmlexport.cxx
@@ -181,7 +181,7 @@ bool SvxDrawingLayerImport( SdrModel* pModel, const uno::Reference<io::XInputStr
         }
 
         // parse
-        // prepare ParserInputSrouce
+        // prepare ParserInputSource
         xml::sax::InputSource aParserInput;
         aParserInput.aInputStream = xInputStream;
 
diff --git a/sw/source/core/swg/SwXMLTextBlocks1.cxx b/sw/source/core/swg/SwXMLTextBlocks1.cxx
index 6a02512ce9b5..b76f7ee93f5b 100644
--- a/sw/source/core/swg/SwXMLTextBlocks1.cxx
+++ b/sw/source/core/swg/SwXMLTextBlocks1.cxx
@@ -185,7 +185,7 @@ ErrCode SwXMLTextBlocks::GetMacroTable( sal_uInt16 nIdx,
 
         uno::Reference<io::XInputStream> xInputStream = xDocStream->getInputStream();
 
-        // prepare ParserInputSrouce
+        // prepare ParserInputSource
         xml::sax::InputSource aParserInput;
         aParserInput.sSystemId = m_aName;
         aParserInput.aInputStream = xInputStream;
diff --git a/sw/source/filter/xml/swxml.cxx b/sw/source/filter/xml/swxml.cxx
index 09ff0e2ddeed..24c8e8c7c749 100644
--- a/sw/source/filter/xml/swxml.cxx
+++ b/sw/source/filter/xml/swxml.cxx
@@ -145,7 +145,7 @@ ErrCode 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.sSystemId = rName;
     aParserInput.aInputStream = xInputStream;
diff --git a/ucb/source/ucp/webdav/webdavresponseparser.cxx b/ucb/source/ucp/webdav/webdavresponseparser.cxx
index b03a392d5cbb..2a26c289951e 100644
--- a/ucb/source/ucp/webdav/webdavresponseparser.cxx
+++ b/ucb/source/ucp/webdav/webdavresponseparser.cxx
@@ -840,7 +840,7 @@ namespace
         {
             try
             {
-                // prepare ParserInputSrouce
+                // prepare ParserInputSource
                 xml::sax::InputSource myInputSource;
                 myInputSource.aInputStream = xInputStream;
 
diff --git a/xmlsecurity/source/helper/xmlsignaturehelper.cxx b/xmlsecurity/source/helper/xmlsignaturehelper.cxx
index 6ec834053a17..1857e58f94ad 100644
--- a/xmlsecurity/source/helper/xmlsignaturehelper.cxx
+++ b/xmlsecurity/source/helper/xmlsignaturehelper.cxx
@@ -252,7 +252,7 @@ bool XMLSignatureHelper::ReadAndVerifySignature( const css::uno::Reference< css:
 
     SAL_WARN_IF(!xInputStream.is(), "xmlsecurity.helper", "input stream missing");
 
-    // prepare ParserInputSrouce
+    // prepare ParserInputSource
     xml::sax::InputSource aParserInput;
     aParserInput.aInputStream = xInputStream;
 


More information about the Libreoffice-commits mailing list