Kaydet (Commit) 6e0b9798 authored tarafından Matúš Kukan's avatar Matúš Kukan

error: unused variable 'aReturnString'

Change-Id: I53241eb41a07546fe4af010246d8ca373b0b1945
üst 8bc28541
...@@ -2280,9 +2280,9 @@ int GraphicFilter::LoadGraphic( const OUString &rPath, const OUString &rFilterNa ...@@ -2280,9 +2280,9 @@ int GraphicFilter::LoadGraphic( const OUString &rPath, const OUString &rFilterNa
else else
nRes = pFilter->ImportGraphic( rGraphic, rPath, *pStream, nFilter, pDeterminedFormat ); nRes = pFilter->ImportGraphic( rGraphic, rPath, *pStream, nFilter, pDeterminedFormat );
#ifdef DBG_UTIL
OUString aReturnString; OUString aReturnString;
#ifdef DBG_UTIL
switch (nRes) switch (nRes)
{ {
case GRFILTER_OPENERROR: case GRFILTER_OPENERROR:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment