From 616c6924f18911fce110918edf05ed2f4e52dba9 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 22 Feb 2013 09:48:17 +0200 Subject: s/the the/the/ Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3 --- xmlsecurity/source/framework/buffernode.cxx | 2 +- xmlsecurity/source/xmlsec/xmlstreamio.cxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'xmlsecurity/source') 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)); } -- cgit v1.2.3