diff options
author | Michael Stahl <mstahl@redhat.com> | 2011-11-30 16:08:24 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2011-12-03 00:48:14 +0100 |
commit | 18ab7abaa9426cd27092125637fdf5fb849b4a04 (patch) | |
tree | ccebd65335fc2470ce40360c7cbfaaa6fe4cffe3 /sd | |
parent | c6fdc42e87d3474d89d33486a23885a2921160af (diff) |
MediaWindow::executeMediaURLDialog: add link button
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/func/fuinsert.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sd/source/ui/func/fuinsert.cxx b/sd/source/ui/func/fuinsert.cxx index 417948e1bca0..184248dc228a 100644 --- a/sd/source/ui/func/fuinsert.cxx +++ b/sd/source/ui/func/fuinsert.cxx @@ -728,7 +728,9 @@ void FuInsertAVMedia::DoExecute( SfxRequest& rReq ) } } - if( bAPI || ::avmedia::MediaWindow::executeMediaURLDialog( mpWindow, aURL ) ) + bool bLink(true); + if (bAPI || + ::avmedia::MediaWindow::executeMediaURLDialog(mpWindow, aURL, & bLink)) { Size aPrefSize; |