diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-01 16:58:31 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-01 16:58:31 +0000 |
commit | a6354246f0328a2198d03bc8bda147752615dcad (patch) | |
tree | 83602e04a569b37145aa61cb836de63b8308871a /scp2 | |
parent | 5e0b7ada4626e6c5bc2735dd0576378a5d652da5 (diff) |
INTEGRATION: CWS fwk76_SRC680 (1.32.90); FILE MERGED
2007/10/10 07:39:55 mav 1.32.90.1: #i82028# the mediawiki filter should be installed together with writer
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/writer/file_writer.scp | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/scp2/source/writer/file_writer.scp b/scp2/source/writer/file_writer.scp index 428e7af50210..df6884de5e0a 100644 --- a/scp2/source/writer/file_writer.scp +++ b/scp2/source/writer/file_writer.scp @@ -4,9 +4,9 @@ * * $RCSfile: file_writer.scp,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: hr $ $Date: 2007-08-02 17:21:21 $ + * last change: $Author: hr $ $Date: 2007-11-01 17:58:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -294,3 +294,18 @@ File gid_File_Oo_Office_Ui_Writerwebwindowstate_Xcu Dir = gid_Dir_Share_Registry_Data_Org_Openoffice_Office_Ui; Name = "/registry/data/org/openoffice/Office/UI/WriterWebWindowState.xcu"; End + +File gid_File_Stw_MediaWikiTemplate + TXT_FILE_BODY; + Styles = (PACKED, PATCH); + Dir = gid_Dir_Share_Xslt_Wiki; + Name = "/xslt/export/wiki/oopedia-style.ott"; +End + +File gid_File_Xsl_MediaWiki + TXT_FILE_BODY; + Styles = (PACKED, PATCH); + Dir = gid_Dir_Share_Xslt_Wiki; + Name = "/xslt/export/wiki/odt2mediawiki.xsl"; +End + |