[Libreoffice-commits] core.git: Branch 'private/moggi/fix-opengl-backend' - chart2/source

Markus Mohrhard markus.mohrhard at googlemail.com
Wed Jan 1 11:04:37 PST 2014


 chart2/source/view/main/DummyXShape.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 59a952aa7b57ad2feefc5102208f1ead361af10e
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Wed Jan 1 22:02:13 2014 +0100

    add more debug output
    
    Change-Id: I41710783f1f2d448110b5db8e9c2e7955e2ed5a7

diff --git a/chart2/source/view/main/DummyXShape.cxx b/chart2/source/view/main/DummyXShape.cxx
index d95f430..3b714e9 100644
--- a/chart2/source/view/main/DummyXShape.cxx
+++ b/chart2/source/view/main/DummyXShape.cxx
@@ -439,6 +439,8 @@ DummyLine2D::DummyLine2D(const awt::Size& rSize, const awt::Point& rPosition)
 
 void DummyLine2D::render()
 {
+    SAL_WARN("chart2.opengl", "rendering line 2D");
+    debugProperties(maProperties);
     DummyChart* pChart = getRootShape();
     std::map< OUString, uno::Any >::const_iterator itr = maProperties.find(UNO_NAME_LINECOLOR);
     if(itr != maProperties.end())


More information about the Libreoffice-commits mailing list