summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 21:48:08 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 21:48:08 +0000
commit1abce31052cd803b5f357d3495a9468c92467e30 (patch)
tree183bdc1cac65299f34702600f71f14eee6b186a3 /comphelper
parent7067711f9011788bdd77534387d98cf30a3b115d (diff)
INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED
2006/04/20 14:27:03 sb 1.3.14.1: #i53898# Made code warning-free again after resync to SRC680m162.
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/misc/instancelocker.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/comphelper/source/misc/instancelocker.cxx b/comphelper/source/misc/instancelocker.cxx
index ce92a8dc6e19..3119d0f1b835 100644
--- a/comphelper/source/misc/instancelocker.cxx
+++ b/comphelper/source/misc/instancelocker.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: instancelocker.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2006-02-17 16:00:58 $
+ * last change: $Author: hr $ $Date: 2006-06-19 22:48:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -284,7 +284,7 @@ uno::Reference< uno::XInterface > SAL_CALL OInstanceLocker::impl_staticCreateSel
// --------------------------------------------------------
OLockListener::OLockListener( const uno::WeakReference< lang::XComponent >& xWrapper,
const uno::Reference< uno::XInterface >& xInstance,
- sal_Int8 nMode,
+ sal_Int32 nMode,
const uno::Reference< embed::XActionsApproval > xApproval )
: m_xInstance( xInstance )
, m_xApproval( xApproval )
@@ -366,7 +366,7 @@ void SAL_CALL OLockListener::disposing( const lang::EventObject& aEvent )
// XCloseListener
// --------------------------------------------------------
-void SAL_CALL OLockListener::queryClosing( const lang::EventObject& aEvent, sal_Bool GetsOwnership )
+void SAL_CALL OLockListener::queryClosing( const lang::EventObject& aEvent, sal_Bool )
throw (util::CloseVetoException, uno::RuntimeException)
{
// GetsOwnership parameter is always ignored, the user of the service must close the object always