summaryrefslogtreecommitdiffstats
path: root/shell/Module_shell.mk
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2019-05-07 21:22:08 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2019-05-17 19:15:02 +0200
commitf60cc89ec35f8b1bf56e9f69ef15143fd002c409 (patch)
treeca6afb7b1cd0c82d78fb4c21ec35075565ee6c7e /shell/Module_shell.mk
parentthere's already a way to customize the invalidation (diff)
downloadcore-f60cc89ec35f8b1bf56e9f69ef15143fd002c409.tar.gz
core-f60cc89ec35f8b1bf56e9f69ef15143fd002c409.zip
SharePoint: Add dialog to choose opening in read-only or edit mode.
ViewDocument3 method takes OpenType parameter, which allows to decide if user can choose opening the document read-only or to edit. Since we need to show localizable strings, we need to bootstrap part of LO (l10n), which is impossible when e.g. 64-bit ActiveX DLL tries to load installed 32-bit sal DLLs. Thus, we need a separate helper .exe, which architecture matches the rest of installed LO, and which handles user interaction. Change-Id: I0ad53ba64272fb84728d2221e3dc85d3eefdda68 Reviewed-on: https://gerrit.libreoffice.org/72355 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'shell/Module_shell.mk')
-rw-r--r--shell/Module_shell.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk
index 2aeb69177a13..c0c42cc5bea5 100644
--- a/shell/Module_shell.mk
+++ b/shell/Module_shell.mk
@@ -43,6 +43,7 @@ $(eval $(call gb_Module_add_targets,shell,\
Executable_senddoc \
Library_smplmail \
Library_wininetbe \
+ Executable_spsupp_helper \
))
ifeq ($(COM),MSC)
@@ -57,6 +58,7 @@ $(eval $(call gb_Module_add_targets,shell,\
CustomTarget_spsupp_idl \
Library_spsupp \
WinResTarget_spsupp \
+ WinResTarget_spsupp_dlg \
))
$(eval $(call gb_Module_add_check_targets,shell,\
@@ -104,4 +106,8 @@ endif
endif
+$(eval $(call gb_Module_add_l10n_targets,shell,\
+ AllLangMoTarget_shell \
+))
+
# vim: set shiftwidth=4 tabstop=4 noexpandtab: