diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-05-02 16:11:53 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-05-02 16:11:53 +0000 |
commit | 3cc49ba6e2445916bf3864748b20771b9b4c9018 (patch) | |
tree | d09a6a392cd1799a4578ca3234bc1c2e7e2aebce /scp2 | |
parent | ad4f2f8acf805f533c8bf839c94608b270002237 (diff) |
INTEGRATION: CWS sfxcleanup (1.20.52); FILE MERGED
2006/04/28 13:42:03 mba 1.20.52.2: RESYNC: (1.20-1.21); FILE MERGED
2006/04/06 12:46:09 mba 1.20.52.1: #132394#: new libs for patch
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/writer/file_writer.scp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scp2/source/writer/file_writer.scp b/scp2/source/writer/file_writer.scp index 0c01461cf0e0..75ea7426aa63 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.21 $ + * $Revision: 1.22 $ * - * last change: $Author: kz $ $Date: 2006-04-26 20:48:18 $ + * last change: $Author: rt $ $Date: 2006-05-02 17:11:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,7 +35,7 @@ #include "macros.inc" -STD_UNO_LIB_FILE( gid_File_Lib_Swd , swd) +STD_UNO_LIB_FILE_PATCH( gid_File_Lib_Swd , swd) File gid_File_Lib_Hwpreader TXT_FILE_BODY; @@ -93,7 +93,7 @@ File gid_File_Help_Swriter_Zip "swriter.idx/LINKNAMES", "swriter.idx/OFFSETS", "swriter.idx/POSITIONS", - "swriter.idx/SCHEMA"); + "swriter.idx/SCHEMA"); End #endif |