diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-02-05 09:24:25 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-02-05 09:47:48 +0000 |
commit | 194016b1d7a3f09baeaddfcfdb369adf15f9cff2 (patch) | |
tree | 18bde561673d11491849d803dee4980ae48de259 /vcl/unx/gtk/fpicker/SalGtkFolderPicker.hxx | |
parent | f3eccc655387b47fb0986558b8835588eee2898d (diff) |
callcatcher: update unused code
Change-Id: I540d192a361938cd4dca811e7170d762841662ee
Diffstat (limited to 'vcl/unx/gtk/fpicker/SalGtkFolderPicker.hxx')
-rw-r--r-- | vcl/unx/gtk/fpicker/SalGtkFolderPicker.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/unx/gtk/fpicker/SalGtkFolderPicker.hxx b/vcl/unx/gtk/fpicker/SalGtkFolderPicker.hxx index 24017a2493e2..f309dddd4e3b 100644 --- a/vcl/unx/gtk/fpicker/SalGtkFolderPicker.hxx +++ b/vcl/unx/gtk/fpicker/SalGtkFolderPicker.hxx @@ -64,11 +64,6 @@ class SalGtkFolderPicker : virtual void SAL_CALL cancel( ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE; - // XEventListener - - void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& aEvent ) - throw(::com::sun::star::uno::RuntimeException); - private: // prevent copy and assignment SalGtkFolderPicker( const SalGtkFolderPicker& ); |