diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-05-12 05:23:49 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-05-12 05:23:49 +0200 |
commit | 1ddc1744c5e93baba6d8b2207d66c8c8645e79c5 (patch) | |
tree | 2ae0f1de02ecf73eece7abe874023e0375d6f42d /chart2 | |
parent | a0842e53b999cee3cddbd209b43e313874760f0b (diff) |
use black as text color
Change-Id: I109ef0217f3dbe13691e6be60a0a5e2c89280e45
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/main/3DChartObjects.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/main/3DChartObjects.cxx b/chart2/source/view/main/3DChartObjects.cxx index e23c38b3ceb6..4581d742d2d9 100644 --- a/chart2/source/view/main/3DChartObjects.cxx +++ b/chart2/source/view/main/3DChartObjects.cxx @@ -73,7 +73,7 @@ Text::Text(OpenGL3DRenderer* pRenderer, const OUString& rStr, sal_uInt32 nId): // Convert OUString to BitmapEx. VirtualDevice aDevice(*Application::GetDefaultDevice(), 0, 0); Font aFont = aDevice.GetFont(); - aFont.SetColor(COL_WHITE); + aFont.SetColor(COL_BLACK); aDevice.SetFont(aFont); aDevice.Erase(); aDevice.SetOutputSizePixel(Size(20,12)); |