diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-11 19:56:39 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-12 21:34:31 +0200 |
commit | b0bcd587fba71c34adb85dc5d1b2417104f02748 (patch) | |
tree | 0ce5a0ff5dc31e0d1265c642f3eb31d4137617cb /include/ucbhelper/resultsetmetadata.hxx | |
parent | e71093c0bc52426647a9d3a41ac0643bbc6cb0c6 (diff) |
Fix typos
Change-Id: Id20e239b8a5a2dababe9284dc30d4d155ffecfc5
Reviewed-on: https://gerrit.libreoffice.org/77322
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'include/ucbhelper/resultsetmetadata.hxx')
-rw-r--r-- | include/ucbhelper/resultsetmetadata.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ucbhelper/resultsetmetadata.hxx b/include/ucbhelper/resultsetmetadata.hxx index 3a11d8f99468..5842ee1e56d1 100644 --- a/include/ucbhelper/resultsetmetadata.hxx +++ b/include/ucbhelper/resultsetmetadata.hxx @@ -313,7 +313,7 @@ public: * * @param column is the number of the column for that a value shall * be returned. The first column is 1, the second is 2, ... - * @return true, if the column is definetely not writable. + * @return true, if the column is definitely not writable. */ virtual sal_Bool SAL_CALL isReadOnly( sal_Int32 column ) override; @@ -331,7 +331,7 @@ public: * * @param column is the number of the column for that a value shall * be returned. The first column is 1, the second is 2, ... - * @return true, if a write on the column will definetely succeed. + * @return true, if a write on the column will definitely succeed. */ virtual sal_Bool SAL_CALL isDefinitelyWritable( sal_Int32 column ) override; |