diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-08-28 08:05:55 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-08-28 08:05:55 +0200 |
commit | dfe4e902f2deaec832d29dc9b7657bb6028f33ea (patch) | |
tree | 8f93cc1fa53050b929d6922a979854af3087e917 /sfx2/source | |
parent | 7db1ac59128ecc175ec1fd943ee77d469dcb0ea1 (diff) |
SfxMedium::Transfer_Impl: fix indentation
Change-Id: I05856f88dc1263bac39d9f1e76ef7c4697c345a6
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/doc/docfile.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx index 67e7d106906e..a844e2134a82 100644 --- a/sfx2/source/doc/docfile.cxx +++ b/sfx2/source/doc/docfile.cxx @@ -1756,8 +1756,8 @@ void SfxMedium::Transfer_Impl() if (pImp->m_aLogicName.startsWith("private:stream")) { // TODO/LATER: support storing to SID_STREAM - SFX_ITEMSET_ARG( pImp->m_pSet, pOutStreamItem, SfxUnoAnyItem, SID_OUTPUTSTREAM, false); - if( pOutStreamItem && ( pOutStreamItem->GetValue() >>= rOutStream ) ) + SFX_ITEMSET_ARG( pImp->m_pSet, pOutStreamItem, SfxUnoAnyItem, SID_OUTPUTSTREAM, false); + if( pOutStreamItem && ( pOutStreamItem->GetValue() >>= rOutStream ) ) { if ( pImp->xStorage.is() ) CloseStorage(); @@ -1799,7 +1799,7 @@ void SfxMedium::Transfer_Impl() catch( const Exception& ) {} } - } + } else { SAL_WARN( "sfx.doc", "Illegal Output stream parameter!" ); |