diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2017-01-24 12:56:13 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2017-01-25 06:05:54 +0000 |
commit | 6d898945d57b53b862c41a3adbd0d4eddd8dfbcd (patch) | |
tree | f25cdb30411048df0b5dac05bb80dea50898c703 /connectivity | |
parent | 3cda5ffdda64eff9282450816334d18f7aa015bd (diff) |
Fix typo in comments: relativ -> relative
Change-Id: I58833e503e93b8057f92710c5828bba6cecd4e09
Reviewed-on: https://gerrit.libreoffice.org/33488
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Tested-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/inc/TSkipDeletedSet.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/TSkipDeletedSet.hxx b/connectivity/source/inc/TSkipDeletedSet.hxx index 09f86528d598..4b610082756f 100644 --- a/connectivity/source/inc/TSkipDeletedSet.hxx +++ b/connectivity/source/inc/TSkipDeletedSet.hxx @@ -55,7 +55,7 @@ namespace connectivity it guarantees that the row isn't deleted @param IResultSetHelper::Movement _eCursorPosition in which direction the resultset should be moved - sal_Int32 _nOffset the position relativ to the movement + sal_Int32 _nOffset the position relative to the movement sal_Bool _bRetrieveData is true when the current row should be filled which data @return true when the movement was successful otherwise false |