summaryrefslogtreecommitdiff
path: root/comphelper/inc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-18 12:10:09 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-18 12:10:09 +0000
commit79b5b78bfa9e88a58222ba6435da1121844b8f0f (patch)
treeca8d6d9d7b17c9274297b320f43bc9e2aefa9252 /comphelper/inc
parent9866a70b07433ac30065b1b47c0c88a0f5830e4f (diff)
INTEGRATION: CWS xmlfilter04 (1.13.72); FILE MERGED
2008/02/22 11:47:36 os 1.13.72.1: #i86262# TableBorderDistances added
Diffstat (limited to 'comphelper/inc')
-rw-r--r--comphelper/inc/comphelper/TypeGeneration.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/comphelper/inc/comphelper/TypeGeneration.hxx b/comphelper/inc/comphelper/TypeGeneration.hxx
index ba01a3ca775f..1c177ed7d76c 100644
--- a/comphelper/inc/comphelper/TypeGeneration.hxx
+++ b/comphelper/inc/comphelper/TypeGeneration.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: TypeGeneration.hxx,v $
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
* This file is part of OpenOffice.org.
*
@@ -117,6 +117,7 @@ namespace comphelper
// <--
CPPUTYPE_SEQNAMEDVALUE, //getCppuType( (Sequence<beans::NamedValue>*)0 )
CPPUTYPE_REFXGRAPHIC, //getCppuType( Reference< graphic::XGraphic >*)0)
+ CPPUTYPE_TABLEBORDERDISTANCES, //getCppuType( (table::TableBorderDistances*)0 )
CPPUTYPE_END
};