summaryrefslogtreecommitdiff
path: root/framework/source/helper/uiconfigelementwrapperbase.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/helper/uiconfigelementwrapperbase.cxx')
-rw-r--r--framework/source/helper/uiconfigelementwrapperbase.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/helper/uiconfigelementwrapperbase.cxx b/framework/source/helper/uiconfigelementwrapperbase.cxx
index 23ac220d202c..5e04b938898b 100644
--- a/framework/source/helper/uiconfigelementwrapperbase.cxx
+++ b/framework/source/helper/uiconfigelementwrapperbase.cxx
@@ -318,7 +318,7 @@ void SAL_CALL UIConfigElementWrapperBase::setFastPropertyValue_NoBroadcast( sa
m_bConfigListening = sal_False;
}
}
- catch ( Exception& )
+ catch ( const Exception& )
{
}
}
@@ -336,7 +336,7 @@ void SAL_CALL UIConfigElementWrapperBase::setFastPropertyValue_NoBroadcast( sa
m_bConfigListening = sal_True;
}
}
- catch ( Exception& )
+ catch ( const Exception& )
{
}
}
@@ -518,7 +518,7 @@ void SAL_CALL UIConfigElementWrapperBase::setSettings( const Reference< XIndexAc
{
xUICfgMgr->replaceSettings( aResourceURL, m_xConfigData );
}
- catch( NoSuchElementException& )
+ catch( const NoSuchElementException& )
{
}
}