From 70e4329d0479305f16158a63878f335ee9232a5e Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 15 Apr 2013 05:34:02 +0200 Subject: fdo#60724 successfull -> successful Change-Id: I287bef5b7f2baf5aaaab47141267ae2cadfe2451 --- dbaccess/source/ui/app/AppController.hxx | 4 ++-- dbaccess/source/ui/app/AppDetailPageHelper.hxx | 2 +- dbaccess/source/ui/inc/UITools.hxx | 2 +- dbaccess/source/ui/misc/indexcollection.cxx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'dbaccess') 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 the name of the content must be inserted without any change, otherwise not. @return - if the paste opertions was successfull, otherwise . + if the paste opertions was successful, otherwise . */ 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 the name of the content must be inserted without any change, otherwise not. @return - if the insert opertions was successfull, otherwise . + if the insert opertions was successful, otherwise . */ 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 - when successfull + when successful */ sal_Bool ImplGetGraphicCenterRect( const Graphic& rGraphic, Rectangle& rResultRect ) const; void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground ); diff --git a/dbaccess/source/ui/inc/UITools.hxx b/dbaccess/source/ui/inc/UITools.hxx index 656997cd4211..0ee69703ac99 100644 --- a/dbaccess/source/ui/inc/UITools.hxx +++ b/dbaccess/source/ui/inc/UITools.hxx @@ -395,7 +395,7 @@ namespace dbaui @param _bMove if the name of the content must be inserted without any change, otherwise not. @return - if the insert opertions was successfull, otherwise . + if the insert opertions was successful, otherwise . */ sal_Bool insertHierachyElement( Window* _pParent, diff --git a/dbaccess/source/ui/misc/indexcollection.cxx b/dbaccess/source/ui/misc/indexcollection.cxx index b8e3db0c1fc2..ca461bc5deeb 100644 --- a/dbaccess/source/ui/misc/indexcollection.cxx +++ b/dbaccess/source/ui/misc/indexcollection.cxx @@ -233,7 +233,7 @@ namespace dbaui // adjust the OIndex structure Indexes::iterator aDropped = findOriginal(_rPos->getOriginalName()); - OSL_ENSURE(aDropped != m_aIndexes.end(), "OIndexCollection::drop: invalid original name, but successfull commit?!"); + OSL_ENSURE(aDropped != m_aIndexes.end(), "OIndexCollection::drop: invalid original name, but successful commit?!"); aDropped->flagAsNew(GrantIndexAccess()); return sal_True; -- cgit