[Libreoffice-commits] core.git: Branch 'feature/perfwork5' - forms/source
László Németh
nemeth at collabora.com
Sun Nov 23 23:55:08 PST 2014
forms/source/component/ImageControl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b9773cd7d2ee4c3e517e13ad9e618e15f781e746
Author: László Németh <nemeth at collabora.com>
Date: Mon Nov 24 08:50:40 2014 +0100
Windows build fix of 'All image cleanup related change'
Previous failed builds:
8789217 fdo#86573: Impress does not show pictures anymore
f9c52dd Skip time based auto swap out for perf test
f199ea6 Skip size based auto swap out for perf test
17281e8 All image cleanup related change in one commit for perf test
Change-Id: I9d3dd169e979df38c9784888a4f1195f790f30db
diff --git a/forms/source/component/ImageControl.cxx b/forms/source/component/ImageControl.cxx
index fc3b65a..193d69b 100644
--- a/forms/source/component/ImageControl.cxx
+++ b/forms/source/component/ImageControl.cxx
@@ -279,7 +279,7 @@ void OImageControlModel::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, con
m_xGraphicObject.clear();
else
{
- m_xGraphicObject = GraphicObject::create( m_xContext );
+ m_xGraphicObject = graphic::GraphicObject::create( m_xContext );
m_xGraphicObject->setGraphic( xGraphic );
}
More information about the Libreoffice-commits
mailing list