[Libreoffice-commits] core.git: dbaccess/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Apr 14 17:45:32 UTC 2019


 dbaccess/source/ui/app/AppDetailPageHelper.hxx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 8aaeaa27b021b7322d0b55ab81095349bbb721e7
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 10 16:04:15 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Apr 14 19:44:45 2019 +0200

    Fix typo
    
    Change-Id: I1dacc900707758d83a8cc31b107511bf926f72a6
    Reviewed-on: https://gerrit.libreoffice.org/70738
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/dbaccess/source/ui/app/AppDetailPageHelper.hxx b/dbaccess/source/ui/app/AppDetailPageHelper.hxx
index 544548d108e2..43cb85d0ba3b 100644
--- a/dbaccess/source/ui/app/AppDetailPageHelper.hxx
+++ b/dbaccess/source/ui/app/AppDetailPageHelper.hxx
@@ -273,7 +273,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
@@ -285,9 +285,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
@@ -301,7 +301,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