summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-03 22:40:50 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-05 10:12:10 +0200
commit2dd092b81c562ad85e9015de0e0921a1be9ac475 (patch)
treeb5dd3622398c8280d032acc59a096634c911cb99 /dbaccess
parent13894996601daf10d133f4a71eb0b26794d782bc (diff)
Fix typo
Change-Id: I156ae9d89b79816ce9c96320280adb16140769e0 Reviewed-on: https://gerrit.libreoffice.org/71820 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/app/AppController.hxx6
1 files changed, 3 insertions, 3 deletions
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