summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sot/source/sdstor/storage.cxx2
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& )
{