vcl/source/filter/graphicfilter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6e0b9798b329fc1a9b8429461b09726a8f2107f3 Author: Matúš Kukan <matus.ku...@collabora.com> Date: Mon Mar 31 16:18:18 2014 +0200 error: unused variable 'aReturnString' Change-Id: I53241eb41a07546fe4af010246d8ca373b0b1945 diff --git a/vcl/source/filter/graphicfilter.cxx b/vcl/source/filter/graphicfilter.cxx index 8a649a0..c3dbbda 100644 --- a/vcl/source/filter/graphicfilter.cxx +++ b/vcl/source/filter/graphicfilter.cxx @@ -2280,9 +2280,9 @@ int GraphicFilter::LoadGraphic( const OUString &rPath, const OUString &rFilterNa else nRes = pFilter->ImportGraphic( rGraphic, rPath, *pStream, nFilter, pDeterminedFormat ); +#ifdef DBG_UTIL OUString aReturnString; -#ifdef DBG_UTIL switch (nRes) { case GRFILTER_OPENERROR:
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits