Kaydet (Commit) 5dad4d7a authored tarafından Markus Mohrhard's avatar Markus Mohrhard

correct indentation

Change-Id: Ibcbcb69c96e8bbd6bccc0f852240a2a6cef2c1c0
üst 16ab898a
...@@ -722,7 +722,7 @@ uno::Reference < embed::XEmbeddedObject > EmbeddedObjectContainer::CopyAndGetEmb ...@@ -722,7 +722,7 @@ uno::Reference < embed::XEmbeddedObject > EmbeddedObjectContainer::CopyAndGetEmb
rName = CreateUniqueObjectName(); rName = CreateUniqueObjectName();
// objects without persistance are not really stored by the method // objects without persistance are not really stored by the method
if ( xObj.is() && StoreEmbeddedObject( xObj, rName, sal_True ) ) if ( xObj.is() && StoreEmbeddedObject( xObj, rName, sal_True ) )
{ {
xResult = Get_Impl( rName, xObj); xResult = Get_Impl( rName, xObj);
if ( !xResult.is() ) if ( !xResult.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