diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-14 21:26:15 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-15 09:19:45 +0200 |
commit | 252452c108ea5a3178fe7cb4a99fea4e0cfdfcad (patch) | |
tree | 621eae002ffd3393e4d341b334e07571be58d07d /dbaccess | |
parent | ea68858c5beb55c7c70c91f8b1f5b6e41fdfce72 (diff) |
Fix typo
Change-Id: I407e8aa9c75fd5598321294437d9340f3f8e9456
Reviewed-on: https://gerrit.libreoffice.org/72325
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/inc/UITools.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/UITools.hxx b/dbaccess/source/ui/inc/UITools.hxx index e98f7539d694..41ac1ab170b2 100644 --- a/dbaccess/source/ui/inc/UITools.hxx +++ b/dbaccess/source/ui/inc/UITools.hxx @@ -374,7 +374,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 operation was successful, otherwise <FALSE/>. */ bool insertHierachyElement( weld::Window* pParent, |