summaryrefslogtreecommitdiff
path: root/framework/source/uifactory/factoryconfiguration.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/uifactory/factoryconfiguration.cxx')
-rw-r--r--framework/source/uifactory/factoryconfiguration.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/uifactory/factoryconfiguration.cxx b/framework/source/uifactory/factoryconfiguration.cxx
index 2a7da9943082..7c7be1c67c25 100644
--- a/framework/source/uifactory/factoryconfiguration.cxx
+++ b/framework/source/uifactory/factoryconfiguration.cxx
@@ -277,11 +277,11 @@ bool ConfigurationAccess_ControllerFactory::impl_getElementProps( const Any& aEl
xPropertySet->getPropertyValue( m_aPropController ) >>= aServiceSpecifier;
xPropertySet->getPropertyValue( m_aPropValue ) >>= aValue;
}
- catch ( const com::sun::star::beans::UnknownPropertyException& )
+ catch ( const css::beans::UnknownPropertyException& )
{
return false;
}
- catch ( const com::sun::star::lang::WrappedTargetException& )
+ catch ( const css::lang::WrappedTargetException& )
{
return false;
}