diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-05-21 18:52:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-05-21 20:05:03 +0200 |
commit | ee79b9875ce4914c950c349c61f39e6dfdd0cc6b (patch) | |
tree | 2de87c730bbbc8b97e81b023c4c3020b4dbddbbf /wizards/Package_template.mk | |
parent | 6b5fc059543c16759abd5eec2576b5b68e96883a (diff) |
Resolves: tdf#107964 partially revert "unused basic dialog"
This reverts commit 062e7063a94673d016a91a16a30e86b82c70a03d.
see ScModule::Execute
case SID_CHOOSE_DESIGN: ... Template.Samples.ShowStyles
for the caller of this
Change-Id: I95fb4e2999d8898f9425ea6a523187be3c3842af
Reviewed-on: https://gerrit.libreoffice.org/37882
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'wizards/Package_template.mk')
-rw-r--r-- | wizards/Package_template.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wizards/Package_template.mk b/wizards/Package_template.mk index e117ccc1c1a8..13728c7160a5 100644 --- a/wizards/Package_template.mk +++ b/wizards/Package_template.mk @@ -23,7 +23,9 @@ $(eval $(call gb_Package_add_files,wizards_basicsrvtemplate,$(LIBO_SHARE_FOLDER) Autotext.xba \ Correspondence.xba \ dialog.xlb \ + DialogStyles.xdl \ ModuleAgenda.xba \ + Samples.xba \ script.xlb \ TemplateDialog.xdl \ )) |