summaryrefslogtreecommitdiff
path: root/filter/inc
diff options
context:
space:
mode:
authorAndre Fischer <af@apache.org>2012-06-13 06:57:37 +0000
committerXisco Fauli <anistenis@gmail.com>2013-04-07 23:37:42 +0200
commited6d89dd55cff5ca91ecbfc8716a4e6c584be165 (patch)
tree797f8e0a6e4e5d65dba086830a191365e58d8db5 /filter/inc
parentb86cf0421b432ebbf964960f0fcd2e6a5360f979 (diff)
Fix #i119532# Fixed export of bullet color.
Patch by: SunYing Review and minor changes by: Andre Fischer Conflicts: filter/source/msfilter/svdfppt.cxx Change-Id: I2841e041b571ed5cfa848ad1029c57fc547a621a
Diffstat (limited to 'filter/inc')
-rw-r--r--filter/inc/filter/msfilter/svdfppt.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/filter/inc/filter/msfilter/svdfppt.hxx b/filter/inc/filter/msfilter/svdfppt.hxx
index fffcc86bc22f..2fbf096aec58 100644
--- a/filter/inc/filter/msfilter/svdfppt.hxx
+++ b/filter/inc/filter/msfilter/svdfppt.hxx
@@ -914,6 +914,14 @@ struct ImplPPTCharPropSet
struct PPTCharPropSet
{
+ //when the bullet text has more than two color,next the text following with bullet has been set hyperlink.
+ //now,the bullet color should be set original hyperlink text's color
+ //so "mbHardHylinkOrigColor" hold the original hyperlink text's color.
+ sal_uInt32 mnHylinkOrigColor;
+ //the bullet text weather has a hyperlink.
+ sal_Bool mbIsHyperlink;
+ //the hyperlink text weather has a custom color.
+ sal_Bool mbHardHylinkOrigColor;
sal_uInt32 mnOriginalTextPos;
sal_uInt32 mnParagraph;