diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2010-09-14 15:28:33 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2010-09-14 15:30:39 +0200 |
commit | 793905906980e77a9853a8dd01fab95b65ca4f02 (patch) | |
tree | 723f01ca67f818484f481fc68be3c8f7f3c51d0f /svx/source/svdraw/svdotextdecomposition.cxx | |
parent | f8e1d2438199c4a76ceeb36352678c415e25272c (diff) |
filled-tab-editeng.diff: Filled tab wasn't filled in shapes
n#564454
Diffstat (limited to 'svx/source/svdraw/svdotextdecomposition.cxx')
-rw-r--r-- | svx/source/svdraw/svdotextdecomposition.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdotextdecomposition.cxx b/svx/source/svdraw/svdotextdecomposition.cxx index 3675c7becac4..d67b18c0805b 100644 --- a/svx/source/svdraw/svdotextdecomposition.cxx +++ b/svx/source/svdraw/svdotextdecomposition.cxx @@ -370,7 +370,9 @@ namespace aDXArray, aFontAttribute, rInfo.mpLocale ? *rInfo.mpLocale : ::com::sun::star::lang::Locale(), - aBFontColor); + aBFontColor, + rInfo.mbFilled, + rInfo.mnWidthToFill); } if(rInfo.mbEndOfBullet) |