From 718fbf4f808def97ad55b1afaeb5af68b9144b96 Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Mon, 5 May 2014 22:17:59 +0300 Subject: Fix indentation Change-Id: I7ac9792da93a1b5231ddac5398823667b28adf92 --- sfx2/source/doc/guisaveas.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/doc/guisaveas.cxx b/sfx2/source/doc/guisaveas.cxx index 908ed2a878d5..85a9947c267a 100644 --- a/sfx2/source/doc/guisaveas.cxx +++ b/sfx2/source/doc/guisaveas.cxx @@ -1715,11 +1715,13 @@ bool SfxStoringHelper::GUIStoreModel( uno::Reference< frame::XModel > xModel, } // Launch PDF viewer - if ( nStoreMode & PDFEXPORT_REQUESTED ) { + if ( nStoreMode & PDFEXPORT_REQUESTED ) + { FilterConfigItem aItem( "Office.Common/Filter/PDF/Export/" ); bool aViewPDF = aItem.ReadBool( "ViewPDFAfterExport", false ); - if ( aViewPDF ) { + if ( aViewPDF ) + { uno::Reference xSystemShellExecute(SystemShellExecute::create( ::comphelper::getProcessComponentContext() ) ); xSystemShellExecute->execute( aURL.GetMainURL( INetURLObject::NO_DECODE ), "", SystemShellExecuteFlags::URIS_ONLY ); } -- cgit