Kaydet (Commit) 4ddf6c7a authored tarafından Julien Nabet's avatar Julien Nabet

Typo: conteiner->container

Change-Id: Idf1294c7da00621900d41c16473b862ee8fc502d
üst b232607e
...@@ -1440,7 +1440,7 @@ bool EmbeddedObjectContainer::StoreAsChildren(bool _bOasisFormat,bool _bCreateEm ...@@ -1440,7 +1440,7 @@ bool EmbeddedObjectContainer::StoreAsChildren(bool _bOasisFormat,bool _bCreateEm
{ {
try try
{ {
// the substorage still can not be locked by the embedded object conteiner // the substorage still can not be locked by the embedded object container
OUString aObjReplElement( "ObjectReplacements" ); OUString aObjReplElement( "ObjectReplacements" );
if ( _xStorage->hasByName( aObjReplElement ) && _xStorage->isStorageElement( aObjReplElement ) ) if ( _xStorage->hasByName( aObjReplElement ) && _xStorage->isStorageElement( aObjReplElement ) )
_xStorage->removeElement( aObjReplElement ); _xStorage->removeElement( aObjReplElement );
......
...@@ -354,7 +354,7 @@ PropertySetRegistry::openPropertySet( const OUString& key, sal_Bool create ) ...@@ -354,7 +354,7 @@ PropertySetRegistry::openPropertySet( const OUString& key, sal_Bool create )
OSL_ENSURE( xContainer.is(), OSL_ENSURE( xContainer.is(),
"PropertySetRegistry::openPropertySet - " "PropertySetRegistry::openPropertySet - "
"No conteiner!" ); "No container!" );
if ( xFac.is() && xBatch.is() && xContainer.is() ) if ( xFac.is() && xBatch.is() && xContainer.is() )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment