diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-16 16:40:06 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-11-16 23:33:04 +0100 |
commit | 40d94e6084980ec710ee8032e4a214ec237c7c48 (patch) | |
tree | 9f8e389c7b5cd04bb6c380cd6773e41fcd4ab051 /dbaccess | |
parent | 32865e69c9774d5545a3100158798b6763ff62f0 (diff) |
Fix typos
Change-Id: I25660634dcb9ebb31292275e31ed7a047e4ddd25
Reviewed-on: https://gerrit.libreoffice.org/63474
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/api/RowSetBase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/RowSetBase.cxx b/dbaccess/source/core/api/RowSetBase.cxx index 50df0f2e01ba..fa8cd6ab311e 100644 --- a/dbaccess/source/core/api/RowSetBase.cxx +++ b/dbaccess/source/core/api/RowSetBase.cxx @@ -989,7 +989,7 @@ sal_Bool SAL_CALL ORowSetBase::previous( ) bRet = m_pCache->previous(); doCancelModification( ); - // if m_bBeforeFirst is false and bRet is false than we stood on the first row + // if m_bBeforeFirst is false and bRet is false then we stood on the first row if(!m_bBeforeFirst || bRet) { // notification order |