summaryrefslogtreecommitdiff
path: root/include/drawinglayer/primitive2d/textdecoratedprimitive2d.hxx
diff options
context:
space:
mode:
authormatteocam <matteo.campanelli@gmail.com>2014-06-17 16:17:47 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2014-06-30 22:54:43 +0200
commit2727a6dbf46fad3301ab0f24dce7da50976212f4 (patch)
treee7ee886ad6de71ac90c915cbeb25a6a811ff3aa2 /include/drawinglayer/primitive2d/textdecoratedprimitive2d.hxx
parent64de49e9b26b7a65e63c24e930ef7e42372d26ba (diff)
Changed BColor to Color in TextFooPrimitive2D classes
Change-Id: I4f29ec307f7f86e0a43d661785f90601e24a16ce (cherry picked from commit 530db75780c0c7711e1e334e6968cd357bf3d5a0)
Diffstat (limited to 'include/drawinglayer/primitive2d/textdecoratedprimitive2d.hxx')
-rw-r--r--include/drawinglayer/primitive2d/textdecoratedprimitive2d.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drawinglayer/primitive2d/textdecoratedprimitive2d.hxx b/include/drawinglayer/primitive2d/textdecoratedprimitive2d.hxx
index 5732f3c33761..d33ee9e56828 100644
--- a/include/drawinglayer/primitive2d/textdecoratedprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/textdecoratedprimitive2d.hxx
@@ -94,7 +94,7 @@ namespace drawinglayer
const attribute::FontAttribute& rFontAttribute,
const ::com::sun::star::lang::Locale& rLocale,
const basegfx::BColor& rFontColor,
- const basegfx::BColor& rFillColor,
+ const Color& rFillColor,
/// local parameters
const basegfx::BColor& rOverlineColor,