diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 09:34:41 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 09:34:41 +0000 |
commit | 1d5423806ef94fb49a24ab1cc670343d41b21031 (patch) | |
tree | 21b6a7f99543d772374952988fdb373ac96737cf /scripting | |
parent | fabb9d4f57aaf42fc20dc1604698933c9e82f8ce (diff) |
INTEGRATION: CWS sb59 (1.9.10); FILE MERGED
2006/08/30 09:47:34 sb 1.9.10.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/dlgprov/dlgevtatt.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripting/source/dlgprov/dlgevtatt.cxx b/scripting/source/dlgprov/dlgevtatt.cxx index bbb185729b38..2af0165d52ad 100644 --- a/scripting/source/dlgprov/dlgevtatt.cxx +++ b/scripting/source/dlgprov/dlgevtatt.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dlgevtatt.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: obo $ $Date: 2006-09-16 12:26:44 $ + * last change: $Author: obo $ $Date: 2006-10-12 10:34:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -483,11 +483,11 @@ namespace dlgprov bHandled = true; } } - catch( com::sun::star::lang::IllegalArgumentException& e ) + catch( com::sun::star::lang::IllegalArgumentException& ) {} - catch( com::sun::star::lang::NoSuchMethodException& e ) + catch( com::sun::star::lang::NoSuchMethodException& ) {} - catch( com::sun::star::reflection::InvocationTargetException& e ) + catch( com::sun::star::reflection::InvocationTargetException& ) {} } |