summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker/dibpreview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/filepicker/dibpreview.hxx')
-rw-r--r--fpicker/source/win32/filepicker/dibpreview.hxx18
1 files changed, 6 insertions, 12 deletions
diff --git a/fpicker/source/win32/filepicker/dibpreview.hxx b/fpicker/source/win32/filepicker/dibpreview.hxx
index 76f74bbb056c..fb34f911cbbf 100644
--- a/fpicker/source/win32/filepicker/dibpreview.hxx
+++ b/fpicker/source/win32/filepicker/dibpreview.hxx
@@ -54,23 +54,17 @@ public:
// preview interface implementation
- virtual sal_Int32 SAL_CALL getTargetColorDepth()
- throw (css::uno::RuntimeException) override;
+ virtual sal_Int32 SAL_CALL getTargetColorDepth() override;
- virtual sal_Int32 SAL_CALL getAvailableWidth()
- throw (css::uno::RuntimeException) override;
+ virtual sal_Int32 SAL_CALL getAvailableWidth() override;
- virtual sal_Int32 SAL_CALL getAvailableHeight()
- throw (css::uno::RuntimeException) override;
+ virtual sal_Int32 SAL_CALL getAvailableHeight() override;
- virtual void SAL_CALL setImage(sal_Int16 aImageFormat, const css::uno::Any& aImage)
- throw (css::lang::IllegalArgumentException, css::uno::RuntimeException) override;
+ virtual void SAL_CALL setImage(sal_Int16 aImageFormat, const css::uno::Any& aImage) override;
- virtual bool SAL_CALL setShowState(bool bShowState)
- throw (css::uno::RuntimeException) override;
+ virtual bool SAL_CALL setShowState(bool bShowState) override;
- virtual bool SAL_CALL getShowState()
- throw (css::uno::RuntimeException) override;
+ virtual bool SAL_CALL getShowState() override;
virtual HWND SAL_CALL getWindowHandle() const override;