diff options
Diffstat (limited to 'sfx2/source/appl/fileobj.cxx')
-rw-r--r-- | sfx2/source/appl/fileobj.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/appl/fileobj.cxx b/sfx2/source/appl/fileobj.cxx index d5d63484b89d..e3b12c5a16d4 100644 --- a/sfx2/source/appl/fileobj.cxx +++ b/sfx2/source/appl/fileobj.cxx @@ -472,7 +472,7 @@ void SvFileObject::Edit( Window* pParent, sfx2::SvBaseLink* pLink, const Link& r Application::SetDefDialogParent( pParent ); ::sfx2::FileDialogHelper* pFileDlg = - pLink->GetFileDialog( (SFXWB_INSERT | WB_3DLOOK), String() ); + pLink->GetFileDialog( SFXWB_INSERT, String() ); pFileDlg->StartExecuteModal( LINK( this, SvFileObject, DialogClosedHdl ) ); } break; @@ -489,7 +489,7 @@ void SvFileObject::Edit( Window* pParent, sfx2::SvBaseLink* pLink, const Link& r sFactory = pShell->GetFactory().GetFactoryName(); ::sfx2::FileDialogHelper* pFileDlg = - pLink->GetFileDialog( (SFXWB_INSERT | WB_3DLOOK), sFactory ); + pLink->GetFileDialog( SFXWB_INSERT, sFactory ); pFileDlg->StartExecuteModal( LINK( this, SvFileObject, DialogClosedHdl ) ); } break; |