diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-18 12:08:12 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-18 12:08:12 +0000 |
commit | e8404023fe570719946593c9142099fca42d9ada (patch) | |
tree | 3801ad61bb99cf2376a882f063ffd4233ff7755b /comphelper | |
parent | 1e825007b928acf6c68eb8200d720b5493404f83 (diff) |
INTEGRATION: CWS os100 (1.12.106); FILE MERGED
2007/07/10 10:32:18 os 1.12.106.1: #i71108# graphic::XGraphic added
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/inc/comphelper/TypeGeneration.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comphelper/inc/comphelper/TypeGeneration.hxx b/comphelper/inc/comphelper/TypeGeneration.hxx index 543aa14220a7..d9f2d9c590e3 100644 --- a/comphelper/inc/comphelper/TypeGeneration.hxx +++ b/comphelper/inc/comphelper/TypeGeneration.hxx @@ -4,9 +4,9 @@ * * $RCSfile: TypeGeneration.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: hr $ $Date: 2006-06-19 22:41:21 $ + * last change: $Author: obo $ $Date: 2007-07-18 13:08:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -125,6 +125,7 @@ namespace comphelper CPPUTYPE_TRANSFORMATIONINHORIL2R, //getCppuType( (drawing::HomogenMatrix3)* ) // <-- CPPUTYPE_SEQNAMEDVALUE, //getCppuType( (Sequence<beans::NamedValue>*)0 ) + CPPUTYPE_REFXGRAPHIC, //getCppuType( Reference< graphic::XGraphic >*)0) CPPUTYPE_END }; |