diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:13:58 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:13:58 +0000 |
commit | f3b0bb00a84117d6733b241ee5bbee5b4bca18c4 (patch) | |
tree | 8493237dc0ba770688db566149ba5679a5204442 /fpicker/source/unx/gnome | |
parent | cee4853995c2e602c97ce785c0eb6b19cf20e8d5 (diff) |
INTEGRATION: CWS warnings01 (1.6.18); FILE MERGED
2005/11/16 12:07:43 pl 1.6.18.1: #i55991# removed warnings
Diffstat (limited to 'fpicker/source/unx/gnome')
-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 ) { } |