diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:39:31 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:39:31 +0200 |
commit | 1264480bc32e8dbadd654a0a014e8045c57d1ae4 (patch) | |
tree | 42f9cfaad6d58e4faaa0d6d91d0840b737edbdbf /embeddedobj | |
parent | 70e4329d0479305f16158a63878f335ee9232a5e (diff) |
fdo#60724 correct spelling
Change-Id: I3d978cb657647b4a4e9709258c6a6a4ac1d339a9
Diffstat (limited to 'embeddedobj')
-rw-r--r-- | embeddedobj/source/msole/olecomponent.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embeddedobj/source/msole/olecomponent.cxx b/embeddedobj/source/msole/olecomponent.cxx index f8a51984b743..cb5967d2f77f 100644 --- a/embeddedobj/source/msole/olecomponent.cxx +++ b/embeddedobj/source/msole/olecomponent.cxx @@ -440,7 +440,7 @@ OleComponent::OleComponent( const uno::Reference< lang::XMultiServiceFactory >& OSL_ENSURE( m_pUnoOleObject, "No owner object is provided!" ); HRESULT hr = OleInitialize( NULL ); - OSL_ENSURE( hr == S_OK || hr == S_FALSE, "The ole can not be successfuly initialized\n" ); + OSL_ENSURE( hr == S_OK || hr == S_FALSE, "The ole can not be successfully initialized\n" ); if ( hr == S_OK || hr == S_FALSE ) m_bOleInitialized = sal_True; |