INTEGRATION: CWS canvas02 (1.2.70); FILE MERGED

2005/10/25 22:31:02 thb 1.2.70.1: #i48939# #i50201# #i51362# #i52235# #i52876# #i53461# #i53538# #i53964# #i54035# #i54960# #i55166# #i55756# #i56205# #118732# #122302# #124780# #i50485# #125760# #i56550#: Added patch flags for CWS canvas02
This commit is contained in:
Kurt Zenker 2005-11-02 13:08:05 +00:00
parent 6ed3f7ab81
commit e838919d42
2 changed files with 6 additions and 22 deletions

View file

@ -4,9 +4,9 @@
* *
* $RCSfile: directxcanvas.scp,v $ * $RCSfile: directxcanvas.scp,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: rt $ $Date: 2005-09-09 01:23:10 $ * last change: $Author: kz $ $Date: 2005-11-02 14:07:53 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
@ -37,12 +37,6 @@
#ifdef WNT #ifdef WNT
File gid_File_Lib_DirectXCanvas SPECIAL_UNO_COMPONENT_LIB_FILE_PATCH(gid_File_Lib_DirectXCanvas, directxcanvas.uno)
TXT_FILE_BODY;
Styles = (PACKED,UNO_COMPONENT);
RegistryID = gid_Starregistry_Services_Rdb;
Dir = gid_Dir_Program;
Name = "directxcanvas.uno.dll";
End
#endif #endif

View file

@ -4,9 +4,9 @@
* *
* $RCSfile: vclcanvas.scp,v $ * $RCSfile: vclcanvas.scp,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: rt $ $Date: 2005-09-09 01:23:40 $ * last change: $Author: kz $ $Date: 2005-11-02 14:08:05 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
@ -35,14 +35,4 @@
#include "macros.inc" #include "macros.inc"
File gid_File_Lib_VCLCanvas SPECIAL_UNO_COMPONENT_LIB_FILE_PATCH(gid_File_Lib_VCLCanvas, vclcanvas.uno)
TXT_FILE_BODY;
Styles = (PACKED,UNO_COMPONENT);
RegistryID = gid_Starregistry_Services_Rdb;
Dir = gid_Dir_Program;
#ifdef UNX
Name = STRING(CONCAT2(vclcanvas.uno,UNXSUFFIX));
#else
Name = "vclcanvas.uno.dll";
#endif
End