summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker/previewadapter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/filepicker/previewadapter.hxx')
-rw-r--r--fpicker/source/win32/filepicker/previewadapter.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/fpicker/source/win32/filepicker/previewadapter.hxx b/fpicker/source/win32/filepicker/previewadapter.hxx
index 33f5ef54fa0d..1f14098ae849 100644
--- a/fpicker/source/win32/filepicker/previewadapter.hxx
+++ b/fpicker/source/win32/filepicker/previewadapter.hxx
@@ -62,8 +62,9 @@ public:
sal_Int32 SAL_CALL getAvailableHeight();
- void SAL_CALL setImage(sal_Int16 aImageFormat, const css::uno::Any& aImage)
- throw (css::lang::IllegalArgumentException, css::uno::RuntimeException);
+ /// @throws css::lang::IllegalArgumentException
+ /// @throws css::uno::RuntimeException
+ void SAL_CALL setImage(sal_Int16 aImageFormat, const css::uno::Any& aImage);
bool SAL_CALL setShowState(bool bShowState);