[Libreoffice-commits] core.git: chart2/source

Chris Sherlock chris.sherlock79 at gmail.com
Wed Feb 3 10:24:59 UTC 2016


 chart2/source/view/main/3DChartObjects.cxx |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

New commits:
commit f16433ec2cba13b78022f1bf6e78bcf26fb22be8
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Wed Feb 3 21:23:41 2016 +1100

    chart2: I think we can get rid of OLDRENDER now
    
    Change-Id: I4919d4a75bdd7dc0398f5829a25f2908e97b0eaf

diff --git a/chart2/source/view/main/3DChartObjects.cxx b/chart2/source/view/main/3DChartObjects.cxx
index 56cc323..1a7c500 100644
--- a/chart2/source/view/main/3DChartObjects.cxx
+++ b/chart2/source/view/main/3DChartObjects.cxx
@@ -84,11 +84,7 @@ const TextCacheItem& TextCache::getText(OUString const & rText, bool bIs3dText)
     else
         aFont = pDevice->GetFont();
     aFont.SetSize(Size(0, 96));
-    static bool bOldRender = getenv("OLDRENDER");
-    if (bOldRender)
-        aFont.SetColor(COL_BLACK);
-    else
-        aFont.SetColor(COL_GREEN); // RGB_COLORDATA(0xf0, 0xf0, 0xf0));
+    aFont.SetColor(COL_GREEN); // RGB_COLORDATA(0xf0, 0xf0, 0xf0));
     pDevice->SetFont(aFont);
     pDevice->Erase();
 


More information about the Libreoffice-commits mailing list