[Libreoffice-commits] core.git: forms/source

Noel Grandin noel at peralex.com
Tue Jul 14 03:42:51 PDT 2015


 forms/source/component/clickableimage.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4c5498ec5ee478e27fd62bdcf9de1208c692422c
Author: Noel Grandin <noel at peralex.com>
Date:   Tue Jul 14 12:37:13 2015 +0200

    fix windows build
    
    Change-Id: I505b7b0e6bf86093fbed1aa7e28b710e12116e6e

diff --git a/forms/source/component/clickableimage.cxx b/forms/source/component/clickableimage.cxx
index 77c2410..bef40ab 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;


More information about the Libreoffice-commits mailing list