diff options
Diffstat (limited to 'sfx2/source/doc/objserv.cxx')
-rw-r--r-- | sfx2/source/doc/objserv.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx index e6485bed4bfb..22ccc81ce127 100644 --- a/sfx2/source/doc/objserv.cxx +++ b/sfx2/source/doc/objserv.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: objserv.cxx,v $ - * $Revision: 1.103 $ + * $Revision: 1.104 $ * * This file is part of OpenOffice.org. * @@ -656,7 +656,8 @@ void SfxObjectShell::ExecFile_Impl(SfxRequest &rReq) bDialogUsed = aHelper.GUIStoreModel( GetModel(), ::rtl::OUString::createFromAscii( pSlot->GetUnoName() ), aDispatchArgs, - bPreselectPassword ); + bPreselectPassword, + GetSharedFileURL() ); // the scripting signature might be preserved // pImp->nScriptingSignatureState = SIGNATURESTATE_NOSIGNATURES; |