summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-04-18 12:31:04 +0000
committerRüdiger Timm <rt@openoffice.org>2008-04-18 12:31:04 +0000
commitc1bd6f2398429fff2dedbb9ff1f3fba914d33773 (patch)
tree6ee99591a07598aa0f251f9c0f95b406eecc31d0 /comphelper
parentc60193664ebe7284d912110fb8e68532a7e9ddb7 (diff)
INTEGRATION: CWS xmlfilter04 (1.14.72); FILE MERGED
2008/02/22 11:47:36 os 1.14.72.1: #i86262# TableBorderDistances added
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/property/TypeGeneration.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/comphelper/source/property/TypeGeneration.cxx b/comphelper/source/property/TypeGeneration.cxx
index e9d002598b12..b771c8d90349 100644
--- a/comphelper/source/property/TypeGeneration.cxx
+++ b/comphelper/source/property/TypeGeneration.cxx
@@ -7,7 +7,8 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: TypeGeneration.cxx,v $
- * $Revision: 1.15 $
+ *
+ * $Revision: 1.16 $
*
* This file is part of OpenOffice.org.
*
@@ -121,6 +122,7 @@
#include <com/sun/star/table/ShadowFormat.hpp>
#include <com/sun/star/table/BorderLine.hpp>
#include <com/sun/star/table/TableBorder.hpp>
+#include <com/sun/star/table/TableBorderDistances.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/lang/Locale.hpp>
#include <com/sun/star/drawing/PointSequenceSequence.hpp>
@@ -231,6 +233,7 @@ namespace comphelper
// <--
case CPPUTYPE_SEQNAMEDVALUE: pType = &::getCppuType( (Sequence<beans::NamedValue>*)0 ); break;
case CPPUTYPE_REFXGRAPHIC: pType = &::getCppuType( (Reference< graphic::XGraphic >*)0); break;
+ case CPPUTYPE_TABLEBORDERDISTANCES: pType = &::getCppuType( (table::TableBorderDistances*)0 ); break;
default:
OSL_ASSERT( "Unknown CPPU type" );
}