diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-04-28 15:47:42 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-28 14:31:57 +0000 |
commit | 2c04d86f692d4b0841adba508a21e63e1bcdc45f (patch) | |
tree | 399192f74d71e2253f427cc0e47d382fa3a0578b /scp2 | |
parent | f7cea8fb5b5d92ff6b8ac09b38d02badaaf7db04 (diff) |
fdo#63197: convert helpxsl
Change-Id: Icd436733b47d7883209fe73dc1d0099dc87db089
Reviewed-on: https://gerrit.libreoffice.org/3649
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index 90b04d4e616c..00f1a94e64a4 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -350,9 +350,10 @@ End STD_RES_FILE( gid_File_Res_Eps, eps ) File gid_File_Help_Help_Zip - Dir = gid_Dir_Help; - ARCHIVE_TXT_FILE_BODY; - Name = "helpxsl.zip"; + Dir = FILELIST_DIR; + TXT_FILE_BODY; + Styles = (FILELIST); + Name = "xmlhelp_helpxsl.filelist"; End #if defined WITH_HELP |