From 7ef3b46fd5bdfb3a87e9b0a840287fdb6ff4734b Mon Sep 17 00:00:00 2001 From: Gergő Mocsi Date: Thu, 7 Mar 2013 11:57:04 +0100 Subject: fdo#35546, implementing 'Create Photo Album' function Create a slideshow from a series of image files. Created the dialog window (called photoalbum.ui). Image preview is working. Options "Fit to slide" and "1 image and title" are implemented. Added a title page with the author's full name. TODO: 2 images / 4 images per slide i18n of messages UI tweaks Change-Id: I14b337187dc5d373fcd28489098fda813b5fd5f6 Reviewed-on: https://gerrit.libreoffice.org/2582 Reviewed-by: Andras Timar Tested-by: Andras Timar --- sd/Library_sdui.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sd/Library_sdui.mk') diff --git a/sd/Library_sdui.mk b/sd/Library_sdui.mk index 601fb2a7077f..0501234d6b9b 100644 --- a/sd/Library_sdui.mk +++ b/sd/Library_sdui.mk @@ -62,6 +62,9 @@ $(eval $(call gb_Library_use_libraries,sdui,\ cppuhelper \ editeng \ i18nisolang1 \ + fwk \ + fwl \ + fwe \ sal \ sd \ sfx \ @@ -106,6 +109,7 @@ $(eval $(call gb_Library_add_exception_objects,sdui,\ sd/source/ui/dlg/tpaction \ sd/source/ui/dlg/tpoption \ sd/source/ui/dlg/vectdlg \ + sd/source/ui/dlg/PhotoAlbumDialog \ )) # $(WORKDIR)/inc/sd/sddll0.hxx : -- cgit