summaryrefslogtreecommitdiff
path: root/filter/source/msfilter/msoleexp.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-08 13:15:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-09 17:07:13 +0100
commit9eed3b4a1830250cb686e386cbcbe68da0e7cb02 (patch)
tree5b82d9455c5a748d6c69255c9e84339ffb05255c /filter/source/msfilter/msoleexp.cxx
parent24f7dd62517f150f4137727a72544387421027b9 (diff)
loplugin:indentation in filter
Change-Id: If0574f34effb82bf718958692a44fd422b71abd4 Reviewed-on: https://gerrit.libreoffice.org/67555 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'filter/source/msfilter/msoleexp.cxx')
-rw-r--r--filter/source/msfilter/msoleexp.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/filter/source/msfilter/msoleexp.cxx b/filter/source/msfilter/msoleexp.cxx
index 5980a6689513..c64477f079d1 100644
--- a/filter/source/msfilter/msoleexp.cxx
+++ b/filter/source/msfilter/msoleexp.cxx
@@ -200,11 +200,11 @@ void SvxMSExportOLEObjects::ExportOLEObject( svt::EmbeddedObjectRef const & rObj
aSeq[1].Name = "FilterName";
aSeq[1].Value <<= pExpFilter->GetName();
uno::Reference < frame::XStorable > xStor( rObj->getComponent(), uno::UNO_QUERY );
- try
- {
- xStor->storeToURL( "private:stream", aSeq );
- }
- catch( const uno::Exception& ) {} // #TODO really handle exceptions - interactionalhandler etc. ?
+ try
+ {
+ xStor->storeToURL( "private:stream", aSeq );
+ }
+ catch( const uno::Exception& ) {} // #TODO really handle exceptions - interactionalhandler etc. ?
tools::SvRef<SotStorage> xOLEStor = new SotStorage( pStream, true );
xOLEStor->CopyTo( &rDestStg );