summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/instancelocker.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-19 16:27:42 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-19 16:27:42 +0000
commite366fc6d5a6135dd774eafc7db189ba8815599ff (patch)
tree3846aa6ad4854a0072e1be4dbcd7f327afe00632 /comphelper/source/misc/instancelocker.cxx
parentd984d0318635dc0c778d5e4cd3e5550e0684803d (diff)
INTEGRATION: CWS fwk74 (1.5.110); FILE MERGED
2007/10/09 13:37:58 mav 1.5.110.1: #i82393# fix the typo
Diffstat (limited to 'comphelper/source/misc/instancelocker.cxx')
-rw-r--r--comphelper/source/misc/instancelocker.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/comphelper/source/misc/instancelocker.cxx b/comphelper/source/misc/instancelocker.cxx
index e55407aa1a76..074ff0faf24b 100644
--- a/comphelper/source/misc/instancelocker.cxx
+++ b/comphelper/source/misc/instancelocker.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: instancelocker.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 17:11:28 $
+ * last change: $Author: ihi $ $Date: 2007-11-19 17:27:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -193,7 +193,6 @@ void SAL_CALL OInstanceLocker::initialize( const uno::Sequence< uno::Any >& aArg
uno::Reference< uno::XInterface >(),
0 );
- uno::Any aAny = aArguments[2];
if ( nLen == 3 && !( aArguments[2] >>= xApproval ) )
throw lang::IllegalArgumentException(
::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("If the third argument is provided, it must be XActionsApproval implementation!" ) ),