Kaydet (Commit) ab52e0fe authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Markus Mohrhard

use correct type for LineStyle

Change-Id: I537009f8182251e6d769e6bd519ae94b2471a070
üst 4e938c46
......@@ -506,7 +506,7 @@ void DummyLine2D::render()
if (itr != maProperties.end())
{
uno::Any cow = itr->second;
sal_Int32 nStyle = cow.get<sal_Int32>();
drawing::LineStyle nStyle = cow.get<drawing::LineStyle>();
if (drawing::LineStyle_NONE == nStyle)
{
pChart->m_GLRender.SetTransparency(0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment