summaryrefslogtreecommitdiff
path: root/scp2/source/canvas/canvascommons.scp
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 17:03:46 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 17:03:46 +0000
commit37d854d58d4b20775985f643eda332c71f2b9136 (patch)
treef672af33fcdc6fa0b4f7ea13a145f7e16ad9c509 /scp2/source/canvas/canvascommons.scp
parent2f5a688a57c08498ffbd96550ba4fc7005d12378 (diff)
INTEGRATION: CWS dxliberate01 (1.8.44); FILE MERGED
2007/07/23 14:48:37 thb 1.8.44.1: #i48454# Adding config for canvas
Diffstat (limited to 'scp2/source/canvas/canvascommons.scp')
-rw-r--r--scp2/source/canvas/canvascommons.scp19
1 files changed, 17 insertions, 2 deletions
diff --git a/scp2/source/canvas/canvascommons.scp b/scp2/source/canvas/canvascommons.scp
index 290125a920f3..dc43d3d735c4 100644
--- a/scp2/source/canvas/canvascommons.scp
+++ b/scp2/source/canvas/canvascommons.scp
@@ -4,9 +4,9 @@
*
* $RCSfile: canvascommons.scp,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 12:31:10 $
+ * last change: $Author: hr $ $Date: 2007-11-01 18:03:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -35,12 +35,27 @@
#include "macros.inc"
+File gid_File_Oo_Office_Canvas_Xcs
+ TXT_FILE_BODY;
+ Styles = (PACKED,PATCH);
+ Dir = gid_Dir_Share_Registry_Schema_Org_Openoffice_Office;
+ Name = "/registry/schema/org/openoffice/Office/Canvas.xcs";
+End
+File gid_File_Oo_Office_Canvas_Xcu
+ TXT_FILE_BODY;
+ Styles = (PACKED,PATCH);
+ Dir = gid_Dir_Share_Registry_Data_Org_Openoffice_Office;
+ Name = "/registry/data/org/openoffice/Office/Canvas.xcu";
+End
+
STD_LIB_FILE_PATCH(gid_File_Lib_CppCanvas, cppcanvas)
STD_LIB_FILE_PATCH(gid_File_Lib_CanvasTools, canvastools)
+
#ifdef ENABLE_AGG
#ifndef SYSTEM_AGG
STD_LIB_FILE_PATCH(gid_File_Lib_Agg, agg)
#endif
#endif
+
SPECIAL_UNO_COMPONENT_LIB_FILE_PATCH(gid_File_CanvasFactory, canvasfactory.uno)
SPECIAL_UNO_COMPONENT_LIB_FILE_PATCH(gid_File_SimpleCanvas, simplecanvas.uno)