summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 09:42:04 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 09:42:04 +0000
commitb4bb033206c271e8423b85102dfd73d7c3978e53 (patch)
tree46d621891607621b9cb12b0a0f2a71ffc39772c4 /framework
parent1d73ff9cc2d9137a2593e9fa329e6a23c8124e8c (diff)
INTEGRATION: CWS sb59 (1.6.46); FILE MERGED
2006/08/10 08:16:23 sb 1.6.46.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/license.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/services/license.cxx b/framework/source/services/license.cxx
index cb64c6b2ece5..b14f3965844f 100644
--- a/framework/source/services/license.cxx
+++ b/framework/source/services/license.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: license.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 14:10:16 $
+ * last change: $Author: obo $ $Date: 2006-10-12 10:42:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -418,7 +418,7 @@ css::uno::Any SAL_CALL License::execute(const css::uno::Sequence< css::beans::Na
aRet <<= sal_False;
}
}
- catch (RuntimeException& e)
+ catch (RuntimeException&)
{
// license could not be verified
aRet <<= sal_False;