chart2/source/view/main/ChartView.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 54cf6cb043d555bc1637871cdb0d24945385f103
Author: Zolnai Tamás <[email protected]>
Date:   Mon Aug 25 19:21:54 2014 +0200

    Oops, static was forgotten.
    
    Change-Id: I0c316581ab8bfb0a49420006a0801d13021bd1ca

diff --git a/chart2/source/view/main/ChartView.cxx 
b/chart2/source/view/main/ChartView.cxx
index 710c50e..4c27195 100644
--- a/chart2/source/view/main/ChartView.cxx
+++ b/chart2/source/view/main/ChartView.cxx
@@ -2446,7 +2446,7 @@ bool ChartView::isReal3DChart()
     return GL3DHelper::isGL3DDiagram(xDiagram);
 }
 
-const char* envChartDummyFactory = getenv("CHART_DUMMY_FACTORY");
+static const char* envChartDummyFactory = getenv("CHART_DUMMY_FACTORY");
 
 void ChartView::createShapes()
 {
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to