diff options
Diffstat (limited to 'sd/source/ui/presenter/PresenterPreviewCache.hxx')
-rw-r--r-- | sd/source/ui/presenter/PresenterPreviewCache.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/presenter/PresenterPreviewCache.hxx b/sd/source/ui/presenter/PresenterPreviewCache.hxx index 958f5b530997..20af28218214 100644 --- a/sd/source/ui/presenter/PresenterPreviewCache.hxx +++ b/sd/source/ui/presenter/PresenterPreviewCache.hxx @@ -97,7 +97,7 @@ private: std::shared_ptr<PresenterCacheContext> mpCacheContext; std::shared_ptr<sd::slidesorter::cache::PageCache> mpCache; - /** This method throws a DisposedException when the object has already been + /** @throws css::lang::DisposedException when the object has already been disposed. */ void ThrowIfDisposed() throw (css::lang::DisposedException); |