summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/XMLShapeStyleContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/XMLShapeStyleContext.cxx')
-rw-r--r--xmloff/source/draw/XMLShapeStyleContext.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/draw/XMLShapeStyleContext.cxx b/xmloff/source/draw/XMLShapeStyleContext.cxx
index 2a80b436737a..c54b682be09e 100644
--- a/xmloff/source/draw/XMLShapeStyleContext.cxx
+++ b/xmloff/source/draw/XMLShapeStyleContext.cxx
@@ -262,7 +262,7 @@ void XMLShapeStyleContext::FillPropertySet( const Reference< beans::XPropertySet
rPropSet->setPropertyValue( rPropertyName, Any( sStyleName ) );
}
}
- catch ( const ::com::sun::star::lang::IllegalArgumentException& e )
+ catch ( const css::lang::IllegalArgumentException& e )
{
Sequence<OUString> aSeq { sStyleName };
GetImport().SetError(
@@ -287,7 +287,7 @@ void XMLShapeStyleContext::FillPropertySet( const Reference< beans::XPropertySet
rPropSet->setPropertyValue( rPropertyName, rState.maValue );
}
}
- catch ( const ::com::sun::star::lang::IllegalArgumentException& e )
+ catch ( const css::lang::IllegalArgumentException& e )
{
Sequence<OUString> aSeq;
GetImport().SetError(