summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:12:55 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:12:55 +0000
commitf0698d06fe6f24cf9489ed61bfb37e4c7fec4658 (patch)
treeded56edf83cccaf0ed92e503c0a72a6a2d53530a
parent0a4f67bf53ce21a5cf63e983b0ded71329f79354 (diff)
INTEGRATION: CWS warnings01 (1.3.418); FILE MERGED
2005/11/08 18:00:43 pl 1.3.418.3: #i53898# fix a visbility issue 2005/09/23 00:35:36 sb 1.3.418.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/20 12:57:15 sb 1.3.418.1: #i53898# Globally disable problematic warnings.
-rw-r--r--sal/inc/osl/pipe.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sal/inc/osl/pipe.hxx b/sal/inc/osl/pipe.hxx
index d455b2fba..93e58ea16 100644
--- a/sal/inc/osl/pipe.hxx
+++ b/sal/inc/osl/pipe.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: pipe.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 14:30:15 $
+ * last change: $Author: hr $ $Date: 2006-06-20 04:12:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -65,13 +65,13 @@ namespace osl
}
//______________________________________________________________________________
- inline Pipe::Pipe( oslPipe pipe, __sal_NoAcquire noacquire )
+ inline Pipe::Pipe( oslPipe pipe, __sal_NoAcquire )
: m_handle ( pipe )
{}
//______________________________________________________________________________
- inline Pipe::Pipe(oslPipe Pipe)
- : m_handle( Pipe )
+ inline Pipe::Pipe(oslPipe pipe)
+ : m_handle( pipe )
{
if( m_handle )
osl_acquirePipe( m_handle );