dbaccess/source/ui/app/AppController.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 2dd092b81c562ad85e9015de0e0921a1be9ac475 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri May 3 22:40:50 2019 +0000 Commit: Julien Nabet <[email protected]> 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 <[email protected]> Tested-by: Julien Nabet <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
