summaryrefslogtreecommitdiff
path: root/framework/source/uielement/statusbarwrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/uielement/statusbarwrapper.cxx')
-rw-r--r--framework/source/uielement/statusbarwrapper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/uielement/statusbarwrapper.cxx b/framework/source/uielement/statusbarwrapper.cxx
index a4da08f1c792..6a4f6dae1bc2 100644
--- a/framework/source/uielement/statusbarwrapper.cxx
+++ b/framework/source/uielement/statusbarwrapper.cxx
@@ -51,7 +51,7 @@ namespace framework
{
StatusBarWrapper::StatusBarWrapper(
- const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >& rxContext
+ const css::uno::Reference< css::uno::XComponentContext >& rxContext
)
: UIConfigElementWrapperBase( UIElementType::STATUSBAR ),
m_xContext( rxContext )
@@ -62,11 +62,11 @@ StatusBarWrapper::~StatusBarWrapper()
{
}
-void SAL_CALL StatusBarWrapper::dispose() throw (::com::sun::star::uno::RuntimeException, std::exception)
+void SAL_CALL StatusBarWrapper::dispose() throw (css::uno::RuntimeException, std::exception)
{
Reference< XComponent > xThis( static_cast< OWeakObject* >(this), UNO_QUERY );
- com::sun::star::lang::EventObject aEvent( xThis );
+ css::lang::EventObject aEvent( xThis );
m_aListenerContainer.disposeAndClear( aEvent );
SolarMutexGuard g;