diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:34:02 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:34:02 +0200 |
commit | 70e4329d0479305f16158a63878f335ee9232a5e (patch) | |
tree | de3e471ad7764d08daf0fdd1df88f3b184de12d6 /dbaccess/source/ui/app | |
parent | c32b6be06bf5453d82d9aad64aed5f384c9d1d1f (diff) |
fdo#60724 successfull -> successful
Change-Id: I287bef5b7f2baf5aaaab47141267ae2cadfe2451
Diffstat (limited to 'dbaccess/source/ui/app')
-rw-r--r-- | dbaccess/source/ui/app/AppController.hxx | 4 | ||||
-rw-r--r-- | dbaccess/source/ui/app/AppDetailPageHelper.hxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/app/AppController.hxx b/dbaccess/source/ui/app/AppController.hxx index faf029d90e29..432a81a74b05 100644 --- a/dbaccess/source/ui/app/AppController.hxx +++ b/dbaccess/source/ui/app/AppController.hxx @@ -278,7 +278,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 successfull, otherwise <FALSE/>. + <TRUE/> if the paste opertions was successful, otherwise <FALSE/>. */ sal_Bool paste( ElementType _eType,const ::svx::ODataAccessDescriptor& _rPasteData ,const OUString& _sParentFolder = String(),sal_Bool _bMove = sal_False); @@ -346,7 +346,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 successfull, otherwise <FALSE/>. + <TRUE/> if the insert opertions was successful, otherwise <FALSE/>. */ sal_Bool insertHierachyElement( ElementType _eType ,const OUString& _sParentFolder diff --git a/dbaccess/source/ui/app/AppDetailPageHelper.hxx b/dbaccess/source/ui/app/AppDetailPageHelper.hxx index 3f8df99c8240..92202ecadcd3 100644 --- a/dbaccess/source/ui/app/AppDetailPageHelper.hxx +++ b/dbaccess/source/ui/app/AppDetailPageHelper.hxx @@ -59,7 +59,7 @@ namespace dbaui the resulting rectangle @return - <TRUE/> when successfull + <TRUE/> when successful */ sal_Bool ImplGetGraphicCenterRect( const Graphic& rGraphic, Rectangle& rResultRect ) const; void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground ); |