summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 21:48:26 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 21:48:26 +0000
commit7bba2ac0a3ea1e97fdfae17af4458466d514e8bf (patch)
tree47a92f2ead93ab0f39b46630a5dd0b0f64d414f5 /comphelper
parent1abce31052cd803b5f357d3495a9468c92467e30 (diff)
INTEGRATION: CWS warnings01 (1.2.16); FILE MERGED
2006/04/20 14:27:03 sb 1.2.16.1: #i53898# Made code warning-free again after resync to SRC680m162.
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/misc/instancelocker.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/comphelper/source/misc/instancelocker.hxx b/comphelper/source/misc/instancelocker.hxx
index fe13179c457e..585aa288ad0f 100644
--- a/comphelper/source/misc/instancelocker.hxx
+++ b/comphelper/source/misc/instancelocker.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: instancelocker.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2006-02-09 14:10:42 $
+ * last change: $Author: hr $ $Date: 2006-06-19 22:48:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -146,7 +146,7 @@ class OLockListener : public ::cppu::WeakImplHelper2< ::com::sun::star::util::XC
public:
OLockListener( const ::com::sun::star::uno::WeakReference< ::com::sun::star::lang::XComponent >& xWrapper,
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xInstance,
- sal_Int8 nMode,
+ sal_Int32 nMode,
const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XActionsApproval > xApproval );
~OLockListener();