summaryrefslogtreecommitdiff
path: root/filter/source/msfilter/msdffimp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/msfilter/msdffimp.cxx')
-rw-r--r--filter/source/msfilter/msdffimp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index 6853c139ebd2..e9d177b0a79f 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -7554,7 +7554,7 @@ SdrOle2Obj* SvxMSDffManager::CreateSdrOLEFromStorage(
xObj->setVisualAreaSize( nAspect, aAwtSz );
//xInplaceObj->EnableSetModified( sal_True );*/
}
- catch( uno::Exception& )
+ catch( const uno::Exception& )
{
OSL_FAIL( "Could not set visual area of the object!\n" );
}
@@ -7601,7 +7601,7 @@ sal_Bool SvxMSDffManager::SetPropValue( const uno::Any& rAny, const uno::Referen
if ( aXPropSetInfo.is() )
bRetValue = aXPropSetInfo->hasPropertyByName( rPropName );
}
- catch( uno::Exception& )
+ catch( const uno::Exception& )
{
bRetValue = sal_False;
}
@@ -7613,7 +7613,7 @@ sal_Bool SvxMSDffManager::SetPropValue( const uno::Any& rAny, const uno::Referen
rXPropSet->setPropertyValue( rPropName, rAny );
bRetValue = sal_True;
}
- catch( uno::Exception& )
+ catch( const uno::Exception& )
{
bRetValue = sal_False;
}