summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/imagemgr.cxx
diff options
context:
space:
mode:
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&)
{
}