summaryrefslogtreecommitdiffstats
path: root/vcl/unx/gtk/fpicker/SalGtkPicker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/gtk/fpicker/SalGtkPicker.hxx')
-rw-r--r--vcl/unx/gtk/fpicker/SalGtkPicker.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/gtk/fpicker/SalGtkPicker.hxx b/vcl/unx/gtk/fpicker/SalGtkPicker.hxx
index 8f4552c03818..eb8e814b804b 100644
--- a/vcl/unx/gtk/fpicker/SalGtkPicker.hxx
+++ b/vcl/unx/gtk/fpicker/SalGtkPicker.hxx
@@ -49,13 +49,13 @@ class SalGtkPicker
osl::Mutex m_rbHelperMtx;
GtkWidget *m_pDialog;
protected:
- virtual void SAL_CALL implsetTitle( const OUString& aTitle )
+ void SAL_CALL implsetTitle( const OUString& aTitle )
throw( ::com::sun::star::uno::RuntimeException );
- virtual void SAL_CALL implsetDisplayDirectory( const OUString& rDirectory )
+ void SAL_CALL implsetDisplayDirectory( const OUString& rDirectory )
throw( com::sun::star::lang::IllegalArgumentException, com::sun::star::uno::RuntimeException );
- virtual OUString SAL_CALL implgetDisplayDirectory( )
+ OUString SAL_CALL implgetDisplayDirectory( )
throw( com::sun::star::uno::RuntimeException );
OUString uritounicode(const gchar *pIn);
OString unicodetouri(const OUString &rURL);