diff options
Diffstat (limited to 'fpicker/source/unx/gnome/SalGtkFolderPicker.cxx')
-rw-r--r-- | fpicker/source/unx/gnome/SalGtkFolderPicker.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/unx/gnome/SalGtkFolderPicker.cxx b/fpicker/source/unx/gnome/SalGtkFolderPicker.cxx index 43004ffae14a..ba432e8d003a 100644 --- a/fpicker/source/unx/gnome/SalGtkFolderPicker.cxx +++ b/fpicker/source/unx/gnome/SalGtkFolderPicker.cxx @@ -4,9 +4,9 @@ * * $RCSfile: SalGtkFolderPicker.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 23:35:19 $ + * last change: $Author: hr $ $Date: 2006-06-20 00:13:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -136,7 +136,7 @@ SalGtkFolderPicker::SalGtkFolderPicker( const uno::Reference<lang::XMultiService // XEventListener // ------------------------------------------------- -void SAL_CALL SalGtkFolderPicker::disposing( const lang::EventObject& aEvent ) +void SAL_CALL SalGtkFolderPicker::disposing( const lang::EventObject& ) throw( uno::RuntimeException ) { } |