summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/imagemgr.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-21 23:27:48 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-12-22 09:07:47 +0000
commitbe4db0569c947179b0facf367862213748982361 (patch)
tree11a36f5643e4e597b21f7e15d447ae9470cffbb7 /sfx2/source/appl/imagemgr.cxx
parent7a6efedd9eb4dea9abc9d1fd1f6362092ce01f78 (diff)
catch by const ref
Diffstat (limited to 'sfx2/source/appl/imagemgr.cxx')
-rw-r--r--sfx2/source/appl/imagemgr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/appl/imagemgr.cxx b/sfx2/source/appl/imagemgr.cxx
index f6faced79646..2b9109932b4f 100644
--- a/sfx2/source/appl/imagemgr.cxx
+++ b/sfx2/source/appl/imagemgr.cxx
@@ -146,7 +146,7 @@ Image SAL_CALL GetImage(
if ( !!aImage )
return aImage;
}
- catch ( Exception& )
+ catch (const Exception&)
{
}
}
@@ -214,7 +214,7 @@ Image SAL_CALL GetImage(
return SvFileInformationManager::GetImageNoDefault( aObj, bBig );
}
}
- catch ( Exception& )
+ catch (const Exception&)
{
}