diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-28 21:11:22 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-02 19:50:18 +0200 |
commit | 678d71c2d8009cd6e8c274158f4195a4df523cc0 (patch) | |
tree | 910a194ef47cc7df9e857a75a52d23b34fe67722 /dbaccess | |
parent | c2c7a802e58527a5e572e903a206fe0be6c34172 (diff) |
Fix typo
Change-Id: I254fe53ca0b588b212c14ccaa5d57ff95c971d16
Reviewed-on: https://gerrit.libreoffice.org/71692
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/dataaccess/databaseregistrations.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/dataaccess/databaseregistrations.cxx b/dbaccess/source/core/dataaccess/databaseregistrations.cxx index 5bc7b86cfa71..2b0e70eba9cf 100644 --- a/dbaccess/source/core/dataaccess/databaseregistrations.cxx +++ b/dbaccess/source/core/dataaccess/databaseregistrations.cxx @@ -119,7 +119,7 @@ namespace dbaccess simply do a "getByName" (equivalent) when we want to retrieve the node for a given registration name. Instead, we must search all nodes. - If a node with the given name already exists, then a ElementExistException is thrown. + If a node with the given name already exists, then an ElementExistException is thrown. If no exception is thrown, then a valid node is returned: If the node did not yet exist a new node is created, in this case the root node is not yet committed. |