diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-01 00:26:40 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-05-01 09:46:27 +0000 |
commit | d15163eceb2f97cfc87975acfcb7b0a6e0ea54fe (patch) | |
tree | 89a300b351285fdcab8e5636533a449087167891 /dbaccess | |
parent | 8465e99a27168a2c0a62e84b819e9e133f47ddf8 (diff) |
Fix typos
Change-Id: Ideafa411b53fe4a5f2e6559be10c4cb82b58a256
Reviewed-on: https://gerrit.libreoffice.org/24543
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/inc/querycontainer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/inc/querycontainer.hxx b/dbaccess/source/core/inc/querycontainer.hxx index 6f96847a298d..40bbdf9dd1ae 100644 --- a/dbaccess/source/core/inc/querycontainer.hxx +++ b/dbaccess/source/core/inc/querycontainer.hxx @@ -99,7 +99,7 @@ namespace dbaccess specifies a warnings container (May be <NULL/>) Any errors which occur during the lifetime of the query container, - which cannot be reported as exceptionts (for instance in methods where throwing an SQLException is + which cannot be reported as exceptions (for instance in methods where throwing an SQLException is not allowed) will be appended to this container.</p> <p>The caller is responsible for ensuring the lifetime of the object pointed to by this parameter. */ |