diff options
author | jp <jp@openoffice.org> | 2001-10-24 17:44:12 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2001-10-24 17:44:12 +0000 |
commit | 643f544231a3e1f7d28dbd93248a4e4105600dc7 (patch) | |
tree | 8da52c249e39cf3c5b8ac5d16009ea4f68b0b8f9 /comphelper/source | |
parent | 286a68b9db72370fb46d15949c09d509f524d0ef (diff) |
Task #88180#: add missing cppu type detection
Diffstat (limited to 'comphelper/source')
-rw-r--r-- | comphelper/source/property/TypeGeneration.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comphelper/source/property/TypeGeneration.cxx b/comphelper/source/property/TypeGeneration.cxx index 35d418d8dcec..785df5bb90bf 100644 --- a/comphelper/source/property/TypeGeneration.cxx +++ b/comphelper/source/property/TypeGeneration.cxx @@ -2,9 +2,9 @@ * * $RCSfile: TypeGeneration.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mtg $ $Date: 2001-07-24 20:40:11 $ + * last change: $Author: jp $ $Date: 2001-10-24 18:44:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -385,6 +385,7 @@ namespace comphelper case CPPUTYPE_TABLEBORDER: pType = &::getCppuType( (table::TableBorder*)0 ); break; case CPPUTYPE_GRFCROP: pType = &::getCppuType( (text::GraphicCrop*)0 ); break; case CPPUTYPE_SECTFILELNK: pType = &::getCppuType( (text::SectionFileLink*)0 ); break; + case CPPUTYPE_PAGENUMTYPE: pType = &::getCppuType( (text::PageNumberType*)0); break; case CPPUTYPE_DATETIME: pType = &::getCppuType( (util::DateTime*)0 ); break; case CPPUTYPE_DATE: pType = &::getCppuType( (util::Date*)0 ); break; |