summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/folderpicker/FolderPicker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/folderpicker/FolderPicker.hxx')
-rw-r--r--fpicker/source/win32/folderpicker/FolderPicker.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/fpicker/source/win32/folderpicker/FolderPicker.hxx b/fpicker/source/win32/folderpicker/FolderPicker.hxx
index 331cfee37e36..8f64c889e5cb 100644
--- a/fpicker/source/win32/folderpicker/FolderPicker.hxx
+++ b/fpicker/source/win32/folderpicker/FolderPicker.hxx
@@ -50,46 +50,46 @@ public:
virtual void SAL_CALL setTitle( const OUString& aTitle )
- throw( css::uno::RuntimeException );
+ throw( css::uno::RuntimeException ) override;
virtual sal_Int16 SAL_CALL execute( )
- throw( css::uno::RuntimeException );
+ throw( css::uno::RuntimeException ) override;
// XFolderPicker functions
virtual void SAL_CALL setDisplayDirectory( const OUString& aDirectory )
- throw( css::lang::IllegalArgumentException, css::uno::RuntimeException );
+ throw( css::lang::IllegalArgumentException, css::uno::RuntimeException ) override;
virtual OUString SAL_CALL getDisplayDirectory( )
- throw( css::uno::RuntimeException );
+ throw( css::uno::RuntimeException ) override;
virtual OUString SAL_CALL getDirectory( )
- throw( css::uno::RuntimeException );
+ throw( css::uno::RuntimeException ) override;
virtual void SAL_CALL setDescription( const OUString& aDescription )
- throw( css::uno::RuntimeException );
+ throw( css::uno::RuntimeException ) override;
// XServiceInfo
virtual OUString SAL_CALL getImplementationName( )
- throw(css::uno::RuntimeException);
+ throw(css::uno::RuntimeException) override;
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName )
- throw(css::uno::RuntimeException);
+ throw(css::uno::RuntimeException) override;
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( )
- throw(css::uno::RuntimeException);
+ throw(css::uno::RuntimeException) override;
// XCancellable
virtual void SAL_CALL cancel( )
- throw(css::uno::RuntimeException);
+ throw(css::uno::RuntimeException) override;
// overwrite base class method, which is called