summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterScreen.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterScreen.cxx')
-rw-r--r--sdext/source/presenter/PresenterScreen.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterScreen.cxx b/sdext/source/presenter/PresenterScreen.cxx
index f4698b4e8f26..d6dee3b92eac 100644
--- a/sdext/source/presenter/PresenterScreen.cxx
+++ b/sdext/source/presenter/PresenterScreen.cxx
@@ -87,7 +87,7 @@ namespace {
css::uno::Reference<css::uno::XComponentContext> mxComponentContext;
rtl::Reference<PresenterScreen> mpPresenterScreen;
- void ThrowIfDisposed() const throw (::com::sun::star::lang::DisposedException);
+ void ThrowIfDisposed() const throw (css::lang::DisposedException);
};
}
@@ -249,7 +249,7 @@ void SAL_CALL PresenterScreenListener::disposing (const css::lang::EventObject&
}
void PresenterScreenListener::ThrowIfDisposed() const throw (
- ::com::sun::star::lang::DisposedException)
+ css::lang::DisposedException)
{
if (rBHelper.bDisposed || rBHelper.bInDispose)
{