summaryrefslogtreecommitdiff
path: root/ucbhelper
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 /ucbhelper
parent7ca8407b403bf97a472ce2ade7e3fa1cb588cf24 (diff)
s/the the/the/
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
Diffstat (limited to 'ucbhelper')
-rw-r--r--ucbhelper/inc/ucbhelper/resultset.hxx4
-rw-r--r--ucbhelper/source/provider/resultset.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/ucbhelper/inc/ucbhelper/resultset.hxx b/ucbhelper/inc/ucbhelper/resultset.hxx
index 3c6c7e5e46a0..68ec9bcbb082 100644
--- a/ucbhelper/inc/ucbhelper/resultset.hxx
+++ b/ucbhelper/inc/ucbhelper/resultset.hxx
@@ -462,7 +462,7 @@ public:
queryContentIdentifier( sal_uInt32 nIndex ) = 0;
/**
- * This method returns the the content at the specified index.
+ * This method returns the content at the specified index.
*
* @param nIndex is the zero-based index within the logical data array
* of the supplier; must be non-negative.
@@ -512,7 +512,7 @@ public:
* The implementation should call m_pResultSet->rowCountFinal(...) if
* it has inserted all entries in its logical result array.
*
- * @return true, if the the value returned by currentCount() won't change
+ * @return true, if the value returned by currentCount() won't change
anymore.
*/
virtual sal_Bool isCountFinal() = 0;
diff --git a/ucbhelper/source/provider/resultset.cxx b/ucbhelper/source/provider/resultset.cxx
index 9bc380748c62..77409602b7df 100644
--- a/ucbhelper/source/provider/resultset.cxx
+++ b/ucbhelper/source/provider/resultset.cxx
@@ -632,7 +632,7 @@ sal_Bool SAL_CALL ResultSet::relative( sal_Int32 rows )
{
/*
Attempting to move beyond the first/last row in the result set
- positions the cursor before/after the the first/last row.
+ positions the cursor before/after the first/last row.
Calling relative( 0 ) is valid, but does not change the cursor position.