diff options
author | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2012-02-23 13:52:17 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2012-02-23 13:56:24 +0100 |
commit | e3e7623bf6cecf0e32912347a58e5a2c7297099d (patch) | |
tree | 4604956e18b9efaad547c76705a682ccb8ae2398 /comphelper/inc | |
parent | 94698d89f675da9b4da1143fa150bbd76def6ccf (diff) |
fdo#45560: Fixed docx textbox borders style and width import
Diffstat (limited to 'comphelper/inc')
-rw-r--r-- | comphelper/inc/comphelper/TypeGeneration.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comphelper/inc/comphelper/TypeGeneration.hxx b/comphelper/inc/comphelper/TypeGeneration.hxx index c987b2adbe50..9492ac8ba6fb 100644 --- a/comphelper/inc/comphelper/TypeGeneration.hxx +++ b/comphelper/inc/comphelper/TypeGeneration.hxx @@ -71,6 +71,7 @@ namespace comphelper CPPUTYPE_SEQDEPTXTFLD, //getCppuType( (Sequence<Reference<XDependentTextField> >*)0 ) CPPUTYPE_TXTCNTANCHOR, //getCppuType( (text::TextContentAnchorType*)0 ) CPPUTYPE_WRAPTXTMODE, //getCppuType( (text::WrapTextMode*)0 ) + CPPUTYPE_LINESTYLE, //getCppuType( (drawing::LineStyle*)0 ) CPPUTYPE_COLORMODE, //getCppuType( (drawing::ColorMode*)0 ) CPPUTYPE_PAGESTYLELAY, //getCppuType( (style::PageStyleLayout*)0 ) CPPUTYPE_VERTALIGN, //getCppuType( (style::VerticalAlignment*)0 ) |