diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-06-30 11:21:03 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-06-30 11:43:06 +0000 |
commit | d12ed381be17a6bb2dac33ac82c46d85dcd41771 (patch) | |
tree | 73af53914c2067e0b76dccca85ba3218174d4829 /sd | |
parent | e9891e5dd8e9c83a1bf0483aa314e743a1c02e50 (diff) |
tdf#65356 Photo Album: Disable "Insert Link" in the add dialog
since we have that option in the dialog directly
Change-Id: Id8f0e39df7c468759cb4dc4d94f0042f09c8296b
Reviewed-on: https://gerrit.libreoffice.org/26797
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/dlg/PhotoAlbumDialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/PhotoAlbumDialog.cxx b/sd/source/ui/dlg/PhotoAlbumDialog.cxx index 304ff9e377e2..9622b8c1acde 100644 --- a/sd/source/ui/dlg/PhotoAlbumDialog.cxx +++ b/sd/source/ui/dlg/PhotoAlbumDialog.cxx @@ -501,7 +501,7 @@ IMPL_LINK_NOARG_TYPED(SdPhotoAlbumDialog, CreateHdl, Button*, void) IMPL_LINK_NOARG_TYPED(SdPhotoAlbumDialog, FileHdl, Button*, void) { ::sfx2::FileDialogHelper aDlg( - css::ui::dialogs::TemplateDescription::FILEOPEN_LINK_PREVIEW, + css::ui::dialogs::TemplateDescription::FILEOPEN_PREVIEW, FileDialogFlags::Graphic | FileDialogFlags::MultiSelection ); // Read configuration |