summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-22 09:48:17 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-22 09:58:19 +0200
commit616c6924f18911fce110918edf05ed2f4e52dba9 (patch)
tree3e307b3e91fe6b025701eb3dfea0ff61c750aff6 /xmlsecurity
parent7ca8407b403bf97a472ce2ade7e3fa1cb588cf24 (diff)
s/the the/the/
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/framework/buffernode.cxx2
-rw-r--r--xmlsecurity/source/xmlsec/xmlstreamio.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/xmlsecurity/source/framework/buffernode.cxx b/xmlsecurity/source/framework/buffernode.cxx
index 0c68bd2c69f3..1f4006d039f7 100644
--- a/xmlsecurity/source/framework/buffernode.cxx
+++ b/xmlsecurity/source/framework/buffernode.cxx
@@ -689,7 +689,7 @@ const BufferNode* BufferNode::getNextNodeByTreeOrder() const
* The "next" node in tree order is defined as:
* 1. If a node has children, then the first child is;
* 2. otherwise, if it has a following sibling, then this sibling node is;
- * 3. otherwise, if it has a parent node, the the parent's next sibling
+ * 3. otherwise, if it has a parent node, the parent's next sibling
* node is;
* 4. otherwise, no "next" node exists.
*
diff --git a/xmlsecurity/source/xmlsec/xmlstreamio.cxx b/xmlsecurity/source/xmlsec/xmlstreamio.cxx
index 1f85dc3e81d2..c47e681b91fe 100644
--- a/xmlsecurity/source/xmlsec/xmlstreamio.cxx
+++ b/xmlsecurity/source/xmlsec/xmlstreamio.cxx
@@ -64,7 +64,7 @@ int xmlStreamMatch( const char* uri )
xInputStream = m_xUriBinding->getUriBinding( sUri ) ;
if (!xInputStream.is())
{
- //Try the the passed in uri directly.
+ //Try the passed in uri directly.
//For old documents prior OOo 3.0. We did not use URIs then.
xInputStream = m_xUriBinding->getUriBinding(
::rtl::OUString::createFromAscii(uri));
@@ -94,7 +94,7 @@ void* xmlStreamOpen( const char* uri )
if (!xInputStream.is())
{
//For old documents.
- //try the the passed in uri directly.
+ //try the passed in uri directly.
xInputStream = m_xUriBinding->getUriBinding(
::rtl::OUString::createFromAscii(uri));
}