diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 07:06:13 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 07:06:13 +0000 |
commit | 40a234fb2fb8e5588f2604075dae99820409f5f4 (patch) | |
tree | be85b4c77670bdf24b2fbd16d6caf78d9c8b09d5 /comphelper | |
parent | 9e12f3aab72fd5d2ab71a28cfb158db659f76c22 (diff) |
INTEGRATION: CWS swdrawobjapi (1.7.158); FILE MERGED
2004/08/10 08:58:21 od 1.7.158.1: #i28749# - add new type define <CPPUTYPE_TRANSFORMATIONINHORIL2R>
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/inc/comphelper/TypeGeneration.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/comphelper/inc/comphelper/TypeGeneration.hxx b/comphelper/inc/comphelper/TypeGeneration.hxx index 74adf752345e..b897bf2d55a5 100644 --- a/comphelper/inc/comphelper/TypeGeneration.hxx +++ b/comphelper/inc/comphelper/TypeGeneration.hxx @@ -2,9 +2,9 @@ * * $RCSfile: TypeGeneration.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: vg $ $Date: 2003-04-17 13:27:12 $ + * last change: $Author: rt $ $Date: 2004-08-23 08:06:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -143,6 +143,9 @@ namespace comphelper CPPUTYPE_OUSTRINGS, //getCppuType( (Sequence<OUString>*)0 ) CPPUTYPE_REFCOMPONENT, //getCppuType( (Reference< lang::XComponent >*)0 ) + // --> OD 2004-08-09 #i28749# + CPPUTYPE_TRANSFORMATIONINHORIL2R, //getCppuType( (drawing::HomogenMatrix3)* ) + // <-- CPPUTYPE_END }; void GenerateCppuType ( sal_uInt16 eType, const com::sun::star::uno::Type*& pType ); |