Kaydet (Commit) 5771bde2 authored tarafından Zolnai Tamás's avatar Zolnai Tamás

Try to fix ambiguity error

Change-Id: I93cf7497e52d065d00f762f61f79a4e8f8609bfc
üst 673f3dfc
...@@ -279,7 +279,7 @@ void OImageControlModel::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, con ...@@ -279,7 +279,7 @@ void OImageControlModel::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, con
m_xGraphicObject.clear(); m_xGraphicObject.clear();
else else
{ {
m_xGraphicObject = GraphicObject::create( m_xContext ); m_xGraphicObject = graphic::GraphicObject::create( m_xContext );
m_xGraphicObject->setGraphic( xGraphic ); m_xGraphicObject->setGraphic( xGraphic );
} }
......
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