[Libreoffice-commits] core.git: dbaccess/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon Apr 15 02:49:35 UTC 2019
dbaccess/source/ui/app/AppView.hxx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 381626d0f5213d304080923427724998cbf87380
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 10 16:04:14 2019 +0000
Commit: Jens Carl <j.carl43 at gmx.de>
CommitDate: Mon Apr 15 04:48:27 2019 +0200
Fix typo
Change-Id: I0e9d0b444d9cb122c0e02cbf521ba8a8ff1bb52c
Reviewed-on: https://gerrit.libreoffice.org/70748
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43 at gmx.de>
diff --git a/dbaccess/source/ui/app/AppView.hxx b/dbaccess/source/ui/app/AppView.hxx
index 745ab56ee8f4..3cf3e986365b 100644
--- a/dbaccess/source/ui/app/AppView.hxx
+++ b/dbaccess/source/ui/app/AppView.hxx
@@ -212,7 +212,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
@@ -224,9 +224,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
@@ -242,7 +242,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
More information about the Libreoffice-commits
mailing list