diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 01:55:35 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 01:55:35 +0000 |
commit | 751d769c32b136c32c16286056b9b943ad1bf608 (patch) | |
tree | 823e349acee9279760644819e8d040a95384c3e3 /dbaccess/source | |
parent | c471de8594719e4da8b716cb3c854ec26500501e (diff) |
INTEGRATION: CWS warnings01 (1.4.74); FILE MERGED
2006/03/24 15:36:01 fs 1.4.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
Diffstat (limited to 'dbaccess/source')
-rw-r--r-- | dbaccess/source/ui/browser/AsyncronousLink.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/browser/AsyncronousLink.cxx b/dbaccess/source/ui/browser/AsyncronousLink.cxx index e5a608e35df8..3b33d6f8d322 100644 --- a/dbaccess/source/ui/browser/AsyncronousLink.cxx +++ b/dbaccess/source/ui/browser/AsyncronousLink.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AsyncronousLink.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2005-09-23 12:18:50 $ + * last change: $Author: hr $ $Date: 2006-06-20 02:55:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -101,7 +101,7 @@ OAsyncronousLink::~OAsyncronousLink() //------------------------------------------------------------------ -void OAsyncronousLink::Call(void* _pArgument) +void OAsyncronousLink::Call(void* /*_pArgument*/) { ::vos::OGuard aEventGuard(*m_pEventSafety); if (m_nEventId) |