diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-04 19:18:54 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-07 08:06:46 +0200 |
commit | 6da9c6249e54a4514f92ffb24526cf880349ac4c (patch) | |
tree | 71e48148d09031243068ed59515bf6348dc094fd /dbaccess | |
parent | 1a0250c6b80fca5806fb4150725450bed1941c67 (diff) |
Fix typo
Change-Id: I88752cab3d9b49db11088947903dfaf80c6d8150
Reviewed-on: https://gerrit.libreoffice.org/70358
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/app/AppDetailView.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/app/AppDetailView.hxx b/dbaccess/source/ui/app/AppDetailView.hxx index 050359d02728..f03ce5d9f859 100644 --- a/dbaccess/source/ui/app/AppDetailView.hxx +++ b/dbaccess/source/ui/app/AppDetailView.hxx @@ -279,7 +279,7 @@ namespace dbaui /** adds a new object to the detail page. @param _eType - The type where the entry shold be appended. + The type where the entry should be appended. @param _rName The name of the object to be inserted @param _rObject @@ -291,9 +291,9 @@ namespace dbaui ,const OUString& _rName ,const css::uno::Any& _rObject ); - /** replaces a objects name with a new one + /** replaces an objects name with a new one @param _eType - The type where the entry shold be appended. + The type where the entry should be appended. @param _rOldName The old name of the object to be replaced @param _rNewName @@ -309,7 +309,7 @@ namespace dbaui /** removes an element from the detail page. @param _eType - The type where the entry shold be appended. + The type where the entry should be appended. @param _rName The name of the element to be removed. @param _rxConn |