diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-14 12:37:13 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-07-14 12:37:32 +0200 |
commit | 4c5498ec5ee478e27fd62bdcf9de1208c692422c (patch) | |
tree | 680c74dd1d8b628cf10e641eba0088d7daa3e408 /forms | |
parent | 8a1e063aa0000ff5244171f5b9164980a027b734 (diff) |
fix windows build
Change-Id: I505b7b0e6bf86093fbed1aa7e28b710e12116e6e
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/clickableimage.cxx | 2 |
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; |