diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-01-24 18:08:38 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-01-25 11:14:49 +0100 |
commit | 2a34dd723baac31e9ce0c639ce9244c0ced4ff06 (patch) | |
tree | 53df528cc065ca234be9998d4032545fbbaa033c /comphelper/inc | |
parent | 2aec78c0d931a53edbee0adeaf1efc399e235f17 (diff) |
text::BaseFrameProperties: add FillStyle and FillGradient optional properties
Change-Id: I854cc5e4da2ce87ef4a7af6e9c0cf6f208714e4c
Diffstat (limited to 'comphelper/inc')
-rw-r--r-- | comphelper/inc/comphelper/TypeGeneration.hxx | 2 |
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 }; |