diff options
author | Jan Holesovsky <kendy@collabora.com> | 2015-06-08 10:29:27 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2015-06-08 10:29:27 +0200 |
commit | 9535d5d1fdbd1a529e4d7a6b5e3df6c551465364 (patch) | |
tree | 0344de7b215178edb21c39afef8f7bf8a57ddd45 /dbaccess | |
parent | b0168403e2d090777b16bfcda742fce947dd136d (diff) |
\<the the\> -> the
Change-Id: I9d820446411eb7dfca37bb3baf5e994f4ba6f421
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/dataaccess/databasecontext.cxx | 2 | ||||
-rw-r--r-- | dbaccess/source/core/dataaccess/databasedocument.cxx | 2 | ||||
-rw-r--r-- | dbaccess/source/filter/xml/xmlfilter.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/core/dataaccess/databasecontext.cxx b/dbaccess/source/core/dataaccess/databasecontext.cxx index 32c63a1ed550..7523f29a2bab 100644 --- a/dbaccess/source/core/dataaccess/databasecontext.cxx +++ b/dbaccess/source/core/dataaccess/databasecontext.cxx @@ -368,7 +368,7 @@ Reference< XInterface > ODatabaseContext::loadObjectFromURL(const OUString& _rNa aArgs.put( "InteractionHandler", task::InteractionHandler::createWithParent(m_aContext, 0) ); if (bEmbeddedDataSource) { - // In this case the host contains the real path, and the the path is the embedded stream name. + // In this case the host contains the real path, and the path is the embedded stream name. OUString sBaseURI = aURL.GetHost(INetURLObject::DECODE_WITH_CHARSET) + aURL.GetURLPath(INetURLObject::DECODE_WITH_CHARSET); aArgs.put("BaseURI", sBaseURI); } diff --git a/dbaccess/source/core/dataaccess/databasedocument.cxx b/dbaccess/source/core/dataaccess/databasedocument.cxx index 8c829073916c..9cd4a9f86d95 100644 --- a/dbaccess/source/core/dataaccess/databasedocument.cxx +++ b/dbaccess/source/core/dataaccess/databasedocument.cxx @@ -1676,7 +1676,7 @@ void ODatabaseDocument::impl_writeStorage_throw( const Reference< XStorage >& _r OUString sURL = _rMediaDescriptor.getOrDefault("URL", OUString()); if (sURL.startsWithIgnoreAsciiCase("vnd.sun.star.pkg:")) { - // In this case the host contains the real path, and the the path is the embedded stream name. + // In this case the host contains the real path, and the path is the embedded stream name. INetURLObject aURL(sURL); sStreamRelPath = aURL.GetURLPath(INetURLObject::DECODE_WITH_CHARSET); if (sStreamRelPath.startsWith("/")) diff --git a/dbaccess/source/filter/xml/xmlfilter.cxx b/dbaccess/source/filter/xml/xmlfilter.cxx index 6b1e16b71cb9..0d0ee5a9a4e5 100644 --- a/dbaccess/source/filter/xml/xmlfilter.cxx +++ b/dbaccess/source/filter/xml/xmlfilter.cxx @@ -456,7 +456,7 @@ bool ODBFilter::implImport( const Sequence< PropertyValue >& rDescriptor ) OUString sStreamRelPath; if (sFileName.startsWithIgnoreAsciiCase("vnd.sun.star.pkg:")) { - // In this case the host contains the real path, and the the path is the embedded stream name. + // In this case the host contains the real path, and the path is the embedded stream name. INetURLObject aURL(sFileName); sFileName = aURL.GetHost(INetURLObject::DECODE_WITH_CHARSET); sStreamRelPath = aURL.GetURLPath(INetURLObject::DECODE_WITH_CHARSET); |