summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker/previewbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/filepicker/previewbase.hxx')
-rw-r--r--fpicker/source/win32/filepicker/previewbase.hxx25
1 files changed, 13 insertions, 12 deletions
diff --git a/fpicker/source/win32/filepicker/previewbase.hxx b/fpicker/source/win32/filepicker/previewbase.hxx
index 20d04dc50db2..503b541457f5 100644
--- a/fpicker/source/win32/filepicker/previewbase.hxx
+++ b/fpicker/source/win32/filepicker/previewbase.hxx
@@ -45,23 +45,24 @@ public:
// dtor
virtual ~PreviewBase();
- virtual sal_Int32 SAL_CALL getTargetColorDepth()
- throw (css::uno::RuntimeException);
+ /// @throws css::uno::RuntimeException
+ virtual sal_Int32 SAL_CALL getTargetColorDepth();
- virtual sal_Int32 SAL_CALL getAvailableWidth()
- throw (css::uno::RuntimeException);
+ /// @throws css::uno::RuntimeException
+ virtual sal_Int32 SAL_CALL getAvailableWidth();
- virtual sal_Int32 SAL_CALL getAvailableHeight()
- throw (css::uno::RuntimeException);
+ /// @throws css::uno::RuntimeException
+ virtual sal_Int32 SAL_CALL getAvailableHeight();
- virtual 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
+ virtual void SAL_CALL setImage( sal_Int16 aImageFormat, const css::uno::Any& aImage );
- virtual bool SAL_CALL setShowState( bool bShowState )
- throw (css::uno::RuntimeException);
+ /// @throws css::uno::RuntimeException
+ virtual bool SAL_CALL setShowState( bool bShowState );
- virtual bool SAL_CALL getShowState()
- throw (css::uno::RuntimeException);
+ /// @throws css::uno::RuntimeException
+ virtual bool SAL_CALL getShowState();
virtual void SAL_CALL getImage(sal_Int16& aImageFormat,css::uno::Any& aImage);