summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterPaneFactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterPaneFactory.hxx')
-rw-r--r--sdext/source/presenter/PresenterPaneFactory.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sdext/source/presenter/PresenterPaneFactory.hxx b/sdext/source/presenter/PresenterPaneFactory.hxx
index 0a8e4b5cb5a5..3c5fbf707e8a 100644
--- a/sdext/source/presenter/PresenterPaneFactory.hxx
+++ b/sdext/source/presenter/PresenterPaneFactory.hxx
@@ -86,15 +86,15 @@ public:
virtual css::uno::Reference<css::drawing::framework::XResource>
SAL_CALL createResource (
- const ::com::sun::star::uno::Reference<
- com::sun::star::drawing::framework::XResourceId>& rxPaneId)
- throw (::com::sun::star::uno::RuntimeException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, std::exception) SAL_OVERRIDE;
+ const css::uno::Reference<
+ css::drawing::framework::XResourceId>& rxPaneId)
+ throw (css::uno::RuntimeException, css::lang::IllegalArgumentException, css::lang::WrappedTargetException, std::exception) SAL_OVERRIDE;
virtual void SAL_CALL
releaseResource (
- const ::com::sun::star::uno::Reference<com::sun::star::drawing::framework::XResource>&
+ const css::uno::Reference<css::drawing::framework::XResource>&
rxPane)
- throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
private:
css::uno::WeakReference<css::uno::XComponentContext> mxComponentContextWeak;
@@ -120,7 +120,7 @@ private:
const css::uno::Reference<css::drawing::framework::XPane>& rxParentPane,
const bool bIsSpritePane);
- void ThrowIfDisposed (void) const throw (::com::sun::star::lang::DisposedException);
+ void ThrowIfDisposed (void) const throw (css::lang::DisposedException);
};
} }