summaryrefslogtreecommitdiffstats
path: root/sfx2/source/config/evntconf.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/config/evntconf.cxx')
-rw-r--r--sfx2/source/config/evntconf.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/config/evntconf.cxx b/sfx2/source/config/evntconf.cxx
index 04388e7c406f..9df4ad094384 100644
--- a/sfx2/source/config/evntconf.cxx
+++ b/sfx2/source/config/evntconf.cxx
@@ -245,11 +245,11 @@ void PropagateEvent_Impl( SfxObjectShell *pDoc, const OUString& aEventName, cons
{
xEvents->replaceByName( aEventName, aEventData );
}
- catch( const ::com::sun::star::lang::IllegalArgumentException& )
+ catch( const css::lang::IllegalArgumentException& )
{
SAL_WARN( "sfx.config", "PropagateEvents_Impl: caught IllegalArgumentException" );
}
- catch( const ::com::sun::star::container::NoSuchElementException& )
+ catch( const css::container::NoSuchElementException& )
{
SAL_WARN( "sfx.config", "PropagateEvents_Impl: caught NoSuchElementException" );
}
@@ -270,7 +270,7 @@ void SfxEventConfiguration::ConfigureEvent( const OUString& aName, const SvxMacr
}
-SvxMacro* SfxEventConfiguration::ConvertToMacro( const com::sun::star::uno::Any& rElement, SfxObjectShell* pDoc, bool bBlowUp )
+SvxMacro* SfxEventConfiguration::ConvertToMacro( const css::uno::Any& rElement, SfxObjectShell* pDoc, bool bBlowUp )
{
return SfxEvents_Impl::ConvertToMacro( rElement, pDoc, bBlowUp );
}