diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-01-10 05:36:59 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-01-12 05:34:08 +0100 |
commit | 5dad4d7a23253217573748f1d3a3a90da10c1b60 (patch) | |
tree | c7fbe16c71d6aad5d46d156b73579ad207b59878 /comphelper/source | |
parent | 16ab898a4139ab1743f68caec86aaa2fb2ba10e0 (diff) |
correct indentation
Change-Id: Ibcbcb69c96e8bbd6bccc0f852240a2a6cef2c1c0
Diffstat (limited to 'comphelper/source')
-rw-r--r-- | comphelper/source/container/embeddedobjectcontainer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/container/embeddedobjectcontainer.cxx b/comphelper/source/container/embeddedobjectcontainer.cxx index ca0e4f112bea..1ec18a1b704a 100644 --- a/comphelper/source/container/embeddedobjectcontainer.cxx +++ b/comphelper/source/container/embeddedobjectcontainer.cxx @@ -722,7 +722,7 @@ uno::Reference < embed::XEmbeddedObject > EmbeddedObjectContainer::CopyAndGetEmb rName = CreateUniqueObjectName(); // 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); if ( !xResult.is() ) |