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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun May 5 08:12:58 UTC 2019


 dbaccess/source/ui/app/AppController.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 2dd092b81c562ad85e9015de0e0921a1be9ac475
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri May 3 22:40:50 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun May 5 10:12:10 2019 +0200

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

diff --git a/dbaccess/source/ui/app/AppController.hxx b/dbaccess/source/ui/app/AppController.hxx
index 5af809a3f0fd..1ba03e847926 100644
--- a/dbaccess/source/ui/app/AppController.hxx
+++ b/dbaccess/source/ui/app/AppController.hxx
@@ -246,7 +246,7 @@ namespace dbaui
             @param  _bMove
                 if <TRUE/> the name of the content must be inserted without any change, otherwise not.
             @return
-                <TRUE/> if the paste opertions was successful, otherwise <FALSE/>.
+                <TRUE/> if the paste operations was successful, otherwise <FALSE/>.
         */
         bool paste( ElementType _eType, const svx::ODataAccessDescriptor& _rPasteData, const OUString& _sParentFolder = OUString(), bool _bMove = false);
 
@@ -270,7 +270,7 @@ namespace dbaui
         */
         void addContainerListener(const css::uno::Reference< css::container::XNameAccess>& _xCollection);
 
-        /** opens a uno dialog with the currently selected data source as initialize argument
+        /** opens an uno dialog with the currently selected data source as initialize argument
             @param  _sServiceName
                 The service name of the dialog to be executed.
         */
@@ -302,7 +302,7 @@ namespace dbaui
             @param  _bMove
                 if <TRUE/> the name of the content must be inserted without any change, otherwise not.
             @return
-                <TRUE/> if the insert opertions was successful, otherwise <FALSE/>.
+                <TRUE/> if the insert operations was successful, otherwise <FALSE/>.
         */
         bool insertHierachyElement(  ElementType _eType
                                     ,const OUString& _sParentFolder


More information about the Libreoffice-commits mailing list