vcl/source/gdi/gdimtf.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8912e6dab98eabbdeea870a387d30ef1de938acb Author: Stephan Bergmann <sberg...@redhat.com> Date: Fri Jan 9 14:07:01 2015 +0100 Apparently wants to use pData, not &pData, as source Change-Id: I22a3aba3266ae8209242cf6e02ca8c66b1be863b diff --git a/vcl/source/gdi/gdimtf.cxx b/vcl/source/gdi/gdimtf.cxx index ac83c6d..8cf4747 100644 --- a/vcl/source/gdi/gdimtf.cxx +++ b/vcl/source/gdi/gdimtf.cxx @@ -507,7 +507,7 @@ void GDIMetaFile::ImplDelegate2PluggableRenderer( const MetaCommentAction* pAct, // delay intialization of XGraphic, to only expose // XGraphic-generating services to arbitrary binary data uno::Sequence< sal_Int8 > aSeq( - (sal_Int8*)&pData, pEndData-pData ); + (sal_Int8*)pData, pEndData-pData ); uno::Sequence<uno::Any> aGraphicsArgs(1); aGraphicsArgs[0] = makeAny(aSeq); xInit->initialize(aGraphicsArgs); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits