Kaydet (Commit) dfe4e902 authored tarafından Miklos Vajna's avatar Miklos Vajna

SfxMedium::Transfer_Impl: fix indentation

Change-Id: I05856f88dc1263bac39d9f1e76ef7c4697c345a6
üst 7db1ac59
...@@ -1756,8 +1756,8 @@ void SfxMedium::Transfer_Impl() ...@@ -1756,8 +1756,8 @@ void SfxMedium::Transfer_Impl()
if (pImp->m_aLogicName.startsWith("private:stream")) if (pImp->m_aLogicName.startsWith("private:stream"))
{ {
// TODO/LATER: support storing to SID_STREAM // TODO/LATER: support storing to SID_STREAM
SFX_ITEMSET_ARG( pImp->m_pSet, pOutStreamItem, SfxUnoAnyItem, SID_OUTPUTSTREAM, false); SFX_ITEMSET_ARG( pImp->m_pSet, pOutStreamItem, SfxUnoAnyItem, SID_OUTPUTSTREAM, false);
if( pOutStreamItem && ( pOutStreamItem->GetValue() >>= rOutStream ) ) if( pOutStreamItem && ( pOutStreamItem->GetValue() >>= rOutStream ) )
{ {
if ( pImp->xStorage.is() ) if ( pImp->xStorage.is() )
CloseStorage(); CloseStorage();
...@@ -1799,7 +1799,7 @@ void SfxMedium::Transfer_Impl() ...@@ -1799,7 +1799,7 @@ void SfxMedium::Transfer_Impl()
catch( const Exception& ) catch( const Exception& )
{} {}
} }
} }
else else
{ {
SAL_WARN( "sfx.doc", "Illegal Output stream parameter!" ); SAL_WARN( "sfx.doc", "Illegal Output stream parameter!" );
......
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