diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-03 00:27:19 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-04-14 08:05:36 +0200 |
commit | cc7ff0c141e27090ab521073b961b5eeeb4d693e (patch) | |
tree | a5b72c5500f247da4323b340cbe87534ac5aba6c /ucb | |
parent | 5203027d74c73f865c53d0be488757ce150130d0 (diff) |
Fix typos
Change-Id: I28d9591517c324e995691139582c77b5cfdc9d77
Reviewed-on: https://gerrit.libreoffice.org/52211
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/cacher/cachedcontentresultset.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/cacher/cachedcontentresultset.cxx b/ucb/source/cacher/cachedcontentresultset.cxx index c7444b5d8f45..bf343123616c 100644 --- a/ucb/source/cacher/cachedcontentresultset.cxx +++ b/ucb/source/cacher/cachedcontentresultset.cxx @@ -1659,7 +1659,7 @@ sal_Bool SAL_CALL CachedContentResultSet } aGuard.clear(); - //find out whethter the original resultset contains rows or not + //find out whether the original resultset contains rows or not m_xResultSetOrigin->afterLast(); aGuard.reset(); @@ -1692,7 +1692,7 @@ sal_Bool SAL_CALL CachedContentResultSet } aGuard.clear(); - //find out whethter the original resultset contains rows or not + //find out whether the original resultset contains rows or not m_xResultSetOrigin->beforeFirst(); aGuard.reset(); |