From 2d215ceccfb6476550ea389e19ab4c84b685ce97 Mon Sep 17 00:00:00 2001 From: Marco Cecchetti Date: Mon, 31 Aug 2015 23:04:55 +0200 Subject: Fixed a bug due to conflicts with Casarin's commit. Change-Id: I5226a55ba804d494a8c9c9c9b5cd7ed3889eafbf --- filter/source/svg/svgwriter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filter/source/svg/svgwriter.cxx b/filter/source/svg/svgwriter.cxx index 62b9f29afd26..72aeb4d80bda 100644 --- a/filter/source/svg/svgwriter.cxx +++ b/filter/source/svg/svgwriter.cxx @@ -1415,7 +1415,7 @@ void SVGTextWriter::implWriteEmbeddedBitmaps() // (used by animations) { // embedded bitmap id - const sal_uInt32 nId = SVGActionWriter::GetChecksum( pAction ); + nId = SVGActionWriter::GetChecksum( pAction ); sId = "embedded-bitmap("; sId += msShapeId; sId += "."; -- cgit v1.2.3