diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2014-03-21 15:27:33 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-21 17:15:33 +0000 |
commit | e3d9b3406a2013cd4f9d4baf3a7800d1d95c2d90 (patch) | |
tree | 8e54af309fc5137471a0cbdca3bf73595d08604f /scp2 | |
parent | 3b1cca8c547ce53b2af29b3edecc22c7694a0621 (diff) |
Fold psprint_config into vcl
The files are only used by the psprint stuff in vcl, so move them closer
to it. We should kill all of this anyway, but that is for another day.
Change-Id: Ie3b893c92d556333c9d8b041859d5e97604ace10
Reviewed-on: https://gerrit.libreoffice.org/8694
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_extra_ooo.scp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/scp2/source/ooo/file_extra_ooo.scp b/scp2/source/ooo/file_extra_ooo.scp index ced1389a6e1f..69eed781d8ac 100644 --- a/scp2/source/ooo/file_extra_ooo.scp +++ b/scp2/source/ooo/file_extra_ooo.scp @@ -81,19 +81,15 @@ File gid_File_Extra_Fontunxppds Dir = FILELIST_DIR; TXT_FILE_BODY; Styles = (FILELIST); - Name = "psprint_config_fontunxppds.filelist"; + Name = "vcl_fontunxppds.filelist"; End #endif -#endif - -#ifdef UNX - File gid_File_Extra_Fontunxpsprint Dir = FILELIST_DIR; TXT_FILE_BODY; Styles = (FILELIST, CONFIGFILE); - Name = "psprint_config_fontunxpsprint.filelist"; + Name = "vcl_fontunxpsprint.filelist"; End #endif |