diff options
Diffstat (limited to 'sd/source/ui/presenter/PresenterCanvas.cxx')
-rw-r--r-- | sd/source/ui/presenter/PresenterCanvas.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/presenter/PresenterCanvas.cxx b/sd/source/ui/presenter/PresenterCanvas.cxx index 9d088ae0d27c..f2f6ae76fb53 100644 --- a/sd/source/ui/presenter/PresenterCanvas.cxx +++ b/sd/source/ui/presenter/PresenterCanvas.cxx @@ -649,7 +649,7 @@ Reference<rendering::XSprite> SAL_CALL -::sal_Bool SAL_CALL PresenterCanvas::updateScreen (::sal_Bool bUpdateAll) +sal_Bool SAL_CALL PresenterCanvas::updateScreen (sal_Bool bUpdateAll) throw (css::uno::RuntimeException, std::exception) { ThrowIfDisposed(); |