diff options
author | matteocam <matteo.campanelli@gmail.com> | 2014-06-16 15:52:24 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2014-06-30 22:54:43 +0200 |
commit | 9ab4387532a9bd0df49f3e619f44108dea952a38 (patch) | |
tree | 11634e787c19d34e099603197d07dde9d9ec73f7 /include | |
parent | 6c1fc9e94e36b4f74136bc044cc9a4b72f79d53f (diff) |
Added Text Fill Color in TextDecoratedPrimitive2D
Change-Id: I8c3946c08d20cc2ca2af6f17a2a57d6c9a5cfa23
(cherry picked from commit 00fc45e78d84dddf32b450441bf9028352ec9e52)
Diffstat (limited to 'include')
-rw-r--r-- | include/drawinglayer/primitive2d/textdecoratedprimitive2d.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drawinglayer/primitive2d/textdecoratedprimitive2d.hxx b/include/drawinglayer/primitive2d/textdecoratedprimitive2d.hxx index 05f062142ba8..5732f3c33761 100644 --- a/include/drawinglayer/primitive2d/textdecoratedprimitive2d.hxx +++ b/include/drawinglayer/primitive2d/textdecoratedprimitive2d.hxx @@ -94,6 +94,7 @@ namespace drawinglayer const attribute::FontAttribute& rFontAttribute, const ::com::sun::star::lang::Locale& rLocale, const basegfx::BColor& rFontColor, + const basegfx::BColor& rFillColor, /// local parameters const basegfx::BColor& rOverlineColor, |