diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-03-25 21:19:59 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-03-25 21:19:59 +0100 |
commit | b33788cb6b6d91657ea21eda8cb4925c4b628045 (patch) | |
tree | 37af0f29790b58d0d443b267e5cc0b2bcb6bde29 /basic | |
parent | 25d3c618d831036c08194610f188e4781c135cfc (diff) |
Typos
Change-Id: I665a56fcad10e136e949a10497f6ab8813af9968
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/classes/sbunoobj.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/classes/sbunoobj.cxx b/basic/source/classes/sbunoobj.cxx index 3557ed019768..77bb0f3c42c7 100644 --- a/basic/source/classes/sbunoobj.cxx +++ b/basic/source/classes/sbunoobj.cxx @@ -2722,7 +2722,7 @@ SbxVariable* SbUnoObject::Find( const OUString& rName, SbxClassType t ) } catch( const Exception& ) { - // Establish so that the exeption error will not be overwriten + // Establish so that the exception error will not be overwritten if( !pRes ) pRes = new SbxVariable( SbxVARIANT ); @@ -2771,7 +2771,7 @@ SbxVariable* SbUnoObject::Find( const OUString& rName, SbxClassType t ) } catch( const RuntimeException& e ) { - // Establish so that the exeption error will not be overwriten + // Establish so that the exception error will not be overwritten if( !pRes ) pRes = new SbxVariable( SbxVARIANT ); |