summaryrefslogtreecommitdiffstats
path: root/comphelper/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-01-24 18:08:38 +0100
committerMiklos Vajna <vmiklos@suse.cz>2013-01-25 11:14:49 +0100
commit2a34dd723baac31e9ce0c639ce9244c0ced4ff06 (patch)
tree53df528cc065ca234be9998d4032545fbbaa033c /comphelper/inc
parentSvxBrushItem: extend this with a vcl Gradient and drawing::FillStyle (diff)
downloadcore-2a34dd723baac31e9ce0c639ce9244c0ced4ff06.tar.gz
core-2a34dd723baac31e9ce0c639ce9244c0ced4ff06.zip
text::BaseFrameProperties: add FillStyle and FillGradient optional properties
Change-Id: I854cc5e4da2ce87ef4a7af6e9c0cf6f208714e4c
Diffstat (limited to 'comphelper/inc')
-rw-r--r--comphelper/inc/comphelper/TypeGeneration.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/comphelper/inc/comphelper/TypeGeneration.hxx b/comphelper/inc/comphelper/TypeGeneration.hxx
index 8c99fcafbda7..0ced57b31714 100644
--- a/comphelper/inc/comphelper/TypeGeneration.hxx
+++ b/comphelper/inc/comphelper/TypeGeneration.hxx
@@ -109,6 +109,8 @@ namespace comphelper
CPPUTYPE_REFXGRAPHIC, //getCppuType( Reference< graphic::XGraphic >*)0)
CPPUTYPE_TABLEBORDERDISTANCES, //getCppuType( (table::TableBorderDistances*)0 )
CPPUTPYE_REFEMBEDDEDOBJECT, // XEmbeddedObject::static_type
+ CPPUTYPE_FILLSTYLE, //getCppuType( (drawing::FillStyle*)0 )
+ CPPUTYPE_GRADIENT, //getCppuType( (awt::Gradient*)0 )
CPPUTYPE_END
};