diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-03-21 11:47:25 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-03-21 11:47:39 +0000 |
commit | 63a9cca54e589bfeff3f6214fc63e010f5662c1c (patch) | |
tree | 4fce896fb1bae41b2c85f2ea40eab52431a11758 /sot | |
parent | 7dc9761753a1f04f0791d43ceaff8a44d269cea7 (diff) |
fix indent
Change-Id: I6facc99a16c29275771f46d397162bcd4f4a27b0
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/storage.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/storage.cxx b/sot/source/sdstor/storage.cxx index adce130e11f3..eb3ddae6169c 100644 --- a/sot/source/sdstor/storage.cxx +++ b/sot/source/sdstor/storage.cxx @@ -748,7 +748,7 @@ SotStorage* SotStorage::OpenOLEStorage( const css::uno::Reference < css::embed:: uno::makeAny( OUString( "application/vnd.sun.star.oleobject" ) ) ); } - pStream = utl::UcbStreamHelper::CreateStream( xStream ); + pStream = utl::UcbStreamHelper::CreateStream( xStream ); } catch ( uno::Exception& ) { |