diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-10-29 10:26:13 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-10-29 10:26:13 +0000 |
commit | dd293aafd93805e1740ad2353b23a1873d8d1fb8 (patch) | |
tree | 2979b4a390e2693a09f0026cf2ebbf030e9bf4c7 /scp2 | |
parent | 41ae7fb01b4c4813db33e20501dca885744e3240 (diff) |
CWS-TOOLING: integrate CWS appleremote01
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 8b122efb3c62..8ece60a6ddbe 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: file_library_ooo.scp,v $ - * $Revision: 1.298.4.4 $ + * $Revision: 1.303.16.2 $ * * This file is part of OpenOffice.org. * @@ -1093,6 +1093,16 @@ End #endif #endif #endif + +#if defined(QUARTZ) +File gid_File_Lib_AppleRemote + Name = LIBNAME(AppleRemote); + TXT_FILE_BODY; + Styles = (PACKED); + Dir = gid_Dir_Program; +End +#endif + #if defined(QUARTZ) File gid_File_Lib_Basebmp Name = LIBNAME(basebmp); |