summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 09:34:55 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 09:34:55 +0000
commit1eb55cc4cd95c4361a04f21c6505f0488af5b809 (patch)
tree3902adb39bfe97f467a36db8455d24ee0106d016 /scripting
parent1d5423806ef94fb49a24ab1cc670343d41b21031 (diff)
INTEGRATION: CWS sb59 (1.7.10); FILE MERGED
2006/08/30 09:47:34 sb 1.7.10.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'scripting')
-rw-r--r--scripting/source/dlgprov/dlgprov.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripting/source/dlgprov/dlgprov.cxx b/scripting/source/dlgprov/dlgprov.cxx
index 18f37c863cf3..8925bf70fedd 100644
--- a/scripting/source/dlgprov/dlgprov.cxx
+++ b/scripting/source/dlgprov/dlgprov.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dlgprov.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 12:26:57 $
+ * last change: $Author: obo $ $Date: 2006-10-12 10:34:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -479,7 +479,7 @@ namespace dlgprov
aHandlerAny <<= rxHandler;
xIntrospectionAccess = xIntrospection->inspect( aHandlerAny );
}
- catch( RuntimeException& e )
+ catch( RuntimeException& )
{
xIntrospectionAccess.clear();
}