summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-01-01 22:02:13 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-01-29 08:09:26 +0100
commit53974db1db1fccac4ca89027f48ee42f8f35fc38 (patch)
treebd8a5b6b5bc557619f79d801a68c614b99dd5179 /chart2
parentcbc8a424f8e89202b9a2376f57175264bbd83381 (diff)
add more debug output
Change-Id: I41710783f1f2d448110b5db8e9c2e7955e2ed5a7
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/main/DummyXShape.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/source/view/main/DummyXShape.cxx b/chart2/source/view/main/DummyXShape.cxx
index 8b0f0d0ed82a..ec1d19381d35 100644
--- a/chart2/source/view/main/DummyXShape.cxx
+++ b/chart2/source/view/main/DummyXShape.cxx
@@ -433,6 +433,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())