fix windows build

Change-Id: I505b7b0e6bf86093fbed1aa7e28b710e12116e6e
This commit is contained in:
Noel Grandin
2015-07-14 12:37:13 +02:00
parent 8a1e063aa0
commit 4c5498ec5e

View File

@@ -866,7 +866,7 @@ namespace frm
}
else
{
m_xGraphicObject = GraphicObject::create( m_xContext );
m_xGraphicObject = css::graphic::GraphicObject::create( m_xContext );
m_xGraphicObject->setGraphic( xGraphic );
}
return 1L;