From 643f544231a3e1f7d28dbd93248a4e4105600dc7 Mon Sep 17 00:00:00 2001 From: jp Date: Wed, 24 Oct 2001 17:44:12 +0000 Subject: Task #88180#: add missing cppu type detection --- comphelper/source/property/TypeGeneration.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'comphelper/source') 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; -- cgit