summaryrefslogtreecommitdiff
path: root/starmath/source/unodoc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/unodoc.cxx')
-rw-r--r--starmath/source/unodoc.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/starmath/source/unodoc.cxx b/starmath/source/unodoc.cxx
index 3f213c0ee256..e2ca1a655e9d 100644
--- a/starmath/source/unodoc.cxx
+++ b/starmath/source/unodoc.cxx
@@ -64,10 +64,7 @@ uno::Reference< uno::XInterface > SAL_CALL SmDocument_createInstance(
if ( !SM_MOD() )
SmDLL::Init();
- const SfxObjectCreateMode eCreateMode = ( _nCreationFlags & SFXMODEL_EMBEDDED_OBJECT ) ? SFX_CREATE_MODE_EMBEDDED : SFX_CREATE_MODE_STANDARD;
- const bool bScriptSupport = ( _nCreationFlags & SFXMODEL_DISABLE_EMBEDDED_SCRIPTS ) == 0;
-
- SfxObjectShell* pShell = new SmDocShell( eCreateMode, bScriptSupport );
+ SfxObjectShell* pShell = new SmDocShell( _nCreationFlags );
if( pShell )
return uno::Reference< uno::XInterface >( pShell->GetModel() );