summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/folderpicker/WinFOPImpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/folderpicker/WinFOPImpl.hxx')
-rw-r--r--fpicker/source/win32/folderpicker/WinFOPImpl.hxx14
1 files changed, 5 insertions, 9 deletions
diff --git a/fpicker/source/win32/folderpicker/WinFOPImpl.hxx b/fpicker/source/win32/folderpicker/WinFOPImpl.hxx
index b6b867865b29..ffed7e969342 100644
--- a/fpicker/source/win32/folderpicker/WinFOPImpl.hxx
+++ b/fpicker/source/win32/folderpicker/WinFOPImpl.hxx
@@ -38,22 +38,18 @@ public:
// XExecutableDialog
-
- virtual sal_Int16 SAL_CALL execute( )
- throw( css::uno::RuntimeException );
+ /// @throws css::uno::RuntimeException
+ virtual sal_Int16 SAL_CALL execute( );
// XFolderPicker
- virtual void SAL_CALL setDisplayDirectory( const OUString& aDirectory )
- throw( css::lang::IllegalArgumentException, css::uno::RuntimeException ) override;
+ virtual void SAL_CALL setDisplayDirectory( const OUString& aDirectory ) override;
- virtual OUString SAL_CALL getDisplayDirectory( )
- throw( css::uno::RuntimeException ) override;
+ virtual OUString SAL_CALL getDisplayDirectory( ) override;
- virtual OUString SAL_CALL getDirectory( )
- throw( css::uno::RuntimeException ) override;
+ virtual OUString SAL_CALL getDirectory( ) override;
protected:
virtual void SAL_CALL onSelChanged( const OUString& aNewPath ) override;