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.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/fpicker/source/win32/folderpicker/WinFOPImpl.hxx b/fpicker/source/win32/folderpicker/WinFOPImpl.hxx
index e5336b3adb85..b6b867865b29 100644
--- a/fpicker/source/win32/folderpicker/WinFOPImpl.hxx
+++ b/fpicker/source/win32/folderpicker/WinFOPImpl.hxx
@@ -47,16 +47,16 @@ public:
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;
protected:
- virtual void SAL_CALL onSelChanged( const OUString& aNewPath );
+ virtual void SAL_CALL onSelChanged( const OUString& aNewPath ) override;
private:
CFolderPicker* m_pFolderPicker;