diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-03-31 16:18:18 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-03-31 22:00:08 +0200 |
commit | 6e0b9798b329fc1a9b8429461b09726a8f2107f3 (patch) | |
tree | 58b5059a866482101a8f4adc0159e3f0318c3eb2 /vcl | |
parent | 8bc28541fa9d686a7eeee53a034a42c652451734 (diff) |
error: unused variable 'aReturnString'
Change-Id: I53241eb41a07546fe4af010246d8ca373b0b1945
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/filter/graphicfilter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/filter/graphicfilter.cxx b/vcl/source/filter/graphicfilter.cxx index 8a649a081681..c3dbbdaf3b72 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: |