diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2005-12-14 13:43:41 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2005-12-14 13:43:41 +0000 |
commit | 2ed4e9a3362a114275062600e59450ed13a693a4 (patch) | |
tree | e35e86e8527a211fa0828f211ed65ebff541bf34 /scp2/source/canvas | |
parent | 37221f8809ef324424a95ad0a8b26b157f2b7a8a (diff) |
INTEGRATION: CWS systemagg (1.5.48); FILE MERGED
2005/12/01 21:19:13 rene 1.5.48.1: add missing scp2 bits for system-agg
Diffstat (limited to 'scp2/source/canvas')
-rw-r--r-- | scp2/source/canvas/canvascommons.scp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scp2/source/canvas/canvascommons.scp b/scp2/source/canvas/canvascommons.scp index 6b85a536588b..5f3aadf965c6 100644 --- a/scp2/source/canvas/canvascommons.scp +++ b/scp2/source/canvas/canvascommons.scp @@ -4,9 +4,9 @@ * * $RCSfile: canvascommons.scp,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: kz $ $Date: 2005-11-02 14:07:37 $ + * last change: $Author: rt $ $Date: 2005-12-14 14:43:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,5 +37,7 @@ STD_LIB_FILE_PATCH(gid_File_Lib_CppCanvas, cppcanvas) STD_LIB_FILE_PATCH(gid_File_Lib_CanvasTools, canvastools) +#ifndef SYSTEM_AGG STD_LIB_FILE_PATCH(gid_File_Lib_Agg, agg) +#endif SPECIAL_UNO_COMPONENT_LIB_FILE_PATCH(gid_File_CanvasFactory, canvasfactory.uno) |