summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-14 12:37:13 +0200
committerNoel Grandin <noel@peralex.com>2015-07-14 12:37:32 +0200
commit4c5498ec5ee478e27fd62bdcf9de1208c692422c (patch)
tree680c74dd1d8b628cf10e641eba0088d7daa3e408
parent8a1e063aa0000ff5244171f5b9164980a027b734 (diff)
fix windows build
Change-Id: I505b7b0e6bf86093fbed1aa7e28b710e12116e6e
-rw-r--r--forms/source/component/clickableimage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/clickableimage.cxx b/forms/source/component/clickableimage.cxx
index 77c2410f39b4..bef40abf289b 100644
--- a/forms/source/component/clickableimage.cxx
+++ b/forms/source/component/clickableimage.cxx
@@ -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;