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
commitf51e874ad089ddfb21bfc21f3e74910597f8c9bd (patch)
tree8925b464641566f24b1b59e7b73138f503d90f56 /scripting
parent0c2725bbf7cfe0a8938a94417c9102e3b04ea046 (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 82269af64a..ce0662e93f 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();
}