summaryrefslogtreecommitdiff
path: root/embeddedobj/source/msole/graphconvert.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'embeddedobj/source/msole/graphconvert.cxx')
-rw-r--r--embeddedobj/source/msole/graphconvert.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/embeddedobj/source/msole/graphconvert.cxx b/embeddedobj/source/msole/graphconvert.cxx
index ed126065b9a8..b39c88888583 100644
--- a/embeddedobj/source/msole/graphconvert.cxx
+++ b/embeddedobj/source/msole/graphconvert.cxx
@@ -84,7 +84,7 @@ sal_Bool ConvertBufferToFormat( void* pBuf,
}
}
}
- catch (uno::Exception&)
+ catch (const uno::Exception&)
{}
}
@@ -119,7 +119,7 @@ void SAL_CALL MainThreadNotificationRequest::notify (const uno::Any& ) throw (un
m_pObject->OnIconChanged_Impl();
}
}
- catch( uno::Exception& )
+ catch( const uno::Exception& )
{
// ignore all the errors
}