summaryrefslogtreecommitdiff
path: root/comphelper/inc/comphelper/TypeGeneration.hxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2002-05-23 07:14:14 +0000
committerThomas Lange <tl@openoffice.org>2002-05-23 07:14:14 +0000
commit0cb3cd557f8cf59a2a2b7b8f2fcbde0f0dac6ea4 (patch)
tree3fbb9c5e88ed47b8ed13a8fbe70fa89bddf21f85 /comphelper/inc/comphelper/TypeGeneration.hxx
parent224b2c19e1b8d7e98b5cac9cf20c9d70bcba01c4 (diff)
#99325# CPPUTYPE_AWTPOINT added
Diffstat (limited to 'comphelper/inc/comphelper/TypeGeneration.hxx')
-rw-r--r--comphelper/inc/comphelper/TypeGeneration.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/comphelper/inc/comphelper/TypeGeneration.hxx b/comphelper/inc/comphelper/TypeGeneration.hxx
index 8d870eb0ce52..349f1b880348 100644
--- a/comphelper/inc/comphelper/TypeGeneration.hxx
+++ b/comphelper/inc/comphelper/TypeGeneration.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TypeGeneration.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: dvo $ $Date: 2002-02-06 14:17:51 $
+ * last change: $Author: tl $ $Date: 2002-05-23 08:12:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -135,6 +135,8 @@ namespace comphelper
CPPUTYPE_REFTXTRANGE, //getCppuType( (Reference<text::XTextRange>*)0)
CPPUTYPE_REFTXTTABLE, //getCppuType( (Reference<text::XTextTable>*)0)
+ CPPUTYPE_AWTPOINT, //getCppuType( (awt::Point*)0 )
+
CPPUTYPE_END
};
void GenerateCppuType ( sal_uInt16 eType, const com::sun::star::uno::Type*& pType );