writerfilter/source/dmapper/GraphicImport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 44397a6f36ae6db697899c4595afe617e5fbe8ca Author: Eike Rathke <er...@redhat.com> Date: Fri Nov 22 19:52:41 2013 +0100 init nRotation [-Werror=maybe-uninitialized] Change-Id: Ia48c8e3ef9dfb1f1f881845813ada518231352f2 diff --git a/writerfilter/source/dmapper/GraphicImport.cxx b/writerfilter/source/dmapper/GraphicImport.cxx index cdd9e01..c0fa4b8 100644 --- a/writerfilter/source/dmapper/GraphicImport.cxx +++ b/writerfilter/source/dmapper/GraphicImport.cxx @@ -909,7 +909,7 @@ void GraphicImport::lcl_attribute(Id nName, Value & val) OUString sUrl; xShapeProps->getPropertyValue("GraphicURL") >>= sUrl; - sal_Int32 nRotation; + sal_Int32 nRotation = 0; xShapeProps->getPropertyValue("RotateAngle") >>= nRotation; ::com::sun::star::beans::PropertyValues aMediaProperties( 1 ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits