[Libreoffice-commits] core.git: sot/source
Caolán McNamara
caolanm at redhat.com
Tue Mar 21 11:48:09 UTC 2017
sot/source/sdstor/storage.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 63a9cca54e589bfeff3f6214fc63e010f5662c1c
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Mar 21 11:47:25 2017 +0000
fix indent
Change-Id: I6facc99a16c29275771f46d397162bcd4f4a27b0
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& )
{
More information about the Libreoffice-commits
mailing list